| { |
| "macros": ["MBEDTLS_USER_CONFIG_FILE=\"chip_mbedtls_config.h\""], |
| "target_overrides": { |
| "*": { |
| "platform.stdio-baud-rate": 115200, |
| "lwip.ipv6-enabled": true, |
| "lwip.raw-socket-enabled": true, |
| "nsapi.default-wifi-security": "WPA_WPA2", |
| "nsapi.default-wifi-ssid": "\"YOUR_SSID\"", |
| "nsapi.default-wifi-password": "\"YOUR_PASSWORD\"", |
| "mbed-trace.max-level": "TRACE_LEVEL_DEBUG", |
| "mbed-trace.enable": true, |
| "target.printf_lib": "std" |
| }, |
| "CY8CPROTO_062_4343W": { |
| "target.network-default-interface-type": "WIFI", |
| "target.macros_add": [ |
| "MXCRYPTO_DISABLED", |
| "NL_ASSERT_LOG=NL_ASSERT_LOG_DEFAULT", |
| "NL_ASSERT_EXPECT_FLAGS=NL_ASSERT_FLAG_LOG", |
| "WHD_PRINT_DISABLE" |
| ] |
| } |
| }, |
| "config": { |
| "ble-device-name": { |
| "help": "Name used for BLE advertising.", |
| "value": "\"MBED-shell\"" |
| } |
| } |
| } |