Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
"help": "Time in ms required to go to and wake up from deep sleep (max 10)",
"value": 0
},
"app_offset": {
"help": "Application start offset in ROM",
"value": null
},
"header_offset": {
"help": "Application header offset in ROM",
"value": null
},
"boot-stack-size": {
"help": "Define the boot stack size in bytes. This value must be a multiple of 8",
"value": "0x1000"
Expand Down