comparison BSDmakefile @ 27:5c9d2e3d6591

Add flashread/writeblock commands which read/write a block of data to flash with a CRC.
author Daniel O'Connor <darius@dons.net.au>
date Tue, 20 Nov 2012 21:54:06 +1030
parents 35cf31794a42
children 077cdff4662a
comparison
equal deleted inserted replaced
26:74efdb21ae5d 27:5c9d2e3d6591
13 startup_stm32f10x_md_mthomas.c \ 13 startup_stm32f10x_md_mthomas.c \
14 syscalls.c \ 14 syscalls.c \
15 system_stm32f10x.c \ 15 system_stm32f10x.c \
16 touch.c 16 touch.c
17 17
18 STM32LIBS= usart gpio rcc rtc pwr bkp fsmc spi tim i2c 18 STM32LIBS= usart gpio rcc rtc pwr bkp fsmc spi tim i2c crc
19 19
20 .for f in ${STM32LIBS} 20 .for f in ${STM32LIBS}
21 SRCS+= stm32f10x_${f}.c 21 SRCS+= stm32f10x_${f}.c
22 CFLAGS+= -DSTM32F10X_${f:U}_EN 22 CFLAGS+= -DSTM32F10X_${f:U}_EN
23 .endfor 23 .endfor