Expose target_offset and header_offset parameters in targets.json

pull/12081/head
Michael Gurevich 2019-12-11 10:49:51 +02:00
parent a996ea27f7
commit 03ea0e0b59
1 changed files with 8 additions and 0 deletions

View File

@ -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"