Skip to content

Commit 4f206b1

Browse files
Sudarshan SreeramLDong-Arm
andcommitted
Update mbed_app_start macro to config
Co-authored-by: Lingkai Dong <[email protected]>
1 parent 7e60170 commit 4f206b1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

mbed_app.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"help": "true if the button state is low when pressed, high when released",
1010
"macro_name": "DEMO_BUTTON_ACTIVE_LOW",
1111
"required": false
12+
},
13+
"mbed_app_start": {
14+
"help": "Use a custom application start address",
15+
"macro_name": "MBED_APP_START",
16+
"required": true
1217
}
1318
},
1419
"target_overrides": {
@@ -21,7 +26,7 @@
2126
},
2227
"NRF52840_DK": {
2328
"demo-button-active-low": true,
24-
"target.mbed_app_start": "0x21000",
29+
"mbed_app_start": "0x21000",
2530
"target.mbed_app_size": "0xBE000",
2631
"mcuboot.primary-slot-address": "0x20000",
2732
"mcuboot.slot-size": "0xC0000",
@@ -33,7 +38,7 @@
3338
},
3439
"EP_AGORA": {
3540
"demo-button-active-low": true,
36-
"target.mbed_app_start": "0x21000",
41+
"mbed_app_start": "0x21000",
3742
"target.mbed_app_size": "0xBE000",
3843
"mcuboot.primary-slot-address": "0x20000",
3944
"mcuboot.slot-size": "0xC0000",
@@ -45,7 +50,7 @@
4550
},
4651
"DISCO_L475VG_IOT01A": {
4752
"demo-button-active-low": true,
48-
"target.mbed_app_start": "0x8021000",
53+
"mbed_app_start": "0x8021000",
4954
"target.mbed_app_size": "0xBE000",
5055
"mcuboot.primary-slot-address": "0x8020000",
5156
"mcuboot.slot-size": "0xC0000",

0 commit comments

Comments
 (0)