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

mbed_app.json

Committer:
mbed_official
Date:
2017-09-20
Revision:
52:27692043e962
Parent:
49:425a1889434d
Child:
63:335c8d658420

File content as of revision 52:27692043e962:

{
    "config": {
        "radio-type":{
            "help": "options are ATMEL, MCR20, NCS36510, KW24D",
            "value": "ATMEL"
        },
        "mesh-type":{
            "help": "options are MESH_LOWPAN, MESH_THREAD",
            "value": "MESH_LOWPAN"
        },
        "enable-led-control-example": true,
        "LED": "NC",
        "BUTTON": "NC"
    },
    "target_overrides": {
        "*": {
            "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
            "mbed-mesh-api.6lowpan-nd-panid-filter": "0xffff",
            "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": "0x0700",
            "mbed-mesh-api.thread-master-key": "{0x10, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}",
            "mbed-mesh-api.thread-config-channel": 22,
            "mbed-mesh-api.heap-size": 14000,
            "mbed-trace.enable": false,
            "platform.stdio-convert-newlines": true,
            "platform.stdio-baud-rate": 115200
        },
        "K64F": {
            "LED": "LED_RED",
            "BUTTON": "SW2"
        },
        "K66F": {
            "LED": "LED_RED",
            "BUTTON": "SW2"
        },
        "NUCLEO_F401RE": {
            "LED": "NC",
            "BUTTON": "USER_BUTTON"
        },
        "NUCLEO_F411RE": {
            "LED": "NC",
            "BUTTON": "USER_BUTTON"
        },
        "NCS36510": {
            "LED": "LED1",
            "BUTTON": "SW2"
        },
        "KW24D": {
            "LED": "LED1",
            "BUTTON": "SW1"
        }
    }
}