Skip to content

Commit

Permalink
Remove ESP8266 from xtask package and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Feb 5, 2024
1 parent 7f899b1 commit a2e03ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ Prior to opening a pull request, we ask that you please:

## MSRV

The **M**inimum **S**upported **R**ust **V**ersions are:

- `1.67.0` for RISC-V devices (**ESP32-C2/C3/C6**, **ESP32-H2**, **ESP32-S2/S3 RISC-V ULP coprocessors**)
- `1.67.0` for Xtensa devices (**ESP32**, **ESP32-S2/S3**, **ESP8266**)
The **M**inimum **S**upported **R**ust **V**ersion is `1.67.0` for all packages.

Note that targeting the Xtensa ISA currently requires the use of the [esp-rs/rust] compiler fork, which can be installed using [esp-rs/espup].

Expand Down
1 change: 0 additions & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ enum Chip {
Esp32s2Ulp,
Esp32s3,
Esp32s3Ulp,
Esp8266,
}

#[derive(Debug, Clone, Copy, Display, ValueEnum)]
Expand Down

0 comments on commit a2e03ed

Please sign in to comment.