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 29aa193 commit a83dc21Copy full SHA for a83dc21
targets/targets.json
@@ -8418,6 +8418,10 @@
8418
"post_binary_hook": {
8419
"function": "PSOC6Code.complete"
8420
},
8421
+ "bootloader_supported": true,
8422
+ "mbed_rom_start": "0x10000000",
8423
+ "mbed_rom_size": "0x100000",
8424
+ "sectors": [[268435456, 512]],
8425
"overrides": {
8426
"network-default-interface-type": "WIFI"
8427
@@ -8428,7 +8432,11 @@
8428
8432
"detect_code": ["1901"],
8429
8433
8430
8434
8431
- }
8435
+ },
8436
8437
8438
+ "mbed_rom_size": "0x200000",
8439
+ "sectors": [[268435456, 512]]
8440
8441
"CY8CKIT_062S2_43012": {
8442
"inherits": ["CY8CMOD_062S2_43012"],
0 commit comments