| { |
| "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, |
| "lwip.netbuf-recvinfo-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", |
| "mcuboot.bootloader-build": false, |
| "mcuboot.log-enable": true, |
| "mcuboot.log-level": "MCUBOOT_LOG_LEVEL_ERROR" |
| }, |
| "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" |
| ], |
| "mcuboot.primary-slot-address": "0x10022000", |
| "mcuboot.slot-size": "0x180000", |
| "mcuboot.scratch-address": "0x101A2000", |
| "mcuboot.scratch-size": "0x40000", |
| "mcuboot.max-img-sectors": "0xC00", |
| "mcuboot.header-size": "0x400" |
| } |
| }, |
| "config": { |
| "ble-device-name": { |
| "help": "Name used for BLE advertising.", |
| "value": "\"MBED-shell\"" |
| }, |
| "version-number": { |
| "value": "0" |
| }, |
| "version-number-str": { |
| "value": "\"0.1.0\"" |
| }, |
| "vendor-id": { |
| "value": "0xFFF1" |
| }, |
| "product-id": { |
| "value": "0x8012" |
| } |
| } |
| } |