mk2 fw wip

This commit is contained in:
ikari
2010-09-16 02:20:22 +02:00
parent 2dd3e850f6
commit 96e57b4f76
15 changed files with 5129 additions and 58 deletions

View File

@@ -55,7 +55,7 @@ TARGET = $(OBJDIR)/sd2snes
# List C source files here. (C dependencies are automatically generated.)
SRC = main.c
SRC = main.c ff.c clock.c uart.c
# List Assembler source files here.
@@ -95,7 +95,7 @@ CSTANDARD = -std=gnu99
# Place -D or -U options here
CDEFS = #-DF_CPU=$(CONFIG_MCU_FREQ)UL
CDEFS = -DF_OSC=$(CONFIG_MCU_FOSC)UL
# Place -I options here