rust-embedded-community / meta

Details about the rust-embedded-community project
10 stars 10 forks source link

Embedded-sdhost #6

Open jkristell opened 3 years ago

jkristell commented 3 years ago

I created, and @richardeoin contributed a lot of code, to a library called sdio-host that implements the split that are discussed in embedded-sdmmc repo in issue. Sdio-host contains code for parsing and creating commands. Right now it is feature complete enough for supporting the stm32f4xx and stm32h7xx hal drivers.

As there seems to be a momentum around creating sd/mmc host drivers right now we should probably move this or another library to embedded-rust-community for discoverability.

When doing this I would also like to rename it to something like embedded-sdhost or embedded-sdhost-support to make it clearer what it actually does.

jkristell commented 3 years ago

Edit:

And recently @mvniekerk created another library mci-rs that also looks like it would do the job :)

mvniekerk commented 3 years ago

O hai!

thejpster commented 2 years ago

I would welcome this coming into REC.