Skip to content

Commit

Permalink
Remove rom start/size macros when bootloader=true
Browse files Browse the repository at this point in the history
Allow the application to specify this depending on whether/how
it is using the bootloader and whether it requires a CM0+ image.
  • Loading branch information
hennadiykytsun authored and Kyle Kearney committed Aug 29, 2019
1 parent aaf6410 commit bf00ebe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -8614,8 +8614,6 @@
"function": "PSOC6Code.complete"
},
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x100000",
"sectors": [[268435456, 512]],
"overrides": {
"network-default-interface-type": "WIFI"
Expand All @@ -8629,8 +8627,6 @@
"function": "PSOC6Code.complete"
},
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x200000",
"sectors": [[268435456, 512]]
},
"CY8CKIT_062S2_43012": {
Expand Down

0 comments on commit bf00ebe

Please sign in to comment.