U_Blox device connector

Dependencies:   mbed

Fork of mbed-os-example-client by mbed-os-examples

configs/mesh_thread.json

Committer:
surajdagar
Date:
2017-02-02
Revision:
63:81c0432cb506
Parent:
51:f2c99fcbcd08

File content as of revision 63:81c0432cb506:

{
    "config": {
        "network-interface":{
            "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
            "value": "MESH_THREAD"
        },
        "mesh_radio_type": {
        	"help": "options are ATMEL, MCR20",
        	"value": "ATMEL"
        }
    },
    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
    "target_overrides": {
        "*": {
            "target.features_add": ["NANOSTACK", "THREAD_ROUTER", "COMMON_PAL"],
            "mbed-mesh-api.thread-config-channel": 12,
            "mbed-mesh-api.thread-config-panid": "0xDEFA",
            "mbed-trace.enable": 0
        }
    }
}