circuitpython/shared-module/sdcardio
Jeff Epler de541cf155
Fix pointer-ness, const-ness of compressed messages
micropython puts the pointer-ness into the typedef; we can put the
const-ness there too.

this reduces the delta to micropython; for instance, emitinlinextensa
and emitinlinethumb now match upstream.
2023-10-25 21:40:11 +02:00
..
__init__.c sdcardio: implement new library for SD card I/O 2020-06-26 11:50:23 -05:00
__init__.h sdcardio: implement new library for SD card I/O 2020-06-26 11:50:23 -05:00
SDCard.c Fix pointer-ness, const-ness of compressed messages 2023-10-25 21:40:11 +02:00
SDCard.h Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00