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

@@ -12,7 +12,6 @@ SECTIONS
objs/startcf.o(.text) /* this one is the entry point so it must be the first */
objs/sysinit.o(.text)
objs/init_fpga.o(.text)
objs/sd_card.o(.text)
objs/ff.o(.text)
objs/wait.o(.text)
objs/mmcbb.o(.text)