aboutsummaryrefslogtreecommitdiff
path: root/stm/Makefile
diff options
context:
space:
mode:
authorDamien2013-10-19 14:40:54 +0100
committerDamien2013-10-19 14:40:54 +0100
commit00ff04fc4932fc7c3fc2f9b9074f11c189045dad (patch)
treedcd6d14ed9ea2874f5c675aa877e5dd4982398bd /stm/Makefile
parent995b8aabb1ee786a4070d6d8392750ff878d53fa (diff)
Working SysTick, code factoring, some boot-up code.
Diffstat (limited to 'stm/Makefile')
-rw-r--r--stm/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/stm/Makefile b/stm/Makefile
index e2f6dba90..efd2ec60b 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -15,23 +15,26 @@ SRC_C = \
printf.c \
system_stm32f4xx.c \
led.c \
+ lcd.c \
flash.c \
storage.c \
string0.c \
malloc0.c \
+ systick.c \
stm32fxxx_it.c \
usb.c \
# sd.c \
SRC_S = \
- delay.s \
startup_stm32f40xx.s \
PY_O = \
nlrthumb.o \
malloc.o \
qstr.o \
- misc.o \
+ runtime.o \
+ vm.o \
+# misc.o \
lexer.o \
parse.o \
scope.o \
@@ -42,8 +45,6 @@ PY_O = \
asmthumb.o \
emitnthumb.o \
emitinlinethumb.o \
- runtime.o \
- vm.o \
SRC_FATFS = \
ff.c \