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

Committer:
mbed_official
Date:
Tue Aug 02 12:45:18 2016 +0100
Revision:
4:567d72fb3d84
Parent:
3:2b08c6ae7415
Child:
16:22f072355a2c
Merge pull request #12 from ARMmbed/add_tracing

Adding trace

Commit copied from https://github.com/ARMmbed/mbed-os-example-mesh-minimal

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Seppo Takalo 0:bde1843b9885 1 {
mbed_official 4:567d72fb3d84 2 "config": {
mbed_official 4:567d72fb3d84 3 "trace": false
mbed_official 4:567d72fb3d84 4 },
Seppo Takalo 0:bde1843b9885 5 "target_overrides": {
Seppo Takalo 0:bde1843b9885 6 "*": {
mbed_official 1:24cff46332de 7 "target.features_add": ["IPV6", "COMMON_PAL"],
mbed_official 3:2b08c6ae7415 8 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
mbed_official 3:2b08c6ae7415 9 "mbed-mesh-api.6lowpan-nd-channel": 12,
mbed_official 3:2b08c6ae7415 10 "mbed-mesh-api.6lowpan-nd-channel-mask": "(1<<12)",
mbed_official 3:2b08c6ae7415 11 "mbed-mesh-api.thread-config-panid": "0xDEFA",
mbed_official 4:567d72fb3d84 12 "mbed-mesh-api.thread-config-channel": 12,
mbed_official 4:567d72fb3d84 13 "mbed-trace.enable": true
Seppo Takalo 0:bde1843b9885 14 }
Seppo Takalo 0:bde1843b9885 15 }
Seppo Takalo 0:bde1843b9885 16 }