Skip to content

Commit e1508fb

Browse files
committed
A few more tweaks to the READMEs
1 parent 0c30f26 commit e1508fb

File tree

4 files changed

+11
-40
lines changed

4 files changed

+11
-40
lines changed

Containerfile

-33
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Serial flasher utilities for Espressif devices, based loosely on [esptool.py](https://github.com/espressif/esptool/).
88

9-
Supports the **ESP32**, **ESP32-C2**, **ESP32-C3**, **ESP32-S2**, **ESP32-S3**, and **ESP8266**.
9+
Supports the **ESP32**, **ESP32-C2/C3**, **ESP32-S2/S3**, and **ESP8266**.
1010

1111
## [cargo-espflash](./cargo-espflash/)
1212

cargo-espflash/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Cross-compiler and Cargo extension for flashing Espressif devices over serial.
88

9-
Supports the **ESP32**, **ESP32-C2**, **ESP32-C3**, **ESP32-S2**, **ESP32-S3**, and **ESP8266**.
9+
Supports the **ESP32**, **ESP32-C2/C3**, **ESP32-S2/S3**, and **ESP8266**.
1010

1111
## Installation
1212

@@ -86,9 +86,11 @@ It's possible to specify a serial port and/or USB VID/PID values by setting them
8686
| macOS | `$HOME/Library/Application Support/rs.esp.espflash/espflash.toml` |
8787
| Windows | `%APPDATA%\esp\espflash\espflash.toml` |
8888

89-
## WSL2
89+
## Windows Subsystem for Linux
9090

91-
It is not possible to flash chips using the built-in `USB_SERIAL_JTAG` when using WSL2, because the reset also resets `USB_SERIAL_JTAG` peripheral which then disconnects the chip from WSL2.
91+
It is not currently possible to use `cargo-espflash` from within WSL1.
92+
93+
It is not possible to flash chips using the built-in `USB_SERIAL_JTAG` when using WSL2, because the reset also resets `USB_SERIAL_JTAG` peripheral which then disconnects the chip from WSL2. Chips _can_ be flashed via UART using WSL2, however.
9294

9395
## License
9496

espflash/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A library and command-line tool for flashing Espressif devices over serial.
99

10-
Supports the **ESP32**, **ESP32-C2**, **ESP32-C3**, **ESP32-S2**, **ESP32-S3**, and **ESP8266**.
10+
Supports the **ESP32**, **ESP32-C2/C3**, **ESP32-S2/S3**, and **ESP8266**.
1111

1212
## Installation
1313

@@ -88,9 +88,11 @@ It's possible to specify a serial port and/or USB VID/PID values by setting them
8888
| macOS | `$HOME/Library/Application Support/rs.esp.espflash/espflash.toml` |
8989
| Windows | `%APPDATA%\esp\espflash\espflash.toml` |
9090

91-
## WSL2
91+
## Windows Subsystem for Linux
9292

93-
It is not possible to flash chips using the built-in `USB_SERIAL_JTAG` when using WSL2, because the reset also resets `USB_SERIAL_JTAG` peripheral which then disconnects the chip from WSL2.
93+
It is not currently possible to use `espflash` from within WSL1.
94+
95+
It is not possible to flash chips using the built-in `USB_SERIAL_JTAG` when using WSL2, because the reset also resets `USB_SERIAL_JTAG` peripheral which then disconnects the chip from WSL2. Chips _can_ be flashed via UART using WSL2, however.
9496

9597
## License
9698

0 commit comments

Comments
 (0)