pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

SD-Card SDIO/SPI helper lib

Open bog-dan-ro opened this issue 3 months ago • 2 comments

SD-Card is a must these days for all projects that requires more storage than the space in the flash.

Even though there are a few implementations out there e.g. pico-extrac (incomplete) and ZuluSCSI (GPLv3), it will be great if the SDK itself provides at least basic sdcard operations like init/deinit, read & write over both SDIO and SPI.

bog-dan-ro avatar Mar 11 '24 06:03 bog-dan-ro

Duplicate of #531 ?

lurch avatar Mar 11 '24 09:03 lurch

@lurch more like a subset (e.g. basic sdcard operations doesn't involve any file system).

bog-dan-ro avatar Mar 11 '24 10:03 bog-dan-ro