-
Notifications
You must be signed in to change notification settings - Fork 11
/
mbed_lib.json
40 lines (39 loc) · 1.5 KB
/
mbed_lib.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
{
"name": "client_app",
"macros": [
"MBED_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
"MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\""
],
"config": {
"platform-enable-button": {
"help": "Enable button usage on the board.",
"macro_name": "PLATFORM_ENABLE_BUTTON",
"value": 1
},
"platform-enable-led": {
"help": "Enable led usage on the board.",
"macro_name": "PLATFORM_ENABLE_LED",
"value": 1
},
"startup_max_random_delay": {
"help": "Delay client registration after network formation by random delay in seconds with a maximum defined by the startup_max_delay. Disabled with null or 0.",
"macro_name": "STARTUP_MAX_RANDOM_DELAY",
"value": null
},
"pal_dtls_peer_min_timeout": {
"help": "pal_dtls_peer_min_timeout",
"macro_name": "PAL_DTLS_PEER_MIN_TIMEOUT",
"value": 5000
},
"mbedtls-user-config-file": {
"help": "Defines which TLS configuration the board should use.",
"macro_name": "MBEDTLS_USER_CONFIG_FILE",
"value": "\"mbedTLSConfig_mbedOS.h\""
},
"pal-user-defined-configuration": {
"help": "Defines which PAL configuration the board should use.",
"macro_name": "PAL_USER_DEFINED_CONFIGURATION",
"value": "\"pal_config_MbedOS.h\""
}
}
}