-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STM32 SDMMC disk access driver (based on stm32 cube HAL) #23555
Comments
Hi @anthonybrandon, There is definitely an interest. Don't hesitate to base your work on #13214 which was of a good quality and had well split commits. |
My PR: #23561 |
Thanks. Let's discuss it there. |
@erwango Since my PR is merged I am interested in adding support for interrupts to the driver. Is it okay to discuss here? Or on a slack channel? My main question is if I should just replace the current polling implementation with an interrupt based one, or if it should be some Kconfig option. I'm not sure there is any reason to ever not use the interrupt based implementation if it was available. |
@anthonybrandon Let's discuss on Slack or you can also open a new ticket. I'm closing this issue as the work is now done. |
I've written a disk access driver for the stm32 sdmmc component based around the stm32 cube HAL, and I am wondering if there is any interest in merging something like that.
The only related PR I could fine was #13214, but it seems to be abandoned.
If there is interest I will make a PR with my changes.
The text was updated successfully, but these errors were encountered: