Initial setup for TheKsystem.
Dependencies: mbed-http HTS221
Diff: mbed_app.json
- Branch:
- mbed-os-5.10
- Revision:
- 31:66704f6f17c5
- Parent:
- 30:4825e4f38844
- Child:
- 35:4b847971db1b
--- a/mbed_app.json Mon Oct 29 14:34:43 2018 +0800
+++ b/mbed_app.json Tue Oct 30 11:07:10 2018 +0800
@@ -5,9 +5,12 @@
}
},
"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"
+ "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
+ "MBED_HEAP_STATS_ENABLED=1"
],
"target_overrides": {
"*": {
@@ -15,8 +18,9 @@
"platform.stdio-convert-newlines": true,
"mbed-mesh-api.6lowpan-nd-channel-page": 0,
"mbed-mesh-api.6lowpan-nd-channel": 12,
- "mbed-trace.enable": 0,
+ "mbed-trace.enable": 1,
"mbed-http.http-buffer-size": 2048,
+ "tls-socket.debug-level": 0,
"nsapi.default-wifi-security": "WPA_WPA2",
"nsapi.default-wifi-ssid": "\"SSID\"",
"nsapi.default-wifi-password": "\"Password\""
Daniel Lee