mbed-os-examples / Mbed OS mbed-os-example-client

configs/mesh_thread.json

Committer:
mbed_official
Date:
2018-10-09
Revision:
163:82842f9dde56
Parent:
123:6b11bfd9dcae

File content as of revision 163:82842f9dde56:

{
    "config": {
        "network-interface":{
            "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, MESH_LOWPAN_ND, MESH_THREAD",
            "value": "MESH_THREAD"
        },
        "mesh_radio_type": {
        	"help": "options are ATMEL, MCR20, EFR32",
        	"value": "ATMEL"
        },
        "button1": {
        	"help": "Use BUTTON1 from PinNames.h by default",
        	"value": "BUTTON1"
        }
    },
    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
    "target_overrides": {
        "*": {
            "target.features_add": ["NANOSTACK", "COMMON_PAL"],
            "nanostack.configuration": "thread_router",
            "platform.stdio-baud-rate": 115200,
            "platform.stdio-convert-newlines": true,
            "mbed-mesh-api.thread-config-channel": 22,
            "mbed-mesh-api.thread-config-panid": "0x0700",
            "mbed-trace.enable": 0
        }
    }
}