Skip to content

Commit 3d8653c

Browse files
hennadiykytsunKyle Kearney
authored andcommitted
Remove rom start/size macros when bootloader=true
Allow the application to specify this depending on whether/how it is using the bootloader and whether it requires a CM0+ image.
1 parent bb42f7b commit 3d8653c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

targets/targets.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8609,8 +8609,6 @@
86098609
"function": "PSOC6Code.complete"
86108610
},
86118611
"bootloader_supported": true,
8612-
"mbed_rom_start": "0x10000000",
8613-
"mbed_rom_size": "0x100000",
86148612
"sectors": [[268435456, 512]],
86158613
"overrides": {
86168614
"network-default-interface-type": "WIFI"
@@ -8624,8 +8622,6 @@
86248622
"function": "PSOC6Code.complete"
86258623
},
86268624
"bootloader_supported": true,
8627-
"mbed_rom_start": "0x10000000",
8628-
"mbed_rom_size": "0x200000",
86298625
"sectors": [[268435456, 512]]
86308626
},
86318627
"CY8CKIT_062S2_43012": {

0 commit comments

Comments
 (0)