From cb535a9afdd82e57d47d3b97059e2edf5d0582a2 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 27 Jun 2023 10:54:24 +0000 Subject: [PATCH] Update the README with build information and better description --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28f8b211e..e14ced877 100644 --- a/README.md +++ b/README.md @@ -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