Removed Werror, so launchpad code compiles again.
[goodfet] / firmware / include /
2010-01-23 travisutkBeginning EJTAG (MIPS) support with an empty app.
2010-01-19 travisutkAdded a GLITCHTIME verb (0x82) for timing the execution...
2010-01-19 travisutkCleaning up glitching.
2010-01-07 travisutkRough draft of CALL/EXEC support for the Monitor.
2010-01-02 travisutkSome bits of Spy-Bi-Wire support, thanks to Mark Rages...
2009-11-26 travisutkAVR support for setting lock bits.
2009-11-24 travisutkGLITCH application is coming together.
2009-11-23 travisutkGlitch app is in progress, first support will be for...
2009-11-22 travisutkCleared compiler warning messages for port redefinition...
2009-11-22 travisutkSwitched from explicit port definitions in asm
2009-11-11 travisutkSupport for dumping AVR Flash.
2009-11-06 travisutkChipcon peek and poke for iram, include SFRs.
2009-10-17 travisutkGoodFET30 now MSP430F2254 compatible by default.
2009-10-17 travisutkGoodFET for Chipcon can erase chip and read/write info...
2009-10-17 travisutkCheckpoint. CC flash works, might break it soon.
2009-10-17 travisutk'goodfet.cc flash foo.hex' now works.
2009-10-17 travisutkWorking toward support for writing flash on Chipcon.
2009-10-17 travisutkChipcon refactoring, debugging.
2009-10-11 travisutkEarly support for 2254 on the GoodFET30.
2009-10-08 travisutkFixed python client buffering issues, minor changes...
2009-10-07 travisutkReading and writing of EEPROM works on AVR!
2009-10-07 travisutkAVR support getting better.
2009-10-07 travisutkWorking on AVR support.
2009-10-07 travisutkRefactoring, beginning AVR application.
2009-10-05 travisutkOops, invalid prefix.
2009-10-05 travisutkSane SPI Flash addressing for poke date, will later...
2009-10-05 travisutkRetooled plugin interface with weak linking.
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-10-03 travisutkSilence support and beginnings of proper buffer management.
2009-09-20 travisutkDoxygen stuff.
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-11 travisutkPoking works in MSP430X2.
2009-09-09 travisutkPartial refactoring, forgot spi.h early.
2009-09-05 travisutkSPI client refactoring and block read/write functions.
2009-09-04 travisutkMSP430X2 client connects but reads garbage from ram.
2009-09-04 travisutkJTAG430X2 works at 16MHz, not at 3MHz.
2009-09-04 travisutkErase waits for competion to return.
2009-09-03 travisutkSteps toward plugin support.
2009-09-01 travisutkGetting closer to an I2C Python client.
2009-09-01 travisutk2274 works again.
2009-09-01 travisutk2274 #ifndef screwed things up.
2009-08-20 travisutkForgot monitor.h, included now.
2009-08-20 travisutkMonitor improved to measure stack depth of any other...
2009-08-08 travisutkBeginning support for the second UART.
2009-07-18 travisutkSPI Flash Erase command.
2009-07-16 travisutkSPI Flash dumping.
2009-06-23 travisutkNaming convention.
2009-06-23 travisutkChipcon: peek and poke of xdata work.
2009-06-22 travisutkNow compiling with -Wall, error free.
2009-06-20 travisutkThe GoodFET can program an MSP430's flash memory!
2009-06-18 travisutkMSP430 JTAG works.
2009-06-17 travisutkBeginnings of JTAG.
2009-06-09 travisutkChipcon support is coming along.
2009-06-05 travisutkI2C committed but not tested.
2009-06-03 travisutkSPI application transfers correctly; need only !SScommand.
2009-06-03 travisutkFirmware coming together.
2009-06-02 travisutkEcho works.
2009-05-29 travisutkBeginning proper includes; compiles for both 1611 and...