mirror of https://github.com/ARMmbed/mbed-os.git
[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
parent
14775cb123
commit
c4bda553c8
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue