| { |
| "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": { |
| "led-active-state": { |
| "help": "GPIO output to turn the LED on.", |
| "value": 0 |
| }, |
| "system-state-led": { |
| "help": "System status LED.", |
| "value": "LED1" |
| }, |
| "ble-device-name": { |
| "help": "Name used for BLE advertising.", |
| "value": "\"MBED-clusters\"" |
| }, |
| "use-gatt-indication-ack-hack": { |
| "help": "Fake a TX transfer confirmation. Send a 'kCHIPoBLEIndicateConfirm' event as soon as data is sent, without waiting for the actual ACK from the GATT client. This hack has to stay until we provide a fix in the Mbed OS repo.", |
| "value": 1 |
| } |
| } |
| } |