Skip to content

Commit be03c0d

Browse files
committed
Remove post_binary_hook from MTS_MDOT_F411RE target definition.
1 parent 4b3cddf commit be03c0d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

targets/targets.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6702,18 +6702,8 @@
67026702
"macros_add": [
67036703
"STM32F411xE",
67046704
"HSE_VALUE=26000000",
6705-
"USE_PLL_HSE_EXTC=0",
6706-
"VECT_TAB_OFFSET=0x00010000"
6705+
"USE_PLL_HSE_EXTC=0"
67076706
],
6708-
"post_binary_hook": {
6709-
"function": "MTSCode.combine_bins_mts_dot",
6710-
"toolchains": [
6711-
"GCC_ARM",
6712-
"ARM_STD",
6713-
"ARM_MICRO",
6714-
"IAR"
6715-
]
6716-
},
67176707
"device_has_add": [
67186708
"MPU"
67196709
],
@@ -6724,6 +6714,7 @@
67246714
"2",
67256715
"5"
67266716
],
6717+
"bootloader_supported": true,
67276718
"device_name": "STM32F411RE",
67286719
"detect_code": [
67296720
"0320"

0 commit comments

Comments
 (0)