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

Committer:
mbed_official
Date:
Tue Nov 21 09:00:08 2017 +0000
Revision:
63:335c8d658420
Parent:
52:27692043e962
Child:
68:2330fbeb4926
Update application configs (#145)

Add nanostack configuration option for source based compilations.
.
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 "radio-type":{
mbed_official 52:27692043e962 4 "help": "options are ATMEL, MCR20, NCS36510, KW24D",
mbed_official 38:ea6124437f88 5 "value": "ATMEL"
mbed_official 16:22f072355a2c 6 },
mbed_official 16:22f072355a2c 7 "mesh-type":{
mbed_official 16:22f072355a2c 8 "help": "options are MESH_LOWPAN, MESH_THREAD",
mbed_official 38:ea6124437f88 9 "value": "MESH_LOWPAN"
mbed_official 52:27692043e962 10 },
mbed_official 52:27692043e962 11 "enable-led-control-example": true,
mbed_official 52:27692043e962 12 "LED": "NC",
mbed_official 52:27692043e962 13 "BUTTON": "NC"
mbed_official 16:22f072355a2c 14 },
Seppo Takalo 0:bde1843b9885 15 "target_overrides": {
Seppo Takalo 0:bde1843b9885 16 "*": {
mbed_official 38:ea6124437f88 17 "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
mbed_official 63:335c8d658420 18 "nanostack.configuration": "lowpan_router",
mbed_official 52:27692043e962 19 "mbed-mesh-api.6lowpan-nd-panid-filter": "0xffff",
mbed_official 3:2b08c6ae7415 20 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
mbed_official 3:2b08c6ae7415 21 "mbed-mesh-api.6lowpan-nd-channel": 12,
mbed_official 3:2b08c6ae7415 22 "mbed-mesh-api.6lowpan-nd-channel-mask": "(1<<12)",
mbed_official 49:425a1889434d 23 "mbed-mesh-api.thread-config-panid": "0x0700",
mbed_official 49:425a1889434d 24 "mbed-mesh-api.thread-master-key": "{0x10, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}",
mbed_official 49:425a1889434d 25 "mbed-mesh-api.thread-config-channel": 22,
mbed_official 38:ea6124437f88 26 "mbed-mesh-api.heap-size": 14000,
mbed_official 40:e0b9755ae4f1 27 "mbed-trace.enable": false,
mbed_official 40:e0b9755ae4f1 28 "platform.stdio-convert-newlines": true,
mbed_official 40:e0b9755ae4f1 29 "platform.stdio-baud-rate": 115200
mbed_official 52:27692043e962 30 },
mbed_official 52:27692043e962 31 "K64F": {
mbed_official 52:27692043e962 32 "LED": "LED_RED",
mbed_official 52:27692043e962 33 "BUTTON": "SW2"
mbed_official 52:27692043e962 34 },
mbed_official 52:27692043e962 35 "K66F": {
mbed_official 52:27692043e962 36 "LED": "LED_RED",
mbed_official 52:27692043e962 37 "BUTTON": "SW2"
mbed_official 52:27692043e962 38 },
mbed_official 52:27692043e962 39 "NUCLEO_F401RE": {
mbed_official 52:27692043e962 40 "LED": "NC",
mbed_official 52:27692043e962 41 "BUTTON": "USER_BUTTON"
mbed_official 52:27692043e962 42 },
mbed_official 52:27692043e962 43 "NUCLEO_F411RE": {
mbed_official 52:27692043e962 44 "LED": "NC",
mbed_official 52:27692043e962 45 "BUTTON": "USER_BUTTON"
mbed_official 52:27692043e962 46 },
mbed_official 52:27692043e962 47 "NCS36510": {
mbed_official 52:27692043e962 48 "LED": "LED1",
mbed_official 52:27692043e962 49 "BUTTON": "SW2"
mbed_official 52:27692043e962 50 },
mbed_official 52:27692043e962 51 "KW24D": {
mbed_official 52:27692043e962 52 "LED": "LED1",
mbed_official 52:27692043e962 53 "BUTTON": "SW1"
Seppo Takalo 0:bde1843b9885 54 }
Seppo Takalo 0:bde1843b9885 55 }
Seppo Takalo 0:bde1843b9885 56 }