esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

sdio: initial SDIO HAL implementation

Open rmsyn opened this issue 7 months ago • 38 comments

Thank you for your contribution!

We appreciate the time and effort you've put into this pull request. To help us review it efficiently, please ensure you've gone through the following checklist:

Submission Checklist 📝

  • [ ] I have updated existing examples or added new ones (if applicable).
  • [ ] I have used cargo xtask fmt-packages command to ensure that all changed code is formatted correctly.
  • [ ] My changes were added to the CHANGELOG.md in the proper section.
  • [ ] I have added necessary changes to user code to the Migration Guide.
  • [ ] My changes are in accordance to the esp-rs developer guidelines

Extra:

Pull Request Details 📖

Description

Provides the initial skeleton for the embedded_hal::mmc::MmcOps implementation for the SDIO peripherals on the ESP32C6 microcontroller.

Testing

Doc tests for now.

Integration tests via examples program is WIP.

rmsyn avatar May 20 '25 01:05 rmsyn