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

mbed_app.json

Committer:
mbed_official
Date:
2016-08-02
Revision:
4:567d72fb3d84
Parent:
3:2b08c6ae7415
Child:
16:22f072355a2c

File content as of revision 4:567d72fb3d84:

{
    "config": {
        "trace": false
        },
    "target_overrides": {
        "*": {
            "target.features_add": ["IPV6", "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-config-channel": 12,
            "mbed-trace.enable": true
        }
    }
}