k64f targated antenna alignment tool with lwm2m client capabilities.

Dependencies:   FXOS8700Q-driver MODSERIAL

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

configs/eth_v6.json

Committer:
remembervin
Date:
2017-01-20
Revision:
52:74019970a2bf
Parent:
45:b150e0aa009c

File content as of revision 52:74019970a2bf:

{
    "config": {
        "network-interface":{
            "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
            "value": "ETHERNET"
        }
    },
    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
    "target_overrides": {
        "*": {
            "target.features_add": ["LWIP", "COMMON_PAL"],
            "lwip.ipv4-enabled": false,
            "lwip.ipv6-enabled": true,
            "mbed-trace.enable": 0
        }
    }
}