From 03ea0e0b59d4b0a4d17da5aef28e86ce1d1f7f45 Mon Sep 17 00:00:00 2001 From: Michael Gurevich Date: Wed, 11 Dec 2019 10:49:51 +0200 Subject: [PATCH] Expose target_offset and header_offset parameters in targets.json --- targets/targets.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/targets/targets.json b/targets/targets.json index 1040f6fd55..93f9852a3a 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -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"