From b9b88292f9f83efb1573d9d64e31cc05ad9eddfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 4 Nov 2024 11:58:18 +0100 Subject: [PATCH] Remove mention of Espressif MCUs from xtensa-lx --- esp-hal-embassy/Cargo.toml | 3 +++ esp-hal/Cargo.toml | 3 +++ esp-wifi/Cargo.toml | 3 +++ xtensa-lx/README.md | 8 +------- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/esp-hal-embassy/Cargo.toml b/esp-hal-embassy/Cargo.toml index d4827afca27..bfafbee0a31 100644 --- a/esp-hal-embassy/Cargo.toml +++ b/esp-hal-embassy/Cargo.toml @@ -50,3 +50,6 @@ integrated-timers = ["embassy-executor?/integrated-timers"] [lints.rust] unexpected_cfgs = "allow" + +[patch.crates-io] +xtensa-lx = { path = "../xtensa-lx" } diff --git a/esp-hal/Cargo.toml b/esp-hal/Cargo.toml index aa221a1baf9..d2af5e0ea71 100644 --- a/esp-hal/Cargo.toml +++ b/esp-hal/Cargo.toml @@ -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" } diff --git a/esp-wifi/Cargo.toml b/esp-wifi/Cargo.toml index 0b448583c2a..677327d0142 100644 --- a/esp-wifi/Cargo.toml +++ b/esp-wifi/Cargo.toml @@ -197,3 +197,6 @@ features = [ "esp-hal/default", ] default-target = "riscv32imc-unknown-none-elf" + +[patch.crates-io] +xtensa-lx = { path = "../xtensa-lx" } diff --git a/xtensa-lx/README.md b/xtensa-lx/README.md index b51154f38d5..3e09af29cb6 100644 --- a/xtensa-lx/README.md +++ b/xtensa-lx/README.md @@ -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)