fix rom start & size for psoc6 targets for 5.13

pull/11195/head
maclobdell 2019-07-31 12:48:25 -05:00 committed by Martin Kojtal
parent 29aa19379b
commit a83dc21e97
1 changed files with 9 additions and 1 deletions

View File

@ -8418,6 +8418,10 @@
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x100000",
"sectors": [[268435456, 512]],
"overrides": {
"network-default-interface-type": "WIFI"
},
@ -8428,7 +8432,11 @@
"detect_code": ["1901"],
"post_binary_hook": {
"function": "PSOC6Code.complete"
}
},
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x200000",
"sectors": [[268435456, 512]]
},
"CY8CKIT_062S2_43012": {
"inherits": ["CY8CMOD_062S2_43012"],