Change structure so custom targets may define their own linker scripts

pull/12801/head
George Beckstein 2020-04-29 12:38:20 -04:00
parent 1877b68869
commit 5dcc49d9f5
13 changed files with 2 additions and 7 deletions

View File

@ -3265,7 +3265,8 @@
"FAMILY_STM32"
],
"extra_labels_add": [
"STM32H7"
"STM32H7",
"STM32H745xI"
],
"config": {
"clock_source": {
@ -3305,9 +3306,6 @@
"inherits": [
"MCU_STM32H745I"
],
"extra_labels_add": [
"CM7"
],
"core": "Cortex-M7FD",
"mbed_rom_start": "0x08000000",
"mbed_rom_size": "0x100000",
@ -3322,9 +3320,6 @@
"inherits": [
"MCU_STM32H745I"
],
"extra_labels_add": [
"CM4"
],
"core": "Cortex-M4F",
"mbed_rom_start": "0x08100000",
"mbed_rom_size": "0x100000",