started MMU implementation in C

This commit is contained in:
Markus Fröschle
2013-08-01 16:01:35 +00:00
parent e0e93657c4
commit 951447352c
4 changed files with 50 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ CSRCS= \
$(SRCDIR)/BaS.c \
$(SRCDIR)/cache.c \
$(SRCDIR)/mmc.c \
$(SRCDIR)/mmu.c \
$(SRCDIR)/unicode.c \
$(SRCDIR)/ff.c \
$(SRCDIR)/sd_card.c \
@@ -79,7 +80,6 @@ CSRCS= \
ASRCS= \
$(SRCDIR)/startcf.S \
$(SRCDIR)/printf_helper.S \
$(SRCDIR)/mmu.S \
$(SRCDIR)/exceptions.S \
$(SRCDIR)/supervisor.S \
$(SRCDIR)/illegal_instruction.S \