Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: esp8266-driver/mbed_lib.json
- Revision:
- 0:8f8e8f3cbd1c
diff -r 000000000000 -r 8f8e8f3cbd1c esp8266-driver/mbed_lib.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/esp8266-driver/mbed_lib.json Thu Jun 21 17:50:21 2018 +0000 @@ -0,0 +1,31 @@ +{ + "name": "esp8266", + "config": { + "tx": { + "help": "TX pin for serial connection", + "value": null + }, + "rx": { + "help": "RX pin for serial connection", + "value": null + }, + "debug": { + "help": "Enable debug logs", + "value": false + } + }, + "target_overrides": { + "HEXIWEAR": { + "tx": "PTD3", + "rx": "PTD2" + }, + "NUCLEO_F401RE": { + "tx": "D8", + "rx": "D2" + }, + "NUCLEO_F411RE": { + "tx": "D8", + "rx": "D2" + } + } +}