Skip to content
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

SD card support (priority for stm32 ) #2

Open
avida opened this issue Sep 9, 2015 · 0 comments
Open

SD card support (priority for stm32 ) #2

avida opened this issue Sep 9, 2015 · 0 comments
Labels

Comments

@avida
Copy link
Owner

avida commented Sep 9, 2015

I have stm32 development board with whole bunch of feature. One of this is SDIO support.
So in this feture request I need:

  • Implement platform indepenent API for working with sd cards. Since atmega has no SDIO capability and works with sd cards over SPI, it preferable to implement SDIO first. SPI implementation should be defered till I will have SPI SD card module.
  • I need to some kind of file system or to use existing one (probably FAT). Surely FAT is high recomended. otherwise I should write drivers for my selfmade FS what will waste take a lot of time . So FAT only, do not even think of selfmade FS.
@avida avida added the Feature label Sep 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant