-
Notifications
You must be signed in to change notification settings - Fork 0
/
mbed_app.json
35 lines (35 loc) · 1.15 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
{
"config": {
"hostname": {
"help": "The demo will try to connect to this web address on port 80 (or port 443 when using tls).",
"value": "\"192.168.50.114\""
},
"use-tls-socket": {
"value": false
}
},
"target_overrides": {
"*": {
"nsapi.default-wifi-security": "WPA_WPA2",
"nsapi.default-wifi-ssid": "\"esys305\"",
"nsapi.default-wifi-password": "\"305305abcd\"",
"platform.stdio-baud-rate": 9600,
"mbed-trace.enable": false,
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
"rtos.main-thread-stack-size": 8192
},
"DISCO_F413ZH": {
"target.components_add": ["ism43362"],
"target.macros_add" : ["MBEDTLS_SHA1_C"]
},
"DISCO_L475VG_IOT01A": {
"target.components_add": ["ism43362"],
"ism43362.provide-default": true,
"target.network-default-interface-type": "WIFI",
"target.macros_add" : ["MBEDTLS_SHA1_C"]
},
"K64F": {
"target.macros_add" : ["MBEDTLS_SHA1_C"]
}
}
}