You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be great for talking to SD cards at faster speeds and also supporting esp-hosted on the ESP32-P4.
I have already started working on it (for the S3), so this is just a place holder issue so no one else duplicates my work.
I've managed to read from an SD Card in 1-bit mode using embedded-sdmmc. Just need to add streaming, DMA and async support. EDIT: The driver has grown rather complex and uses a lot of type state which goes against the API GUIDELINES (as of writing), so I'll keep it 3rd party. I'll leave this open for someone else to write a simpler one.
Regarding HIL testing, would it be alright to setup a devkit with an SD card on it (ideally exposing the pins for 4 bit mode)? I can't think of any other way to HIL test the driver.
The text was updated successfully, but these errors were encountered:
This would be great for talking to SD cards at faster speeds and also supporting esp-hosted on the ESP32-P4.
I have already started working on it (for the S3), so this is just a place holder issue so no one else duplicates my work.EDIT: The driver has grown rather complex and uses a lot of type state which goes against the API GUIDELINES (as of writing), so I'll keep it 3rd party. I'll leave this open for someone else to write a simpler one.I've managed to read from an SD Card in 1-bit mode using
embedded-sdmmc
. Just need to add streaming, DMA and async support.Regarding HIL testing, would it be alright to setup a devkit with an SD card on it (ideally exposing the pins for 4 bit mode)? I can't think of any other way to HIL test the driver.
The text was updated successfully, but these errors were encountered: