pimoroni-pico/drivers/sdcard
Mike Bell 34b8ac9f0c Wrap pio.h includes in NO_QSTR so a fresh Micropython build doesn't fall over. 2023-09-08 18:59:25 +01:00
..
CMakeLists.txt Pico Wireless HTTP SD Card demo 2021-05-05 17:32:35 +01:00
LICENSE Add BSD 2c license to sdcard driver 2021-05-07 11:13:04 +01:00
README.md Add BSD 2c license to sdcard driver 2021-05-07 11:13:04 +01:00
pio_spi.c Add support for SD over PIO SPI 2021-08-04 10:16:48 +01:00
pio_spi.h Wrap pio.h includes in NO_QSTR so a fresh Micropython build doesn't fall over. 2023-09-08 18:59:25 +01:00
sdcard.c Inky Frame: Sensible limit on SDCard speed. 2022-07-18 15:32:58 +01:00
sdcard.cmake Add support for SD over PIO SPI 2021-08-04 10:16:48 +01:00
sdcard.h Add support for SD over PIO SPI 2021-08-04 10:16:48 +01:00
spi.pio Add support for SD over PIO SPI 2021-08-04 10:16:48 +01:00

README.md

Pico SDK SD Card bindings for Fat FS

All of the hard work to bring up these bindings was done by @elohobica - https://github.com/elehobica/pico_fatfs_test

sdcard.c is a hard fork of their tf_card.c to add re-usable SDCard support to the Pimoroni Pico libraries.

It's licensed under the BSD 2-Clause license.