esp-rs / esp-idf-hal

embedded-hal implementation for Rust on ESP32 and ESP-IDF
https://docs.esp-rs.org/esp-idf-hal/
Apache License 2.0
430 stars 170 forks source link

SDIO Support? #453

Open Luctins opened 1 month ago

Luctins commented 1 month ago

Is there support for the SDIO slave driver?

Vollbrecht commented 1 month ago

Are you talking about this? No we currently don't have a wrapper for it. Though the driver itself should be exposed in raw form in esp-idf-sys.

If you want to work on support feel free to create a PR. We are happy to assist and review.

Luctins commented 1 month ago

Exactly. I would also be interested in trying to add the wrapper and review and assistance would be very much appreciated. I'll open a PR when possible