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

Committer:
mbed_official
Date:
Wed Feb 15 17:00:13 2017 +0000
Revision:
42:a5006817fa19
Parent:
40:e0b9755ae4f1
Child:
43:92c3c89d5bb2
Add minimized mbedTLS config file.

Suitable for Thread router.

.
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 },
mbed_official 42:a5006817fa19 16 "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_config.h\""],
Seppo Takalo 0:bde1843b9885 17 "target_overrides": {
Seppo Takalo 0:bde1843b9885 18 "*": {
mbed_official 38:ea6124437f88 19 "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
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 3:2b08c6ae7415 23 "mbed-mesh-api.thread-config-panid": "0xDEFA",
mbed_official 17:ee2610e1cb78 24 "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 25 "mbed-mesh-api.thread-config-channel": 12,
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
Seppo Takalo 0:bde1843b9885 30 }
Seppo Takalo 0:bde1843b9885 31 }
Seppo Takalo 0:bde1843b9885 32 }