Skip to content

Commit f26772c

Browse files
committed
feat: ✨ Update Espressif PACs and HALs
1 parent f3f4ef3 commit f26772c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
304304
### Espressif
305305

306306
- [`esp32`](https://github.com/esp-rs/esp-pacs/tree/main/esp32) - ![crates.io](https://img.shields.io/crates/v/esp32.svg)
307+
- [`esp32c2`](https://github.com/esp-rs/esp-pacs/tree/main/esp32c2) - ![crates.io](https://img.shields.io/crates/v/esp32c2.svg)
307308
- [`esp32c3`](https://github.com/esp-rs/esp-pacs/tree/main/esp32c3) - ![crates.io](https://img.shields.io/crates/v/esp32c3.svg)
309+
- [`esp32c3`](https://github.com/esp-rs/esp-pacs/tree/main/esp32c6) - ![crates.io](https://img.shields.io/crates/v/esp32c6.svg)
308310
- [`esp32s2`](https://github.com/esp-rs/esp-pacs/tree/main/esp32s2) - ![crates.io](https://img.shields.io/crates/v/esp32s2.svg)
309311
- [`esp32s3`](https://github.com/esp-rs/esp-pacs/tree/main/esp32s3) - ![crates.io](https://img.shields.io/crates/v/esp32s3.svg)
310312
- [`esp8266`](https://github.com/esp-rs/esp-pacs/tree/main/esp8266) - ![crates.io](https://img.shields.io/crates/v/esp8266.svg)
@@ -472,12 +474,10 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
472474

473475
### Espressif
474476

475-
- [`rust-xtensa`](https://github.com/MabezDev/rust-xtensa)
476-
- rust fork enables projects to be built for the ESP32 and ESP8266. ([quick start repo](https://github.com/MabezDev/xtensa-rust-quickstart)).
477477
- [`esp-idf-hal`](https://github.com/esp-rs/esp-idf-hal)
478-
- An embedded-hal implementation for ESP32[-XX] + ESP-IDF
478+
- An embedded-hal implementation for Rust on ESP32 microcontrollers and ESP-IDF
479479
- [`esp-hal`](https://github.com/esp-rs/esp-hal)
480-
- An _extremely experimental_ attempt at writing a HAL which targets the ESP32, ESP32-C3, ESP32-S2, and ESP32-S3.
480+
- A `no_std` Hardware Abstraction Layers for ESP32 microcontrollers
481481

482482

483483
### Silicon Labs

0 commit comments

Comments
 (0)