log

age author description
Sun, 14 Apr 2013 22:52:21 +0930 Daniel O'Connor CRC a word at a time rather than the whole block (since we are reading/writing a word at a time).
Sun, 14 Apr 2013 16:07:29 +0930 Daniel O'Connor Handle missing modules in OWGetTemp.
Sun, 14 Apr 2013 14:29:08 +0930 Daniel O'Connor Don't complain about CRC mismatch in flashreadblock.
Sun, 14 Apr 2013 14:28:14 +0930 Daniel O'Connor Rename settings to tc_settings as it's global.
Sun, 14 Apr 2013 14:26:46 +0930 Daniel O'Connor Convert \r\n to \n.
Sun, 14 Apr 2013 14:25:51 +0930 Daniel O'Connor - Make sure the line is high before pulling low for reset.
Tue, 09 Apr 2013 17:09:19 +0930 Daniel O'Connor Scan before attaching in case the BMP has been power cycled.
Tue, 09 Apr 2013 00:28:29 +0930 Daniel O'Connor The LCD works better when the GPIO clocks are enabled before frobbing them.
Mon, 08 Apr 2013 23:11:55 +0930 Daniel O'Connor Make 'td log' work without printing an error.
Mon, 08 Apr 2013 23:11:35 +0930 Daniel O'Connor Convert \r\n -> \n now _write() DTRT.
Mon, 08 Apr 2013 23:10:47 +0930 Daniel O'Connor Don't print extra newlines when cat'ing a file.
Mon, 08 Apr 2013 23:10:25 +0930 Daniel O'Connor Get timezone offsets right.
Mon, 08 Apr 2013 22:20:40 +0930 Daniel O'Connor Add the ability to log temperatures to SD card.
Sun, 07 Apr 2013 22:44:23 +0930 Daniel O'Connor Fix more warnings. Note the 'buf might be used uninitialised' warning appears to be a GCC bug.
Sun, 07 Apr 2013 22:34:05 +0930 Daniel O'Connor Enable DMA mode by initing DMA channel and enabling IRQ handler.
Sun, 07 Apr 2013 22:33:16 +0930 Daniel O'Connor Fix comment style.
Sun, 07 Apr 2013 22:32:48 +0930 Daniel O'Connor Add all the interrupt sources.
Sun, 07 Apr 2013 22:31:56 +0930 Daniel O'Connor Fix various warnings.
Sun, 07 Apr 2013 22:31:05 +0930 Daniel O'Connor Return correct error defines.
Fri, 05 Apr 2013 00:08:31 +1030 Daniel O'Connor Add write support. LFN still broken though.
Wed, 03 Apr 2013 23:34:20 +1030 Daniel O'Connor Add SDIO code poached from STM. Use FatFS to read from SD card.
Wed, 03 Apr 2013 23:33:47 +1030 Daniel O'Connor Ignore more emacs crap.
Wed, 03 Apr 2013 23:30:14 +1030 Daniel O'Connor Use -O2 to make debugging slightly less annoying.
Wed, 03 Apr 2013 23:29:16 +1030 Daniel O'Connor When writing to stdout/stderr translate \n to \r\n.
Tue, 02 Apr 2013 14:49:50 +1030 Daniel O'Connor Add sprinkler control stubs for testing
Tue, 02 Apr 2013 10:54:20 +1030 Daniel O'Connor Remove useless delay test. Add GPIO PE2 changes to make testing arbitary delays possible.
Mon, 01 Apr 2013 23:38:34 +1030 Daniel O'Connor Fix 'none' mode.
Mon, 01 Apr 2013 21:12:57 +1030 Daniel O'Connor Store port & pin as char & number and map.
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.