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.
esp8266-driver/mbed_lib.json@0:8f8e8f3cbd1c, 2018-06-21 (annotated)
- Committer:
- mayur098
- Date:
- Thu Jun 21 17:50:21 2018 +0000
- Revision:
- 0:8f8e8f3cbd1c
first commit;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mayur098 | 0:8f8e8f3cbd1c | 1 | { |
mayur098 | 0:8f8e8f3cbd1c | 2 | "name": "esp8266", |
mayur098 | 0:8f8e8f3cbd1c | 3 | "config": { |
mayur098 | 0:8f8e8f3cbd1c | 4 | "tx": { |
mayur098 | 0:8f8e8f3cbd1c | 5 | "help": "TX pin for serial connection", |
mayur098 | 0:8f8e8f3cbd1c | 6 | "value": null |
mayur098 | 0:8f8e8f3cbd1c | 7 | }, |
mayur098 | 0:8f8e8f3cbd1c | 8 | "rx": { |
mayur098 | 0:8f8e8f3cbd1c | 9 | "help": "RX pin for serial connection", |
mayur098 | 0:8f8e8f3cbd1c | 10 | "value": null |
mayur098 | 0:8f8e8f3cbd1c | 11 | }, |
mayur098 | 0:8f8e8f3cbd1c | 12 | "debug": { |
mayur098 | 0:8f8e8f3cbd1c | 13 | "help": "Enable debug logs", |
mayur098 | 0:8f8e8f3cbd1c | 14 | "value": false |
mayur098 | 0:8f8e8f3cbd1c | 15 | } |
mayur098 | 0:8f8e8f3cbd1c | 16 | }, |
mayur098 | 0:8f8e8f3cbd1c | 17 | "target_overrides": { |
mayur098 | 0:8f8e8f3cbd1c | 18 | "HEXIWEAR": { |
mayur098 | 0:8f8e8f3cbd1c | 19 | "tx": "PTD3", |
mayur098 | 0:8f8e8f3cbd1c | 20 | "rx": "PTD2" |
mayur098 | 0:8f8e8f3cbd1c | 21 | }, |
mayur098 | 0:8f8e8f3cbd1c | 22 | "NUCLEO_F401RE": { |
mayur098 | 0:8f8e8f3cbd1c | 23 | "tx": "D8", |
mayur098 | 0:8f8e8f3cbd1c | 24 | "rx": "D2" |
mayur098 | 0:8f8e8f3cbd1c | 25 | }, |
mayur098 | 0:8f8e8f3cbd1c | 26 | "NUCLEO_F411RE": { |
mayur098 | 0:8f8e8f3cbd1c | 27 | "tx": "D8", |
mayur098 | 0:8f8e8f3cbd1c | 28 | "rx": "D2" |
mayur098 | 0:8f8e8f3cbd1c | 29 | } |
mayur098 | 0:8f8e8f3cbd1c | 30 | } |
mayur098 | 0:8f8e8f3cbd1c | 31 | } |