Updated ref
Dependencies: FXOS8700Q-driver MODSERIAL
Fork of AAT_LWM2M_K64F by
Diff: mbed_app.json
- Revision:
- 13:c44e318674db
- Parent:
- 5:b7d7ca715fdb
- Child:
- 21:b88cdeb5b302
--- a/mbed_app.json Thu Aug 04 18:15:18 2016 +0100 +++ b/mbed_app.json Fri Aug 05 04:30:15 2016 +0100 @@ -11,6 +11,14 @@ "wifi-password": { "help": "WiFi Password", "value": "\"Password\"" + }, + "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" } }, "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""], @@ -19,6 +27,14 @@ "target.features_add": ["CLIENT", "COMMON_PAL"], "mbed-client.reconnection-count": 3, "mbed-client.reconnection-interval": 5 + }, + "NUCLEO_F401RE": { + "wifi-tx": "PA_11", + "wifi-rx": "PA_12" + }, + "NUCLEO_F411RE": { + "wifi-tx": "PA_11", + "wifi-rx": "PA_12" } } }