Mercurial > ~darius > hgwebdir.cgi > stm32temp
diff BSDmakefile @ 76:f1c9a51e368a
Add EEPROM emulation from AN2594.
Fix emulated EEPROM size on large parts.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 22 Apr 2013 23:17:40 +0930 |
parents | d7207a9d3c3b |
children | 1a4573062b37 |
line wrap: on
line diff
--- a/BSDmakefile Thu Apr 18 22:44:52 2013 +0930 +++ b/BSDmakefile Mon Apr 22 23:17:40 2013 +0930 @@ -4,6 +4,7 @@ comm.c \ core_cm3.c \ delay.c \ + eeprom.c \ fatfs_sd.c \ ff.c \ flash.c \ @@ -23,7 +24,7 @@ #SRCS+= ccsbcs.c -STM32LIBS= usart gpio rcc rtc pwr bkp fsmc spi tim i2c crc sdio dma +STM32LIBS= usart gpio rcc rtc pwr bkp fsmc spi tim i2c crc sdio dma flash .for f in ${STM32LIBS} SRCS+= stm32f10x_${f}.c