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
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.
The text was updated successfully, but these errors were encountered:
I have stm32 development board with whole bunch of feature. One of this is SDIO support.
So in this feture request I need:
wastetake a lot of time . So FAT only, do not even think of selfmade FS.The text was updated successfully, but these errors were encountered: