log flash.c @ 89:fc21fb5b171b default tip

age author description
Mon, 02 Mar 2015 14:32:08 +1030 Daniel O'Connor Add a flash layer for compatibility (in future).
Thu, 18 Apr 2013 22:44:52 +0930 Daniel O'Connor Convert \r\n to \n
Sun, 14 Apr 2013 22:54:10 +0930 Daniel O'Connor Comment out debug message.
Sun, 14 Apr 2013 22:53:50 +0930 Daniel O'Connor Add routine to CRC a block of flash. Use it to verify a flash block write.
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 14:29:08 +0930 Daniel O'Connor Don't complain about CRC mismatch in flashreadblock.
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, 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 18:03:48 +1030 Daniel O'Connor Use a 32 bit var to hold address from atoi().
Sat, 17 Nov 2012 12:18:24 +1030 Daniel O'Connor Add stream read/write commands.
Thu, 15 Nov 2012 23:40:51 +1030 Daniel O'Connor - Add flash erase, write & read commands (needs more work).
Sat, 04 Feb 2012 13:29:31 +1030 Daniel O'Connor Split out code into separate files.