log BSDmakefile @ 85:18b154c447bb

age author description
2013-07-07 Daniel O'Connor Reshuffle in preparation for being able to have a common API for SPI flash and (emulated) EEPROM.
2013-04-22 Daniel O'Connor Add EEPROM emulation from AN2594.
2013-04-04 Daniel O'Connor Add write support. LFN still broken though.
2013-04-03 Daniel O'Connor Add SDIO code poached from STM. Use FatFS to read from SD card.
2013-04-03 Daniel O'Connor Use -O2 to make debugging slightly less annoying.
2013-04-02 Daniel O'Connor Add sprinkler control stubs for testing
2013-04-01 Daniel O'Connor Use -O3 so short delay loops work for 1 wire.
2012-11-27 Daniel O'Connor Port tempctrl.c from AVR. I removed the beep code as I don't have a
2012-11-27 Daniel O'Connor Updated BMP has a different port name.
2012-11-20 Daniel O'Connor Add flashread/writeblock commands which read/write a block of data to
2012-11-14 Daniel O'Connor Fix debug & load targets for BMP.
2012-11-14 Daniel O'Connor Add i2c test code
2012-02-08 Daniel O'Connor Add 1wire code.
2012-02-04 Daniel O'Connor Split out code into separate files.
2012-01-22 Daniel O'Connor Make the LCD panel work (timings, GPIOE clock needs to be on, etc)
2012-01-03 Daniel O'Connor Add LCD init, touch screen writing etc..
2012-01-01 Daniel O'Connor Jumbo commit to make things work.
2011-10-08 Daniel O'Connor Split out compile flags for easier editing.
2011-10-03 Daniel O'Connor Initial commit of STM32 test code.