mbed Open Thread example with nRF52-DK (nRF52840 SoC).

Revision:
38:ea6124437f88
Parent:
37:da3afe046413
Child:
40:e0b9755ae4f1
--- a/mbed_app.json	Wed Feb 01 04:45:10 2017 +0000
+++ b/mbed_app.json	Wed Feb 01 05:00:12 2017 +0000
@@ -6,24 +6,23 @@
         },
         "radio-type":{
             "help": "options are ATMEL, MCR20, NCS36510",
-            "value": "NCS36510"
+            "value": "ATMEL"
         },
         "mesh-type":{
             "help": "options are MESH_LOWPAN, MESH_THREAD",
-            "value": "MESH_THREAD"
+            "value": "MESH_LOWPAN"
         }
     },
-    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_thread_config.h\""],
     "target_overrides": {
         "*": {
-            "target.features_add": ["NANOSTACK", "THREAD_ROUTER", "COMMON_PAL"],
+            "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
             "mbed-mesh-api.6lowpan-nd-channel-page": 0,
             "mbed-mesh-api.6lowpan-nd-channel": 12,
             "mbed-mesh-api.6lowpan-nd-channel-mask": "(1<<12)",
             "mbed-mesh-api.thread-config-panid": "0xDEFA",
             "mbed-mesh-api.thread-master-key": "{0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}",
             "mbed-mesh-api.thread-config-channel": 12,
-            "mbed-mesh-api.heap-size": 18000,
+            "mbed-mesh-api.heap-size": 14000,
             "mbed-trace.enable": false
         }
     }