diff BSDmakefile @ 4:2c87e30c982d

Add LCD init, touch screen writing etc.. PWM of LCD backlight doesn't work yet though..
author Daniel O'Connor <darius@dons.net.au>
date Tue, 03 Jan 2012 22:37:18 +1030
parents 74e9b3baac1e
children 9404b9869c27
line wrap: on
line diff
--- a/BSDmakefile	Sun Jan 01 11:01:13 2012 +1030
+++ b/BSDmakefile	Tue Jan 03 22:37:18 2012 +1030
@@ -9,7 +9,7 @@
 		syscalls.c \
 		system_stm32f10x.c \
 
-STM32LIBS=	usart gpio rcc rtc pwr bkp fsmc
+STM32LIBS=	usart gpio rcc rtc pwr bkp fsmc spi tim
 
 .for f in ${STM32LIBS}
 SRCS+=		stm32f10x_${f}.c