log sd.c @ 89:fc21fb5b171b default tip

age author description
Fri, 13 Mar 2015 11:39:59 +1030 Daniel O'Connor Make error message more useful default tip
Mon, 08 Apr 2013 23:10:47 +0930 Daniel O'Connor Don't print extra newlines when cat'ing a file.
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.
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.