From f3d11ec1ef3a5d1895916e8380955a12dcdb442a Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Fri, 1 Oct 2021 12:23:12 -0700 Subject: [PATCH] Fix typo in supported chip name (S3 -> S2) --- README.md | 3 ++- cargo-espflash/README.md | 2 +- espflash/README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d064a0b4..36bd2c0b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ESPFlash + [![Actions Status](https://github.com/esp-rs/espflash/workflows/CI/badge.svg)](https://github.com/esp-rs/espflash/actions?query=workflow%3A"CI") _ESP8266_ and _ESP32_ family serial flasher based on [esptool.py](https://github.com/espressif/esptool). @@ -8,7 +9,7 @@ _ESP8266_ and _ESP32_ family serial flasher based on [esptool.py](https://github ## Status -Flashing _should_ work for __ESP32__, __ESP32-S3__, __ESP32-C3__, and __ESP8266__. +Flashing _should_ work for __ESP32__, __ESP32-S2__, __ESP32-C3__, and __ESP8266__. If you have an ELF file that flashes correctly with `esptool.py` but not with this tool then please open an issue with the ELF in question. diff --git a/cargo-espflash/README.md b/cargo-espflash/README.md index cb47368d..c623e146 100644 --- a/cargo-espflash/README.md +++ b/cargo-espflash/README.md @@ -1,6 +1,6 @@ # `cargo-espflash` -Cross-compiler and serial flasher cargo subcommand for Espressif devices. Currently supports __ESP32__, __ESP32-S3__, __ESP32-C3__, and __ESP8266__. +Cross-compiler and serial flasher cargo subcommand for Espressif devices. Currently supports __ESP32__, __ESP32-S2__, __ESP32-C3__, and __ESP8266__. Prior to flashing, the project is built using the `build-std` unstable cargo feature. Please refer to the [cargo documentation](https://doc.rust-lang.org/cargo/reference/unstable.html#build-std) for more information. diff --git a/espflash/README.md b/espflash/README.md index 96ae0565..02334a15 100644 --- a/espflash/README.md +++ b/espflash/README.md @@ -1,6 +1,6 @@ # `espflash` -__ESP32__, __ESP32-S3__, __ESP32-C3__, and __ESP8266__ serial flasher library and CLI application. +__ESP32__, __ESP32-S2__, __ESP32-C3__, and __ESP8266__ serial flasher library and CLI application. [![asciicast](https://asciinema.org/a/367205.svg)](https://asciinema.org/a/367205)