log hw.c @ 89:fc21fb5b171b default tip

age author description
Fri, 13 Mar 2015 11:36:41 +1030 Daniel O'Connor Disable LCD init code since this board doesn't have it.
Thu, 12 Mar 2015 23:22:35 +1030 Daniel O'Connor Catch up with change to new board
Tue, 09 Apr 2013 00:28:29 +0930 Daniel O'Connor The LCD works better when the GPIO clocks are enabled before frobbing them.
Wed, 03 Apr 2013 23:34:20 +1030 Daniel O'Connor Add SDIO code poached from STM. Use FatFS to read from SD card.
Mon, 01 Apr 2013 20:51:11 +1030 Daniel O'Connor Remove unused timer and (broken) I2C code.
Mon, 01 Apr 2013 20:06:03 +1030 Daniel O'Connor Use debug cycle counter to handle delays.
Tue, 27 Nov 2012 15:56:09 +1030 Daniel O'Connor Readd code accidentally removed from last version, now the hot & cold
Tue, 27 Nov 2012 13:20:52 +1030 Daniel O'Connor Port tempctrl.c from AVR. I removed the beep code as I don't have a
Tue, 27 Nov 2012 13:19:11 +1030 Daniel O'Connor Set tv_usec in gettimeofday() by using the prescaler counter.
Tue, 20 Nov 2012 21:54:06 +1030 Daniel O'Connor Add flashread/writeblock commands which read/write a block of data to
Sat, 17 Nov 2012 12:17:58 +1030 Daniel O'Connor Reduce prescaler to 2, the flash is capable of 25MHz reads (although
Wed, 14 Nov 2012 12:30:58 +1030 Daniel O'Connor Add i2c test code
Wed, 08 Feb 2012 10:37:22 +1030 Daniel O'Connor Add 1wire code.
Mon, 06 Feb 2012 23:54:36 +1030 Daniel O'Connor Add _usleep16 - sleeps for cnt microseconds.
Sat, 04 Feb 2012 13:29:31 +1030 Daniel O'Connor Split out code into separate files.