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

Committer:
djabi
Date:
Fri Jan 04 23:55:03 2019 +0000
Revision:
120:e8a17278fb1a
Parent:
119:b2035fc77033
Removed unused parts of the example code.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Seppo Takalo 0:bde1843b9885 1 {
mbed_official 4:567d72fb3d84 2 "config": {
djabi 119:b2035fc77033 3 "storage-device":{
djabi 119:b2035fc77033 4 "help": "Values for storage (Thread) devices are: MESH_NVM_HEAP, MESH_NVM_SD_CARD and MESH_NVM_NONE",
djabi 119:b2035fc77033 5 "value": "MESH_NVM_NONE"
djabi 119:b2035fc77033 6 },
mbed_official 52:27692043e962 7 "LED": "NC",
mbed_official 90:0d8804fe2ce2 8 "BUTTON": "NC",
mbed_official 90:0d8804fe2ce2 9 "BUTTON_MODE": "PullUp"
mbed_official 16:22f072355a2c 10 },
Seppo Takalo 0:bde1843b9885 11 "target_overrides": {
Seppo Takalo 0:bde1843b9885 12 "*": {
djabi 119:b2035fc77033 13 "nanostack.configuration": "thread_router",
djabi 119:b2035fc77033 14 "nsapi.default-mesh-type": "THREAD",
djabi 120:e8a17278fb1a 15 "mbed-trace.enable": true,
djabi 119:b2035fc77033 16 "mbed-mesh-api.heap-size": 30000,
djabi 119:b2035fc77033 17 "mbed-mesh-api.thread-device-type": "MESH_DEVICE_TYPE_THREAD_ROUTER",
mbed_official 40:e0b9755ae4f1 18 "platform.stdio-convert-newlines": true,
mbed_official 105:0b691b27144a 19 "platform.stdio-baud-rate": 115200,
djabi 119:b2035fc77033 20 "mbed-mesh-api.thread-use-static-link-config": true,
djabi 119:b2035fc77033 21 "atmel-rf.provide-default": false,
mbed_official 105:0b691b27144a 22 "mcr20a.provide-default": false,
mbed_official 105:0b691b27144a 23 "target.network-default-interface-type": "MESH"
mbed_official 52:27692043e962 24 },
djabi 119:b2035fc77033 25 "NRF52_DK": {
djabi 119:b2035fc77033 26 "LED": "LED1",
djabi 120:e8a17278fb1a 27 "BUTTON": "BUTTON1",
djabi 120:e8a17278fb1a 28 "storage-device": "MESH_NVM_SD_CARD"
Seppo Takalo 0:bde1843b9885 29 }
Seppo Takalo 0:bde1843b9885 30 }
Seppo Takalo 0:bde1843b9885 31 }