U_Blox device connector

Dependencies:   mbed

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

configs/eth_v4.json

Committer:
surajdagar
Date:
2017-02-02
Revision:
63:81c0432cb506
Parent:
62:077cbce2bd10

File content as of revision 63:81c0432cb506:

{
    "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": true,
            "lwip.ipv6-enabled": false,
            "mbed-trace.enable": 0
        },
            "UBLOX_EVK_ODIN_W2": {
            "target.device_has_remove": ["EMAC"]
        }
    }
}