forked from coisme/Mbed-to-Google-Cloud-IoT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mbed_app.json
34 lines (34 loc) · 909 Bytes
/
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
{
"macros": [
"MBEDTLS_SHA1_C=1"
],
"config": {
"main-stack-size": {
"value": 8192
}
},
"target_overrides": {
"*": {
"target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
"mbed-trace.enable": null,
"platform.stdio-baud-rate": 115200,
"platform.stdio-convert-newlines": false,
"mbed-mqtt.max-packet-size": "1024"
},
"RZ_A1H": {
"target.macros_add": ["MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES"]
},
"HEXIWEAR": {
"esp8266-tx": "PTD3",
"esp8266-rx": "PTD2"
},
"NUCLEO_F401RE": {
"esp8266-tx": "D8",
"esp8266-rx": "D2"
},
"NUCLEO_F411RE": {
"esp8266-tx": "D8",
"esp8266-rx": "D2"
}
}
}