Skip to content

Commit

Permalink
Remove mention of Espressif MCUs from xtensa-lx
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 4, 2024
1 parent 33e46ef commit b9b8829
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions esp-hal-embassy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ integrated-timers = ["embassy-executor?/integrated-timers"]

[lints.rust]
unexpected_cfgs = "allow"

[patch.crates-io]
xtensa-lx = { path = "../xtensa-lx" }
3 changes: 3 additions & 0 deletions esp-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,6 @@ mixed_attributes_style = "allow"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(host_os, values("windows"))'] }

[patch.crates-io]
xtensa-lx = { path = "../xtensa-lx" }
3 changes: 3 additions & 0 deletions esp-wifi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,6 @@ features = [
"esp-hal/default",
]
default-target = "riscv32imc-unknown-none-elf"

[patch.crates-io]
xtensa-lx = { path = "../xtensa-lx" }
8 changes: 1 addition & 7 deletions xtensa-lx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
![Crates.io](https://img.shields.io/crates/l/xtensa-lx?labelColor=1C2C2E&style=flat-square)
[![Matrix](https://img.shields.io/matrix/esp-rs:matrix.org?label=join%20matrix&labelColor=1C2C2E&color=BEC5C9&logo=matrix&style=flat-square)](https://matrix.to/#/#esp-rs:matrix.org)

Low level access to Xtensa LX processors. This crate currently supports the following CPUs:

| Feature | Supported CPUs |
| --------- | ---------------- |
| `esp32` | ESP32 (_LX6_) |
| `esp32s2` | ESP32-S2 (_LX7_) |
| `esp32s3` | ESP32-S3 (_LX7_) |
Low level access to Xtensa LX processors.

## [Documentation](https://docs.rs/crate/xtensa-lx)

Expand Down

0 comments on commit b9b8829

Please sign in to comment.