forked from AVSystem/Anjay-mbedos-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mbed_app.json
46 lines (46 loc) · 1.49 KB
/
mbed_app.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
{
"macros": [
"__STDC_FORMAT_MACROS",
"MBED_CPU_STATS_ENABLED=1",
"MBED_HEAP_STATS_ENABLED=1",
"MBED_MEM_TRACING_ENABLED=1",
"MBED_STACK_STATS_ENABLED=1",
"MBEDTLS_MD5_C=1"
],
"target_overrides": {
"*": {
"cellular.radio-access-technology": "CellularNetwork::RadioAccessTechnology::RAT_GSM",
"mbed-trace.enable": 1,
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
"nsapi.default-cellular-apn": "\"Plus\"",
"platform.stdio-baud-rate": 115200,
"platform.stdio-convert-newlines": 1,
"target.OUTPUT_EXT": "bin",
"target.app_offset": "0x10000",
"target.network-default-interface-type": "CELLULAR"
},
"DISCO_L496AG": {
"stmod_cellular.provide-default": "true",
"target.components_add": [
"STMOD_CELLULAR"
],
"target.network-default-interface-type": "CELLULAR",
"target.macros_add": [
"CELLULAR_DEVICE=STModCellular"
]
}
},
"config": {
"endpoint_name": "\"urn:dev:os:anjay-mbedos-test\"",
"rg_nosec_addr": "\"coap://try-anjay.avsystem.com:5683\"",
"rg_dtls_addr": "\"coaps://try-anjay.avsystem.com:5684\"",
"bs_nosec_addr": "\"coap://try-anjay.avsystem.com:5693\"",
"bs_dtls_addr": "\"coaps://try-anjay.avsystem.com:5684\"",
"with_rg_server": false,
"with_bs_server": true,
"with_dtls": false,
"psk_identity": "\"***PLEASE SET PSK IDENTITY HERE***\"",
"psk_key": "\"***PLEASE SET PSK KEY HERE***\"",
"serial_menu_echo": true
}
}