We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdfe37 commit ccbfea5Copy full SHA for ccbfea5
targets/targets.json
@@ -8400,6 +8400,10 @@
8400
"post_binary_hook": {
8401
"function": "PSOC6Code.complete"
8402
},
8403
+ "bootloader_supported": true,
8404
+ "mbed_rom_start": "0x10002000",
8405
+ "mbed_rom_size": "0xFE000",
8406
+ "sectors": [[268435456, 512]],
8407
"overrides": {
8408
"network-default-interface-type": "WIFI"
8409
@@ -8410,7 +8414,11 @@
8410
8414
"detect_code": ["1901"],
8411
8415
8412
8416
8413
- }
8417
+ },
8418
8419
8420
+ "mbed_rom_size": "0x1FE000",
8421
+ "sectors": [[268435456, 512]]
8422
8423
"CY8CKIT_062_BLE": {
8424
"inherits": ["MCU_PSOC6_M4"],
0 commit comments