Mercurial > ~darius > hgwebdir.cgi > stm32temp
comparison BSDmakefile @ 50:d7207a9d3c3b
Add write support. LFN still broken though.
Make sure we wait for the card to be done after a read or write (didn't seem to break reading but hosed writes).
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Fri, 05 Apr 2013 00:08:31 +1030 |
parents | ace431a0d0f5 |
children | f1c9a51e368a |
comparison
equal
deleted
inserted
replaced
49:ace431a0d0f5 | 50:d7207a9d3c3b |
---|---|
18 startup_stm32f10x_md_mthomas.c \ | 18 startup_stm32f10x_md_mthomas.c \ |
19 syscalls.c \ | 19 syscalls.c \ |
20 system_stm32f10x.c \ | 20 system_stm32f10x.c \ |
21 tempctrl.c \ | 21 tempctrl.c \ |
22 touch.c | 22 touch.c |
23 | |
24 #SRCS+= ccsbcs.c | |
23 | 25 |
24 STM32LIBS= usart gpio rcc rtc pwr bkp fsmc spi tim i2c crc sdio dma | 26 STM32LIBS= usart gpio rcc rtc pwr bkp fsmc spi tim i2c crc sdio dma |
25 | 27 |
26 .for f in ${STM32LIBS} | 28 .for f in ${STM32LIBS} |
27 SRCS+= stm32f10x_${f}.c | 29 SRCS+= stm32f10x_${f}.c |