i2c.c fixes including:
[goodfet] / firmware / apps / spi /
2012-11-25 travisutkBeginnings of support for Zigduino. AVR code is really...
2012-02-12 travisutkio.h is deprecated, so now msp430.h is included instead.
2011-11-09 thequuxAdded support for uniarch mspgcc4
2011-07-20 travisutkTI Launchpad patch from Peter Lorenzen, edited to ease...
2011-02-06 travisutkTelos B port is now working, and the CC2420 driver...
2011-02-06 travisutkRefactoring a lot of the P5 stuff.
2011-01-13 dwhusebyA major refactor of the GoodFET firmware build system...
2010-07-08 travisutkFixed P4REN error that broke MSP430F1612 support."
2010-07-08 travisutkFull commands, even when they contain 0xA7.
2010-07-08 travisutkEM260 support is golden.
2010-07-08 travisutkCleaned up EM260 code, about to fork into separate...
2010-07-08 travisutkEM260 extensions to SPI are almost ready.
2010-07-07 travisutkFixed bug where first byte of EM260 response would...
2010-07-07 travisutkEM260 SPI support. Really needs to be cleaned up.
2010-06-15 travisutkRemoved P5REN element from goodfet.c
2010-06-15 travisutkCloser to harmonizing different platforms.
2010-06-14 travisutkGeneralizing IO.
2010-06-14 travisutkRemoved many references to P1OUT.
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.