started implementation of S-record reader

This commit is contained in:
Markus Fröschle
2012-12-17 16:30:43 +00:00
parent a11bfaeaff
commit 44278c096d
4 changed files with 289 additions and 14 deletions

View File

@@ -64,7 +64,8 @@ CSRCS= \
$(SRCDIR)/unicode.c \
$(SRCDIR)/ff.c \
$(SRCDIR)/sd_card.c \
$(SRCDIR)/wait.c
$(SRCDIR)/wait.c \
$(SRCDIR)/s19reader.c
ASRCS= \
$(SRCDIR)/startcf.S \