initial (experimental) version of BaS_gcc SD-card driver for EmuTOS

This commit is contained in:
Markus Fröschle
2013-05-01 08:51:18 +00:00
parent 77a1440290
commit 5b4204a1d8
4 changed files with 465 additions and 108 deletions

View File

@@ -72,7 +72,8 @@ CSRCS= \
$(SRCDIR)/wait.c \
$(SRCDIR)/s19reader.c \
$(SRCDIR)/flash.c \
$(SRCDIR)/xhdi_sd.c
$(SRCDIR)/xhdi_sd.c \
$(SRCDIR)/xhdi_interface.c
ASRCS= \
$(SRCDIR)/startcf.S \