Skip to content

Commit 1a6934a

Browse files
authored
Merge pull request ARMmbed#12081 from micgur01/master
Expose target_offset and header_offset parameters in targets.json
2 parents b77f6b4 + 03ea0e0 commit 1a6934a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

targets/targets.json

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@
3838
"help": "Time in ms required to go to and wake up from deep sleep (max 10)",
3939
"value": 0
4040
},
41+
"app_offset": {
42+
"help": "Application start offset in ROM",
43+
"value": null
44+
},
45+
"header_offset": {
46+
"help": "Application header offset in ROM",
47+
"value": null
48+
},
4149
"boot-stack-size": {
4250
"help": "Define the boot stack size in bytes. This value must be a multiple of 8",
4351
"value": "0x1000"

0 commit comments

Comments
 (0)