Merge pull request #12081 from micgur01/master

Expose target_offset and header_offset parameters in targets.json
pull/12154/head
Martin Kojtal 2020-01-08 14:01:57 +01:00 committed by GitHub
commit 1a6934adc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,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"