started implementation of S-record reader

This commit is contained in:
Markus Fröschle
2012-12-17 16:30:43 +00:00
parent 53842173cb
commit 55c2f783b2
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 \