Mercurial > ~darius > hgwebdir.cgi > stm32temp
comparison BSDmakefile @ 31:03592ca4d37e
Port tempctrl.c from AVR. I removed the beep code as I don't have a
beeper on the STM32 board.
Reworked the heat/cool stuff so it can use separate ports.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Tue, 27 Nov 2012 13:20:52 +1030 |
parents | 077cdff4662a |
children | 9456ceea4f07 |
comparison
equal
deleted
inserted
replaced
30:435c6330896c | 31:03592ca4d37e |
---|---|
11 misc.c \ | 11 misc.c \ |
12 spi.c \ | 12 spi.c \ |
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 tempctrl.c \ | |
16 touch.c | 17 touch.c |
17 | 18 |
18 STM32LIBS= usart gpio rcc rtc pwr bkp fsmc spi tim i2c crc | 19 STM32LIBS= usart gpio rcc rtc pwr bkp fsmc spi tim i2c crc |
19 | 20 |
20 .for f in ${STM32LIBS} | 21 .for f in ${STM32LIBS} |