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

Committer:
mbed_official
Date:
Wed Feb 01 05:00:12 2017 +0000
Revision:
38:ea6124437f88
Parent:
37:da3afe046413
Child:
40:e0b9755ae4f1
Revert "test of NCS36510 as Thread Routing Node"

This reverts commit 6ac0b300b8d67bce448833edfb590fb09bb4000a.

.
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 16:22f072355a2c 3 "trace": {
mbed_official 16:22f072355a2c 4 "help": "options are true, false",
mbed_official 16:22f072355a2c 5 "value": true
mbed_official 4:567d72fb3d84 6 },
mbed_official 16:22f072355a2c 7 "radio-type":{
mbed_official 19:f55c7983f8ab 8 "help": "options are ATMEL, MCR20, NCS36510",
mbed_official 38:ea6124437f88 9 "value": "ATMEL"
mbed_official 16:22f072355a2c 10 },
mbed_official 16:22f072355a2c 11 "mesh-type":{
mbed_official 16:22f072355a2c 12 "help": "options are MESH_LOWPAN, MESH_THREAD",
mbed_official 38:ea6124437f88 13 "value": "MESH_LOWPAN"
mbed_official 16:22f072355a2c 14 }
mbed_official 16:22f072355a2c 15 },
Seppo Takalo 0:bde1843b9885 16 "target_overrides": {
Seppo Takalo 0:bde1843b9885 17 "*": {
mbed_official 38:ea6124437f88 18 "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
mbed_official 3:2b08c6ae7415 19 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
mbed_official 3:2b08c6ae7415 20 "mbed-mesh-api.6lowpan-nd-channel": 12,
mbed_official 3:2b08c6ae7415 21 "mbed-mesh-api.6lowpan-nd-channel-mask": "(1<<12)",
mbed_official 3:2b08c6ae7415 22 "mbed-mesh-api.thread-config-panid": "0xDEFA",
mbed_official 17:ee2610e1cb78 23 "mbed-mesh-api.thread-master-key": "{0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}",
mbed_official 4:567d72fb3d84 24 "mbed-mesh-api.thread-config-channel": 12,
mbed_official 38:ea6124437f88 25 "mbed-mesh-api.heap-size": 14000,
mbed_official 17:ee2610e1cb78 26 "mbed-trace.enable": false
Seppo Takalo 0:bde1843b9885 27 }
Seppo Takalo 0:bde1843b9885 28 }
Seppo Takalo 0:bde1843b9885 29 }