mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-27 12:21:02 +00:00
Update the README with build information and better description
This commit is contained in:
parent
114dcc2641
commit
cb535a9afd
@ -12,6 +12,8 @@
|
||||
* Supports almost all ESP IDF drivers: GPIO, SPI, I2C, TIMER, PWM, I2S, UART, etc.
|
||||
* Blocking and `async` mode for each driver (`async` support in progress)
|
||||
|
||||
**You might want to also check out the ESP IDF [Services](https://github.com/esp-rs/esp-idf-svc) wrappers, and the raw bindings to ESP IDF in the [esp-idf-sys](https://github.com/esp-rs/esp-idf-sys) crate!**
|
||||
|
||||
(For baremetal Rust ESP projects please check [esp-hal](https://github.com/esp-rs/esp-hal).)
|
||||
|
||||
## Build Prerequisites
|
||||
@ -46,10 +48,9 @@ For more information, check out:
|
||||
* The [ESP Embedded Training](https://github.com/esp-rs/espressif-trainings)
|
||||
* The [esp-idf-template](https://github.com/esp-rs/esp-idf-template) project
|
||||
* The [embedded-hal](https://github.com/rust-embedded/embedded-hal) project
|
||||
* The [esp-idf-sys](https://github.com/esp-rs/esp-idf-sys) project
|
||||
* The [embedded-svc](https://github.com/esp-rs/embedded-svc) project
|
||||
* The [esp-idf-svc](https://github.com/esp-rs/esp-idf-svc) project
|
||||
* The [esp-hal](https://github.com/esp-rs/esp-hal) project
|
||||
* The [embedded-svc](https://github.com/esp-rs/embedded-svc) project
|
||||
* The [esp-idf-sys](https://github.com/esp-rs/esp-idf-sys) project
|
||||
* The [Rust for Xtensa toolchain](https://github.com/esp-rs/rust-build)
|
||||
* The [Rust-with-STD demo](https://github.com/ivmarkov/rust-esp32-std-demo) project
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user