16-bit MSP430 Flash writing works again on 1612-based GoodFETs.
[goodfet] / firmware / apps /
2009-10-04 travisutk16-bit MSP430 Flash writing works again on 1612-based...
2009-10-03 travisutkRepair of 16-bit MSP430 JTAG nearly complete, dump...
2009-10-03 travisutkSilence support and beginnings of proper buffer management.
2009-09-30 travisutk16-bit MSP430 now more reliable.
2009-09-30 travisutkRestoring 16-bit MSP430 support.
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-20 travisutkMSP430X2 Poke fix.
2009-09-19 travisutkMSP430X2 cleanup, fixed switch{} falling bug in MSP430X...
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 travisutkReading seems to work on MSP430X2, but some regions...
2009-09-04 travisutkMSP430X2 support is sufficient to read memory!
2009-09-04 travisutkGiving up on MSP430X2 for a second, getting back to...
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-03 travisutkgoodfet.spiflash now does verification.
2009-09-03 travisutkFaster SPI Flash dumping, but it's a bit ugly.
2009-09-01 travisutkGetting closer to an I2C Python client.
2009-08-20 travisutkMonitor improved to measure stack depth of any other...
2009-08-08 travisutkBeginning support for the second UART.
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-07-16 travisutkChipcon client improvements.
2009-06-23 travisutkNaming convention.
2009-06-23 travisutkgoodfet.cc commands for dumping flash and data
2009-06-23 travisutkFormatting, minor warnings.
2009-06-23 travisutkChipcon: peek and poke of xdata work.
2009-06-22 travisutkChipcon string identification, single-stepping.
2009-06-22 travisutkChipcon debugger is working.
2009-06-22 travisutkNow compiling with -Wall, error free.
2009-06-21 travisutkReclocked to 3.6834 MHz, exactly twice a standard PC...
2009-06-20 travisutkFixed bugs in flash programming.
2009-06-20 travisutkThe GoodFET can program an MSP430's flash memory!
2009-06-20 travisutkMoved the firmware Makefile to trunk/firmware.
2009-06-18 travisutkForgot JTAG module, prereq for JTAG430.
2009-06-18 travisutkMSP430 JTAG works.
2009-06-17 travisutkBeginnings of JTAG.
2009-06-17 travisutkChipcon enabled, still untested.
2009-06-09 travisutkChipcon support is coming along.
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.
2009-06-03 travisutkPOKE verb of the Monitor.
2009-06-03 travisutkFirmware coming together.