log BSDmakefile @ 69:cf9eb08b8b23

age author description
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..