[M2351] Override CMSIS ROM/RAM spec in targets.json

Old M2351 CMSIS pack reports single secure ROM/RAM spec. It is updated in new
version which reports secure/non-secure ROM/RAM spec. Override this memory spec
in targets.json regardless of CMSIS.
pull/10004/head
ccli8 2019-03-07 15:45:05 +08:00
parent 14775cb123
commit c4bda553c8
1 changed files with 5 additions and 1 deletions

View File

@ -7791,7 +7791,11 @@
"release_versions": ["5"],
"device_name": "M2351KIAAEES",
"bootloader_supported": true,
"tickless-from-us-ticker": true
"tickless-from-us-ticker": true,
"mbed_rom_start" : "0x10040000",
"mbed_rom_size" : "0x40000",
"mbed_ram_start" : "0x30008000",
"mbed_ram_size" : "0x10000"
},
"TMPM3H6": {
"inherits": ["Target"],