Ram Gandikota
/
ABCD
A metronome using the FRDM K64F board
Diff: configs/eth_v4.json
- Revision:
- 0:a7a43371b306
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configs/eth_v4.json Sun May 14 18:40:18 2017 +0000 @@ -0,0 +1,11 @@ +{ + "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 + } + } +}