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

Revision:
40:e0b9755ae4f1
Parent:
38:ea6124437f88
Child:
42:a5006817fa19
--- a/mbed_app.json	Wed Feb 01 10:45:11 2017 +0000
+++ b/mbed_app.json	Tue Feb 07 10:15:13 2017 +0000
@@ -23,7 +23,9 @@
             "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": 14000,
-            "mbed-trace.enable": false
+            "mbed-trace.enable": false,
+            "platform.stdio-convert-newlines": true,
+            "platform.stdio-baud-rate": 115200
         }
     }
 }