From 6ffce312503df44739bf8ada52adfe19e3defec1 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Fri, 26 Jan 2024 15:02:53 +0100 Subject: [PATCH] docs: Update lp cores crates (#1119) --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eb97efe50..208f25514 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,12 @@ For information about the HAL and how to use it in your own projects, please ref ### Low-Power Cores -| Crate | Documentation | Target | -| :-----------------: | :-----------------------: | :----------------------------: | -| [esp-ulp-riscv-hal] | N/A (_Not yet published_) | `riscv32imc-unknown-none-elf` | -| [esp32c6-lp-hal] | N/A (_Not yet published_) | `riscv32imac-unknown-none-elf` | +| Crate | Documentation | Targets | +| :----------: | :-----------------------: | :-----------------------------------------------------------: | +| [esp-lp-hal] | N/A (_Not yet published_) | `riscv32imc-unknown-none-elf`, `riscv32imac-unknown-none-elf` | -[esp-ulp-riscv-hal]: https://github.com/esp-rs/esp-hal/tree/main/esp-ulp-riscv-hal -[esp32c6-lp-hal]: https://github.com/esp-rs/esp-hal/tree/main/esp32c6-lp-hal + +[esp-lp-hal]: https://github.com/esp-rs/esp-hal/tree/main/esp-lp-hal ## Ancillary Crates