Add back sectors definition to CYSBSYSKIT_01 target.

pull/13416/head
Dustin Crossman 2020-08-13 09:28:55 -07:00
parent 522888886b
commit 79c7c3d622
1 changed files with 6 additions and 0 deletions

View File

@ -6228,6 +6228,12 @@
"mbed_rom_start": "0x10180000", "mbed_rom_start": "0x10180000",
"mbed_rom_size": "0x80000", "mbed_rom_size": "0x80000",
"bootloader_supported": true, "bootloader_supported": true,
"sectors": [
[
270008320,
512
]
],
"forced_reset_timeout": 5, "forced_reset_timeout": 5,
"post_binary_hook": { "post_binary_hook": {
"function": "PSOC6Code.complete" "function": "PSOC6Code.complete"