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

Committer:
mbed_official
Date:
Fri Dec 16 09:30:13 2016 +0000
Revision:
28:cba5aec18a00
Parent:
19:f55c7983f8ab
Child:
37:da3afe046413
Merge branch 'mbed-os-5.3-rc'

* mbed-os-5.3-rc:
Update mbed-os to 5.3.0
Change default memory size to 14kB.
Update to mbed-os 5.3 RC3
Update to mbed OS 5.3.0-rc2
Update to mbed-os 5.3 RC1

.
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 17:ee2610e1cb78 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 16:22f072355a2c 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 17:ee2610e1cb78 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 28:cba5aec18a00 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 }