Add note about another tested PIC target: PIC24FJ64GA002
[goodfet] / client / GoodFET.py
2010-09-23 travisutkTimeout is now a warning, rather than an error.
2010-09-18 travisutkMore clocking tests, getting ready for an
2010-09-17 travisutkNearing 16-bit clock control data.
2010-06-25 travisutkBetter glitching code, more portable than the old.
2010-06-24 travisutkMoving glitcher away from AVR-specific calls.
2010-06-24 travisutkBeginning CCSPI mode. Not nearly complete.
2010-06-14 travisutkTelosB target support.
2010-06-07 travisutkFix for Windows NT machines with non-FTDI serial ports.
2010-05-29 travisutkNOP verb.
2010-05-27 travisutkThe Win32 gfbsl.exe now properly identifies serial...
2010-05-24 travisutkFixed monitor peek.
2010-05-24 travisutkpeekword() for console.
2010-05-24 travisutkAutomatic port scanning for Windows.
2010-05-24 travisutkFixed naming of NRF driver.
2010-05-24 travisutkgfnrf.exe for Windows.
2010-05-20 travisutkForget 'self.' in verbose.
2010-05-20 travisutkNew clocking routines. Still better for 2xx chips.
2010-05-20 travisutkMore thorough monitor test.
2010-05-18 travisutkNordic RF client, more thorough monitor test.
2010-05-17 travisutkModified GoodFET.py to accept DOS devices, which aren...
2010-05-09 travisutkWeb docco for MONITOR_CONNECTED.
2010-05-09 travisutkProper self-calibration of the DCO.
2010-05-09 travisutkCommented out unnecessary print.
2010-05-09 travisutkBetter timing patch, resets until solid connection...
2010-04-12 dodge-thisUpdates to ARM7TDMI JTAG app and optimizations for...
2010-04-12 travisutkBetter client error message for Info flash.
2010-04-08 scottlivingstonFirst addition of dsPIC33F/PIC24H chip family programmer!
2010-03-07 travisutkWOrking on MSP430 client mode.
2010-02-28 travisutkBeginning support for SQL symbol tables.
2010-02-28 travisutkMonitor peeks work on the console.
2010-02-28 travisutkDump to archive now a standard command.
2010-02-28 travisutkUnimplemented standard commands now print warnings.
2010-02-28 travisutkgetpc() method
2010-02-28 travisutkHalt and resume standard commands.
2010-02-28 travisutkgetClient() fixed.
2010-02-27 travisutkReverting modularization.
2010-02-27 travisutkRefactoring the client. I probably broke something.
2010-02-23 travisutkMore of a console, approaching standard commandset...
2010-02-23 travisutkInteractive debugger, or parts of one.
2010-02-22 travisutkFlushing on DEBUG messages.
2010-02-16 travisutkNew Chipcon library stuff.
2010-01-19 travisutkCloser to reliable AVR glitching.
2010-01-07 travisutkgoodfet.monitor call,exec commands work well.
2010-01-07 travisutkMonitor now does CALL and EXEC.
2010-01-07 travisutkExplicity setDTR. Matt Carpenter says this should...
2009-12-01 travisutkQuantitative tests of AVR power stability,
2009-11-24 travisutkGlitching functions.
2009-11-11 travisutkSupport for dumping AVR Flash.
2009-11-02 travisutkExplicit setRTS.
2009-10-17 travisutkMoved GoodFETCC to its own file.
2009-10-08 travisutkFixed python client buffering issues, minor changes...
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 travisutk16-bit MSP430 support working well from 1612.
2009-10-03 travisutkRepair of 16-bit MSP430 JTAG nearly complete, dump...
2009-10-03 travisutkSilent support, corrected spiflash docco.
2009-09-19 travisutkSupport for debugging strings, closer to a clean MSP430...
2009-09-11 travisutkPoking works in MSP430X2.
2009-09-05 travisutkSPI client refactoring and block read/write functions.
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 travisutkFixed client error when GOODFET was undefined.
2009-09-03 travisutkFaster SPI Flash dumping, but it's a bit ugly.
2009-09-02 travisutkJEDEC size detection.
2009-09-01 travisutkGetting closer to an I2C Python client.
2009-08-30 travisutkBeginnings of a testing framework for the GoodFET.
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-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 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 travisutkMSP430 client now dumps intel hex images.
2009-06-18 travisutkMSP430 JTAG works.