Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Update README to mention newly added features
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Apr 20, 2022
1 parent b97fb02 commit 66fa77a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@

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

| Feature | Supported CPUs |
| --------- | ---------------------------------------------------- |
| `esp32` | ESP32 (_LX6_), ESP32-S2 (_LX7_) and ESP32-S3 (_LX7_) |
| `esp8266` | ESP8266 (_LX106_) |
| Feature | Supported CPUs |
| --------- | ----------------- |
| `esp32` | ESP32 (_LX6_) |
| `esp32s2` | ESP32-S2 (_LX7_) |
| `esp32s3` | ESP32-S3 (_LX7_) |
| `esp8266` | ESP8266 (_LX106_) |

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

Expand Down

0 comments on commit 66fa77a

Please sign in to comment.