Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the esp8266 package #189

Merged
merged 2 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
5 changes: 0 additions & 5 deletions esp8266/.cargo/config.toml

This file was deleted.

38 changes: 0 additions & 38 deletions esp8266/Cargo.toml

This file was deleted.

30 changes: 0 additions & 30 deletions esp8266/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions esp8266/build.rs

This file was deleted.

1 change: 0 additions & 1 deletion esp8266/device.x

This file was deleted.

2 changes: 0 additions & 2 deletions esp8266/rust-toolchain.toml

This file was deleted.

71 changes: 0 additions & 71 deletions esp8266/src/dport.rs

This file was deleted.

66 changes: 0 additions & 66 deletions esp8266/src/dport/dport_ctl.rs

This file was deleted.

101 changes: 0 additions & 101 deletions esp8266/src/dport/edge_int_enable.rs

This file was deleted.

Loading
Loading