From 4d14110b2396e482061537c9c2608735c70df5f2 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Mon, 10 Jan 2022 14:25:31 -0800 Subject: [PATCH] Reference the correct crate in the README warning for ESP32-S2/S3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b25125d1..4a15417c9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Everything else. At this time, there are two major issues blocking progress on the **ESP32-S2** and **ESP32-S3**: -- The lack of runtime support via [riscv-rt](https://github.com/rust-embedded/riscv-rt) +- The lack of runtime support via [xtensa-lx-rt](https://github.com/esp-rs/xtensa-lx-rt) - The omission of linker scripts, required for actually building the binaries Once these issues have been resolved, progress can resume on the `esp32s2-hal` and `esp32s3-hal` crates.