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

mbed_app.json

Committer:
djabi
Date:
2019-01-04
Revision:
120:e8a17278fb1a
Parent:
119:b2035fc77033

File content as of revision 120:e8a17278fb1a:

{
    "config": {
        "storage-device":{
            "help": "Values for storage (Thread) devices are: MESH_NVM_HEAP, MESH_NVM_SD_CARD and MESH_NVM_NONE",
            "value": "MESH_NVM_NONE"
        },
        "LED": "NC",
        "BUTTON": "NC",
        "BUTTON_MODE": "PullUp"
    },
    "target_overrides": {
        "*": {
            "nanostack.configuration": "thread_router",
            "nsapi.default-mesh-type": "THREAD",
            "mbed-trace.enable": true,
            "mbed-mesh-api.heap-size": 30000,
            "mbed-mesh-api.thread-device-type": "MESH_DEVICE_TYPE_THREAD_ROUTER",
            "platform.stdio-convert-newlines": true,
            "platform.stdio-baud-rate": 115200,
            "mbed-mesh-api.thread-use-static-link-config": true,
            "atmel-rf.provide-default": false,
            "mcr20a.provide-default": false,
            "target.network-default-interface-type": "MESH"
        },
        "NRF52_DK": {
            "LED": "LED1",
            "BUTTON": "BUTTON1",
            "storage-device": "MESH_NVM_SD_CARD"
        }
    }
}