From 66fa77a018165ad309cfe5123378dbceb2a7deb2 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Tue, 19 Apr 2022 17:01:22 -0700 Subject: [PATCH] Update README to mention newly added features --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8bd7810..a60be02 100644 --- a/README.md +++ b/README.md @@ -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)