comparison 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
comparison
equal deleted inserted replaced
3:74e9b3baac1e 4:2c87e30c982d
7 misc.c \ 7 misc.c \
8 startup_stm32f10x_md_mthomas.c \ 8 startup_stm32f10x_md_mthomas.c \
9 syscalls.c \ 9 syscalls.c \
10 system_stm32f10x.c \ 10 system_stm32f10x.c \
11 11
12 STM32LIBS= usart gpio rcc rtc pwr bkp fsmc 12 STM32LIBS= usart gpio rcc rtc pwr bkp fsmc spi tim
13 13
14 .for f in ${STM32LIBS} 14 .for f in ${STM32LIBS}
15 SRCS+= stm32f10x_${f}.c 15 SRCS+= stm32f10x_${f}.c
16 CFLAGS+= -DSTM32F10X_${f:U}_EN 16 CFLAGS+= -DSTM32F10X_${f:U}_EN
17 .endfor 17 .endfor