Embedded HAL SD/MMC
This project contains traits and types useful for implementing a Hardware Abstraction Layer (HAL) for SD/MMC peripherals.
The intention is to upstream these traits into the embedded-hal workspace after stabilization.
The traits can be used for both host- and device-side peripheral drivers.
WARNING
These traits are in a very experimental stage of development.
They should only be used by those willing to endure breaking changes, unstable interfaces, and other problems associated with experimental software.
Contributing
Contributions are welcome!
Contributors can get involved through:
- issue reports / feature requests: https://codeberg.org/weathered-steel/embedded-hal-sdmmc/issues
- code contributions: https://codeberg.org/weathered-steel/embedded-hal-sdmmc/pulls
- exploratory trait implementations
- documentation, design suggestions, etc.