Skip to content

Commit 03ea0e0

Browse files
Michael GurevichMichael Gurevich
authored andcommitted
Expose target_offset and header_offset parameters in targets.json
1 parent a996ea2 commit 03ea0e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

targets/targets.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
"help": "Time in ms required to go to and wake up from deep sleep (max 10)",
3434
"value": 0
3535
},
36+
"app_offset": {
37+
"help": "Application start offset in ROM",
38+
"value": null
39+
},
40+
"header_offset": {
41+
"help": "Application header offset in ROM",
42+
"value": null
43+
},
3644
"boot-stack-size": {
3745
"help": "Define the boot stack size in bytes. This value must be a multiple of 8",
3846
"value": "0x1000"

0 commit comments

Comments
 (0)