Initial setup for TheKsystem.
Dependencies: mbed-http HTS221
Diff: mbed_app.json
- Revision:
- 17:97b1dd566b07
- Parent:
- 16:1374b4c35897
- Child:
- 22:1b8c2a81c85d
--- a/mbed_app.json Mon Sep 04 16:32:38 2017 +0100
+++ b/mbed_app.json Mon Sep 04 17:01:11 2017 +0100
@@ -1,7 +1,7 @@
{
"config": {
"network-interface": {
- "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD",
+ "help": "options are ETHERNET,WIFI_ESP8266,WIFI_ODIN,MESH_LOWPAN_ND,MESH_THREAD",
"value": "ETHERNET"
},
"mesh_radio_type": {
@@ -27,8 +27,7 @@
}
},
"macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"",
- "MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
- "MBED_HEAP_STATS_ENABLED=1" ],
+ "MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES" ],
"target_overrides": {
"*": {
"target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
Daniel Lee