raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.25k stars 838 forks source link

SD-Card SDIO/SPI helper lib #1663

Open bog-dan-ro opened 3 months ago

bog-dan-ro commented 3 months ago

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.

lurch commented 3 months ago

Duplicate of #531 ?

bog-dan-ro commented 3 months ago

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