-
Notifications
You must be signed in to change notification settings - Fork 17
/
mbed_app_data_sharing.json
81 lines (81 loc) · 3.33 KB
/
mbed_app_data_sharing.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"requires": ["bare-metal", "mbedtls", "mcuboot", "flashiap-block-device", "spif-driver", "qspif", "mbed-trace", "sd"],
"config": {
"serial-bootloader-enable": {
"help": "Build bootloader with serial update support",
"value": 0
}
},
"target_overrides": {
"*": {
"platform.stdio-baud-rate": 115200,
"target.restrict_size": "0x20000",
"target.c_lib": "small",
"mcuboot.log-level": "MCUBOOT_LOG_LEVEL_DEBUG",
"mbed-trace.enable": true,
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
"mbed-trace.fea-ipv6": false,
"platform.crash-capture-enabled": false,
"platform.callback-comparable": false
},
"NRF52840_DK": {
"target.features_remove": ["CRYPTOCELL310"],
"target.macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
"mcuboot.primary-slot-address": "0x20000",
"mcuboot.slot-size": "0xC0000",
"mcuboot.scratch-address": "0xE0000",
"mcuboot.scratch-size": "0x20000",
"mcuboot.max-img-sectors": "0x180",
"mcuboot.read-granularity": 4,
"qspif.QSPI_MIN_PROG_SIZE": 4,
"mcuboot.share-data": true,
"mcuboot.share-data-base-address": "0x2003FC00",
"mcuboot.share-data-size": "0x400",
"target.macros_add": ["MBED_RAM_START=0x20000000",
"MBED_RAM_SIZE=0x3FC00"]
},
"EP_AGORA": {
"target.features_remove": ["CRYPTOCELL310"],
"target.macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
"mcuboot.primary-slot-address": "0x20000",
"mcuboot.slot-size": "0xC0000",
"mcuboot.scratch-address": "0xE0000",
"mcuboot.scratch-size": "0x20000",
"mcuboot.max-img-sectors": "0x180",
"mcuboot.read-granularity": 4,
"qspif.QSPI_MIN_PROG_SIZE": 4
},
"DISCO_L475VG_IOT01A": {
"mcuboot.primary-slot-address": "0x8020000",
"mcuboot.slot-size": "0xC0000",
"mcuboot.scratch-address": "0x80E0000",
"mcuboot.scratch-size": "0x20000",
"mcuboot.max-img-sectors": "0x180",
"mcuboot.read-granularity": 1,
"qspif.QSPI_MIN_PROG_SIZE": 1
},
"NRF52_DK": {
"target.components_add": ["FLASHIAP"],
"target.console-uart": false,
"mcuboot.primary-slot-address": "0x20000",
"mcuboot.slot-size": "0xC0000",
"mcuboot.scratch-address": "0xE0000",
"mcuboot.scratch-size": "0x20000",
"mcuboot.max-img-sectors": "0x180",
"mcuboot.read-granularity": 4,
"target.device_has_remove": ["STDIO_MESSAGES"],
"target.macros_add": ["MBED_FAULT_HANDLER_DISABLED"]
},
"K64F": {
"mcuboot.primary-slot-address": "0x20000",
"mcuboot.slot-size": "0xC0000",
"mcuboot.scratch-address": "0xE0000",
"mcuboot.scratch-size": "0x20000",
"mcuboot.max-img-sectors": "0x180",
"mcuboot.read-granularity": 512,
"mcuboot.share-data": true,
"mcuboot.share-data-base-address": "0x2002FF80",
"mcuboot.share-data-size": "0x80"
}
}
}