SD card module works. Disk and FATFS read work.

TODO: adapt SPI clock to SD card type for faster transfer
This commit is contained in:
Markus Fröschle
2012-12-15 11:00:33 +00:00
parent 09c48269b5
commit 1339c92845
6 changed files with 70 additions and 197 deletions

View File

@@ -60,7 +60,6 @@ CSRCS= \
$(SRCDIR)/bas_printf.c \
$(SRCDIR)/BaS.c \
$(SRCDIR)/cache.c \
$(SRCDIR)/sd_card.c \
$(SRCDIR)/mmcbb.c \
$(SRCDIR)/ff.c \
$(SRCDIR)/wait.c