Skip to content

Commit 3d0e5a9

Browse files
authored
Merge pull request #13301 from MultiTechSystems/dragonfly-post-hook
Remove MTS_DRAGONFLY_F411RE post binary hook that adds the bootloader
2 parents 7592d70 + c946c2a commit 3d0e5a9

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)