Skip to content

Commit fa9a3ed

Browse files
author
Seppo Takalo
authored
Merge pull request ARMmbed#11053 from maclobdell/psoc6-add-bootloader-support
Add Mbed bootloader support to CY8CKIT_062_WIFI_BT and CY8CPROTO_062_4343W
2 parents 3d5489a + ccbfea5 commit fa9a3ed

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)