Erase waits for competion to return.
[goodfet] / client /
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.