Skip to content

Commit ccbfea5

Browse files
author
maclobdell
committed
add defines for bootloader support, for target without cmsis pack
1 parent 9cdfe37 commit ccbfea5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

targets/targets.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8400,6 +8400,10 @@
84008400
"post_binary_hook": {
84018401
"function": "PSOC6Code.complete"
84028402
},
8403+
"bootloader_supported": true,
8404+
"mbed_rom_start": "0x10002000",
8405+
"mbed_rom_size": "0xFE000",
8406+
"sectors": [[268435456, 512]],
84038407
"overrides": {
84048408
"network-default-interface-type": "WIFI"
84058409
},
@@ -8410,7 +8414,11 @@
84108414
"detect_code": ["1901"],
84118415
"post_binary_hook": {
84128416
"function": "PSOC6Code.complete"
8413-
}
8417+
},
8418+
"bootloader_supported": true,
8419+
"mbed_rom_start": "0x10002000",
8420+
"mbed_rom_size": "0x1FE000",
8421+
"sectors": [[268435456, 512]]
84148422
},
84158423
"CY8CKIT_062_BLE": {
84168424
"inherits": ["MCU_PSOC6_M4"],

0 commit comments

Comments
 (0)