diff BSDmakefile @ 8:58d76cf522ff

Split out code into separate files.
author Daniel O'Connor <darius@dons.net.au>
date Sat, 04 Feb 2012 13:29:31 +1030
parents 9404b9869c27
children 96c345d304af
line wrap: on
line diff
--- a/BSDmakefile	Sun Jan 22 17:10:51 2012 +1030
+++ b/BSDmakefile	Sat Feb 04 13:29:31 2012 +1030
@@ -2,12 +2,17 @@
 
 SRCS=		comm.c \
 		core_cm3.c \
+		delay.c \
+		flash.c \
+		hw.c \
 		lcd.c \
 		main.c \
 		misc.c \
+		spi.c \
 		startup_stm32f10x_md_mthomas.c \
 		syscalls.c \
-		system_stm32f10x.c
+		system_stm32f10x.c \
+		touch.c
 
 STM32LIBS=	usart gpio rcc rtc pwr bkp fsmc spi tim