Make NTU Hackathon
/
Program4_mbedClient
a simple mbed client example
Fork of mbed-os-example-client by
configs/eth_v6.json@63:f725470c419a, 2017-02-08 (annotated)
- Committer:
- Maggie17
- Date:
- Wed Feb 08 03:23:16 2017 +0000
- Revision:
- 63:f725470c419a
- Parent:
- 62:077cbce2bd10
For Make NTU Hackathon;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 45:b150e0aa009c | 1 | { |
mbed_official | 45:b150e0aa009c | 2 | "config": { |
mbed_official | 45:b150e0aa009c | 3 | "network-interface":{ |
mbed_official | 45:b150e0aa009c | 4 | "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD", |
mbed_official | 45:b150e0aa009c | 5 | "value": "ETHERNET" |
mbed_official | 45:b150e0aa009c | 6 | } |
mbed_official | 45:b150e0aa009c | 7 | }, |
mbed_official | 45:b150e0aa009c | 8 | "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""], |
mbed_official | 45:b150e0aa009c | 9 | "target_overrides": { |
mbed_official | 45:b150e0aa009c | 10 | "*": { |
mbed_official | 45:b150e0aa009c | 11 | "target.features_add": ["LWIP", "COMMON_PAL"], |
mbed_official | 45:b150e0aa009c | 12 | "lwip.ipv4-enabled": false, |
mbed_official | 45:b150e0aa009c | 13 | "lwip.ipv6-enabled": true, |
mbed_official | 45:b150e0aa009c | 14 | "mbed-trace.enable": 0 |
mbed_official | 62:077cbce2bd10 | 15 | }, |
mbed_official | 62:077cbce2bd10 | 16 | "UBLOX_EVK_ODIN_W2": { |
mbed_official | 62:077cbce2bd10 | 17 | "target.device_has_remove": ["EMAC"] |
mbed_official | 45:b150e0aa009c | 18 | } |
mbed_official | 45:b150e0aa009c | 19 | } |
mbed_official | 45:b150e0aa009c | 20 | } |