docs: Update lp cores crates (#1119)

This commit is contained in:
Sergio Gasquez Arcos 2024-01-26 15:02:53 +01:00 committed by GitHub
parent 9bf70ff792
commit 6ffce31250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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