mirror of https://github.com/ARMmbed/mbed-os.git
Expose target_offset and header_offset parameters in targets.json
parent
a996ea27f7
commit
03ea0e0b59
|
@ -33,6 +33,14 @@
|
||||||
"help": "Time in ms required to go to and wake up from deep sleep (max 10)",
|
"help": "Time in ms required to go to and wake up from deep sleep (max 10)",
|
||||||
"value": 0
|
"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": {
|
"boot-stack-size": {
|
||||||
"help": "Define the boot stack size in bytes. This value must be a multiple of 8",
|
"help": "Define the boot stack size in bytes. This value must be a multiple of 8",
|
||||||
"value": "0x1000"
|
"value": "0x1000"
|
||||||
|
|
Loading…
Reference in New Issue