Skip to content

Commit c946c2a

Browse files
committed
Remove MTS_DRAGONFLY_F411RE post binary hook that adds the bootloader
Bootloader to be added using mbed_app.json
1 parent 3a8989a commit c946c2a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

targets/targets.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,15 +1585,10 @@
15851585
"STM32F411xE",
15861586
"HSE_VALUE=26000000"
15871587
],
1588-
"post_binary_hook": {
1589-
"function": "MTSCode.combine_bins_mts_dragonfly",
1590-
"toolchains": [
1591-
"GCC_ARM",
1592-
"ARM_STD",
1593-
"ARM_MICRO",
1594-
"IAR"
1595-
]
1596-
},
1588+
"device_has_add": [
1589+
"MPU",
1590+
"FLASH"
1591+
],
15971592
"device_has_remove": [
15981593
"SERIAL_FC",
15991594
"LPTICKER"

0 commit comments

Comments
 (0)