{
    "config": {
        "radio-type":{
            "help": "options are ATMEL, MCR20, NCS36510, KW24D",
            "value": "SPIRIT1"
        },
        "mesh-type":{
            "help": "options are MESH_LOWPAN, MESH_THREAD",
            "value": "MESH_LOWPAN"
        },
        "enable-led-control-example": true,
        "LED": "NC",
        "BUTTON": "NC"
    },
    "target_overrides": {
        "*": {
            "target.features_add": ["NANOSTACK", "LOWPAN_HOST", "COMMON_PAL"],
            "mbed-mesh-api.6lowpan-nd-panid-filter": "0xffff",
            "mbed-mesh-api.6lowpan-nd-channel-page": 2,
            "mbed-mesh-api.6lowpan-nd-channel": 1,
            "mbed-mesh-api.6lowpan-nd-device-type": "NET_6LOWPAN_HOST",
            "mbed-mesh-api.thread-config-panid": "0x0700",
            "mbed-mesh-api.thread-master-key": "{0x10, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}",
            "mbed-mesh-api.thread-config-channel": 22,
            "mbed-mesh-api.heap-size": 14000,
            "mbed-trace.enable": true,
            "platform.stdio-convert-newlines": true,
            "platform.stdio-baud-rate": 115200,
            "spirit1.mac-address": "{0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17}"
        },
        "K64F": {
            "LED": "LED_RED",
            "BUTTON": "SW2"
        },
        "K66F": {
            "LED": "LED_RED",
            "BUTTON": "SW2"
		},
        "NUCLEO_F401RE": {
            "LED": "LED_RED",
            "BUTTON": "USER_BUTTON"
        },
        "NUCLEO_L152RE" : {
            "LED" : "LED1",
            "BUTTON" : "USER_BUTTON"
        },
        "NUCLEO_F429ZI" : {
            "LED" : "LED1",
            "BUTTON" : "USER_BUTTON"
        }
    }
}
