this is using the mbed os version 5-13-1
mbed_app.json
- Committer:
- ocomeni
- Date:
- 2019-02-28
- Revision:
- 73:6f5021cbe752
- Parent:
- 68:462ee502bc56
- Child:
- 74:f26e846adfe9
File content as of revision 73:6f5021cbe752:
{
"config": {
"main-stack-size": {
"value": 8192
},
"network-interface":{
"help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_IDW01M1, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD",
"value": "WIFI_ODIN"
},
"wifi-ssid": {
"help": "WiFi SSID",
"value": "\"VM9109107\""
},
"wifi-password": {
"help": "WiFi Password",
"value": "\"Bonga01shop02\""
}
},
"macros": [
"MBEDTLS_MPI_MAX_SIZE=1024",
"MBEDTLS_MPI_WINDOW_SIZE=1",
"MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"",
"MBEDTLS_TEST_NULL_ENTROPY",
"MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
"MBED_HEAP_STATS_ENABLED=1"
],
"target_overrides": {
"K64F": {
"target.features_add": ["BLE"],
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
},
"NUCLEO_F401RE": {
"target.features_add": ["BLE"],
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
},
"DISCO_L475VG_IOT01A": {
"target.features_add": ["BLE"],
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
}
}
}