|
9 | 9 | "help": "true if the button state is low when pressed, high when released",
|
10 | 10 | "macro_name": "DEMO_BUTTON_ACTIVE_LOW",
|
11 | 11 | "required": false
|
| 12 | + }, |
| 13 | + "mbed_app_start": { |
| 14 | + "help": "Use a custom application start address", |
| 15 | + "macro_name": "MBED_APP_START", |
| 16 | + "required": true |
12 | 17 | }
|
13 | 18 | },
|
14 | 19 | "target_overrides": {
|
|
21 | 26 | },
|
22 | 27 | "NRF52840_DK": {
|
23 | 28 | "demo-button-active-low": true,
|
24 |
| - "target.mbed_app_start": "0x21000", |
| 29 | + "mbed_app_start": "0x21000", |
25 | 30 | "target.mbed_app_size": "0xBE000",
|
26 | 31 | "mcuboot.primary-slot-address": "0x20000",
|
27 | 32 | "mcuboot.slot-size": "0xC0000",
|
|
33 | 38 | },
|
34 | 39 | "EP_AGORA": {
|
35 | 40 | "demo-button-active-low": true,
|
36 |
| - "target.mbed_app_start": "0x21000", |
| 41 | + "mbed_app_start": "0x21000", |
37 | 42 | "target.mbed_app_size": "0xBE000",
|
38 | 43 | "mcuboot.primary-slot-address": "0x20000",
|
39 | 44 | "mcuboot.slot-size": "0xC0000",
|
|
45 | 50 | },
|
46 | 51 | "DISCO_L475VG_IOT01A": {
|
47 | 52 | "demo-button-active-low": true,
|
48 |
| - "target.mbed_app_start": "0x8021000", |
| 53 | + "mbed_app_start": "0x8021000", |
49 | 54 | "target.mbed_app_size": "0xBE000",
|
50 | 55 | "mcuboot.primary-slot-address": "0x8020000",
|
51 | 56 | "mcuboot.slot-size": "0xC0000",
|
|
0 commit comments