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

Committer:
mbed_official
Date:
Wed Sep 26 10:30:19 2018 +0100
Revision:
105:0b691b27144a
Parent:
90:0d8804fe2ce2
Child:
119:b2035fc77033
Merge branch 'mbed-os-5.10.0-oob'

* mbed-os-5.10.0-oob:
Update mbed-os to 5.10.0-rc3 (#220)
Updating mbed-os to mbed-os-5.10.0-rc2
Use Default meshinterface from Mbed OS 5.10
Update Jenkinsfile
Updating mbed-os to mbed-os-5.10.0-rc1
Remove sd-driver and update README (#213)
Remove external RF drivers

.
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 52:27692043e962 3 "enable-led-control-example": true,
mbed_official 52:27692043e962 4 "LED": "NC",
mbed_official 90:0d8804fe2ce2 5 "BUTTON": "NC",
mbed_official 90:0d8804fe2ce2 6 "BUTTON_MODE": "PullUp"
mbed_official 16:22f072355a2c 7 },
Seppo Takalo 0:bde1843b9885 8 "target_overrides": {
Seppo Takalo 0:bde1843b9885 9 "*": {
mbed_official 63:335c8d658420 10 "nanostack.configuration": "lowpan_router",
mbed_official 105:0b691b27144a 11 "nsapi.default-mesh-type": "LOWPAN",
mbed_official 52:27692043e962 12 "mbed-mesh-api.6lowpan-nd-panid-filter": "0xffff",
mbed_official 3:2b08c6ae7415 13 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
mbed_official 3:2b08c6ae7415 14 "mbed-mesh-api.6lowpan-nd-channel": 12,
mbed_official 3:2b08c6ae7415 15 "mbed-mesh-api.6lowpan-nd-channel-mask": "(1<<12)",
mbed_official 38:ea6124437f88 16 "mbed-mesh-api.heap-size": 14000,
mbed_official 40:e0b9755ae4f1 17 "mbed-trace.enable": false,
mbed_official 40:e0b9755ae4f1 18 "platform.stdio-convert-newlines": true,
mbed_official 105:0b691b27144a 19 "platform.stdio-baud-rate": 115200,
mbed_official 105:0b691b27144a 20 "atmel-rf.provide-default": true,
mbed_official 105:0b691b27144a 21 "mcr20a.provide-default": false,
mbed_official 105:0b691b27144a 22 "target.device_has_add": ["802_15_4_PHY"],
mbed_official 105:0b691b27144a 23 "target.network-default-interface-type": "MESH"
mbed_official 52:27692043e962 24 },
mbed_official 52:27692043e962 25 "K64F": {
mbed_official 52:27692043e962 26 "LED": "LED_RED",
mbed_official 52:27692043e962 27 "BUTTON": "SW2"
mbed_official 52:27692043e962 28 },
mbed_official 52:27692043e962 29 "K66F": {
mbed_official 52:27692043e962 30 "LED": "LED_RED",
mbed_official 52:27692043e962 31 "BUTTON": "SW2"
mbed_official 52:27692043e962 32 },
mbed_official 105:0b691b27144a 33 "KW24D": {
mbed_official 105:0b691b27144a 34 "LED": "LED1",
mbed_official 105:0b691b27144a 35 "BUTTON": "SW1"
mbed_official 105:0b691b27144a 36 },
mbed_official 52:27692043e962 37 "NUCLEO_F401RE": {
mbed_official 52:27692043e962 38 "LED": "NC",
mbed_official 52:27692043e962 39 "BUTTON": "USER_BUTTON"
mbed_official 52:27692043e962 40 },
mbed_official 105:0b691b27144a 41 "NUCLEO_F429ZI": {
mbed_official 105:0b691b27144a 42 "LED": "LED_RED",
mbed_official 105:0b691b27144a 43 "BUTTON": "USER_BUTTON",
mbed_official 105:0b691b27144a 44 "BUTTON_MODE": "PullDown"
mbed_official 105:0b691b27144a 45 },
mbed_official 52:27692043e962 46 "NUCLEO_F411RE": {
mbed_official 52:27692043e962 47 "LED": "NC",
mbed_official 52:27692043e962 48 "BUTTON": "USER_BUTTON"
mbed_official 52:27692043e962 49 },
mbed_official 52:27692043e962 50 "NCS36510": {
mbed_official 52:27692043e962 51 "LED": "LED1",
mbed_official 52:27692043e962 52 "BUTTON": "SW2"
Seppo Takalo 0:bde1843b9885 53 }
Seppo Takalo 0:bde1843b9885 54 }
Seppo Takalo 0:bde1843b9885 55 }