Support for the GoodFET30 with the --goodfet30 switch in goodfet.bsl.
[goodfet] / client /
2009-10-06 travisutkSupport for the GoodFET30 with the --goodfet30 switch...
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-04 travisutkRemoved deprecated MSP430 flash test.
2009-10-04 travisutkSupport for the MSP430F23x0.
2009-10-04 travisutkMSP430 test cases, stable poking of RAM.
2009-10-04 travisutk16-bit MSP430 support working well from 1612.
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 travisutkSilent support, corrected spiflash docco.
2009-09-30 travisutkChipcon.
2009-09-30 travisutkChipcon.
2009-09-30 travisutkChipcon.
2009-09-30 travisutkChipcon.
2009-09-30 travisutkMSP430 model numbers.
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-22 travisutkSPI client stuff.
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-15 travisutkJEDEC ID support up to 64MBit, MXIC device IDs for...
2009-09-13 travisutkgoodfet.bsl client for precompiled firmware.
2009-09-13 travisutkMSP430F5xx stuff; 1xx support is probably broken right...
2009-09-11 travisutkPoking works in MSP430X2.
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 travisutkMoved the MSP430 client to its own file, preparing...
2009-09-04 travisutkClients refactored for proper class inheritance.
2009-09-04 travisutkNothing major.
2009-09-03 travisutkgoodfet.spiflash now does verification.
2009-09-03 travisutkFixed client error when GOODFET was undefined.
2009-09-03 travisutkFaster SPI Flash dumping, but it's a bit ugly.
2009-09-02 travisutkByte count in JEDEC info.
2009-09-02 travisutkJEDEC size detection.
2009-09-01 travisutkspliflash writing command is 'flash', not 'write'.
2009-09-01 travisutkGetting closer to an I2C Python client.
2009-08-30 travisutkBeginnings of a testing framework for the GoodFET.
2009-08-28 travisutk'goodfet.monitor info' now identifies MCU.
2009-08-28 travisutkClient code for dumping the info memory.
2009-08-27 travisutkNearing support for the MSP430F2618 in lieu of the...
2009-08-26 travisutkTrying to get 2618 going.
2009-08-20 travisutkRAM usage monitor, see blog for details.
2009-07-28 travisutkCleaning up the Chipcon client.
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 travisutkgoodfet.spiflash can erase, poke byte.
2009-07-16 travisutkSPI Flash dumping.
2009-07-16 travisutkDumping of SPI Flash ROMs works, at least for Winbond.
2009-07-16 travisutkChipcon client improvements.
2009-06-23 travisutkAdded writedata, fixed vestigial 16-bit issues in goodf...
2009-06-23 travisutkgoodfet.cc commands for dumping flash and data
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-21 travisutkClient now runs at 115200 baud.
2009-06-20 travisutkThe GoodFET can program an MSP430's flash memory!
2009-06-20 travisutkMakefile for linking client scripts.
2009-06-20 travisutkMSP430 client now dumps intel hex images.
2009-06-18 travisutkMSP430 JTAG works.
2009-06-05 travisutkExchange is now explicit; every command must return...
2009-06-03 travisutkSPI application transfers correctly; need only !SScommand.
2009-06-03 travisutkClient and monitor getting neighborly.
2009-06-03 travisutkUgly Python client.