Fabio Gatti
/
MultiProtocol_Cloud_copy
das
Diff: mbed_app.json
- Revision:
- 0:705a0a684de2
- Child:
- 3:647e37ef0eec
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Thu Jul 26 23:58:14 2018 +0000 @@ -0,0 +1,64 @@ +{ + "macros": [ + "MBED_CONF_APP_MAIN_STACK_SIZE=6000", + "MBED_CONF_APP_THREAD_STACK_SIZE=6000", + "DEVICE_STDIO_MESSAGES=1" + ], + "config": { + "wifi-shield": { + "help": "Options are internal, WIFI_IDW0XX1", + "value": "internal" + }, + "wifi-tx": { + "help": "TX pin for serial connection to external device", + "value": "D1" + }, + "wifi-rx": { + "help": "RX pin for serial connection to external device", + "value": "D0" + }, + "wifi-spi_miso": { + "help": "SPI-MISO connection to external device", + "value": "PC_11" + }, + "wifi-spi_mosi": { + "help": "SPI-MOSI connection to external device", + "value": "PC_12" + }, + "wifi-spi_sclk": { + "help": "SPI-CLOCK connection to external device", + "value": "PC_10" + }, + "wifi-spi_nss": { + "help": "SPI chip select of external device", + "value": "PE_0" + }, + "wifi-reset": { + "help": "WIFI module reset pin", + "value": "PE_8" + }, + "wifi-dataready": { + "help": "WIFI module data ready pin", + "value": "PE_1" + }, + "wifi-wakeup": { + "help": "WIFI module wakeup pin", + "value": "PB_12" + } + }, + "target_overrides": { + "*": { + "platform.stdio-baud-rate": 115200, + "platform.stdio-convert-newlines": true + }, + "DISCO_L475VG_IOT1A": { + "wifi-spi_miso": "PC_11", + "wifi-spi_mosi": "PC_12", + "wifi-spi_sclk": "PC_10", + "wifi-spi_nss": "PE_0", + "wifi-reset": "PE_8", + "wifi-dataready": "PE_1", + "wifi-wakeup": "PB_12" + } + } +} \ No newline at end of file