NCTU Programming Marathon
/
Program4_mbedClient
a simple mbed client example
Fork of Program4_mbedClient by
configs/eth_v6.json
- Committer:
- Maggie17
- Date:
- 2017-02-08
- Revision:
- 63:f725470c419a
- Parent:
- 62:077cbce2bd10
File content as of revision 63:f725470c419a:
{ "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 }, "UBLOX_EVK_ODIN_W2": { "target.device_has_remove": ["EMAC"] } } }