still bug hunting, but code reads cleaner. comments moved to the line they refer...
[goodfet] / firmware / apps / spi /
2009-10-08 travisutkFixed python client buffering issues, minor changes...
2009-10-07 travisutkRefactoring, beginning AVR application.
2009-10-05 travisutkSane SPI Flash addressing for poke date, will later...
2009-10-05 travisutkDropped ugly 'blocks' kludge for a 16-bit length field.
2009-10-05 travisutkMoved header transmission to txhead, about to switch...
2009-09-29 travisutkAtmel JEDEC info for SPI Flash.
2009-09-22 travisutkUrgent client fix, related to block offsets.
2009-09-22 travisutkLarger chunk-size in SPI Flash, but not yet large enoug...
2009-09-20 travisutkDoxygen stuff.
2009-09-20 travisutkRearranging firmware for use with Doxygen.
2009-09-19 travisutkSupport for debugging strings, closer to a clean MSP430...
2009-09-13 travisutkMSP430F5xx stuff; 1xx support is probably broken right...
2009-09-05 travisutkSPI client refactoring and block read/write functions.
2009-09-04 travisutkErase waits for competion to return.
2009-09-03 travisutkSteps toward plugin support.
2009-09-03 travisutkgoodfet.spiflash now does verification.
2009-09-03 travisutkFaster SPI Flash dumping, but it's a bit ugly.
2009-08-20 travisutkMonitor improved to measure stack depth of any other...
2009-07-19 travisutkSPI Flash writing is now performed in chunks,
2009-07-19 travisutkWriting of SPI Flash is more reliable.
2009-07-18 travisutkWriting of SPI Flash works just after it is plugged in,
2009-07-18 travisutkSPI Flash writing support.
2009-07-18 travisutkSPI Flash Erase command.
2009-07-16 travisutkSPI Flash dumping.
2009-06-22 travisutkNow compiling with -Wall, error free.
2009-06-05 travisutkI2C committed but not tested.
2009-06-05 travisutk!SS is now dropped and raised per transaction.
2009-06-05 travisutkExchange is now explicit; every command must return...
2009-06-03 travisutkSPI application transfers correctly; need only !SScommand.