Beginnings of info flash support. It isn't very good.
[goodfet] / firmware / apps / jtag /
2010-05-27 travisutkBeginnings of info flash support. It isn't very good.
2010-05-24 travisutkClear P2SEL to disable XIN on MSP430F2274.
2010-05-19 dodge-thiscontinued work on stability of register access
2010-05-16 travisutkAdds upport for some 20-bit MSP430X chips.
2010-05-15 travisutkWEAKDEFed ejtaghandle.
2010-04-17 dodge-thiscontinued cleaning. get_register and set_register...
2010-04-14 dodge-thisGood stuff for ARM7TDMI. get_/set_register() seem...
2010-04-12 dodge-thisUpdates to ARM7TDMI JTAG app and optimizations for...
2010-04-02 dodge-thisstill working on it.
2010-03-25 dodge-thisstill working. made massive progress so far. but...
2010-03-23 dodge-thisfor (bit = bitcount; bit > 0; bit++)
2010-03-23 dodge-thisw00t! get_registers does something almost sane! i...
2010-03-23 dodge-thisdoh! found major bug in MSB jtargtransn.... ++ and...
2010-03-22 dodge-thisstill bug hunting, but code reads cleaner. comments...
2010-03-22 dodge-thisstill working
2010-03-19 dodge-thisstill working...
2010-03-19 dodge-thisstill working on it. still big, still not working...
2010-03-17 dodge-thisMaintenance and clean up.
2010-03-15 dodge-thisARM JTAG SERIOUSLY BROKEN! What's different? Want...
2010-03-15 dodge-thisPlace-holder until jtamarm7tdmi is ready for inclusion...
2010-03-14 dodge-thisstill hunting for the magic execution pipeline mojo.
2010-03-12 dodge-thisIntroduction of buggy arm jtag code. Still working...
2010-03-08 dwhusebystubbed in jtagxscale firmware and manual. --Huseby
2010-02-22 travisutkSome doodles toward a smart card app. Nothing works.
2010-01-25 travisutkBeginning SETREG and GETREG instructions for the MSP430.
2010-01-23 travisutkBeginning EJTAG (MIPS) support with an empty app.
2010-01-05 travisutkLast of the JTAG refactoring before Spy-bi-wire support...
2010-01-02 travisutkSome bits of Spy-Bi-Wire support, thanks to Mark Rages...
2009-11-24 travisutkindentation
2009-11-23 travisutkJTAG exit.
2009-11-23 travisutkSTOP command for exiting JTAG430 debugger.
2009-11-22 travisutkFast MSP430 Flash writes.
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-10-17 travisutkChipcon refactoring, debugging.
2009-10-07 travisutkRefactoring, beginning AVR application.
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-04 travisutkMSP430 Erase is no longer as harsh.
2009-10-04 travisutkRemoved deprecated MSP430 flash test.
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-09-30 travisutk16-bit MSP430 now more reliable.
2009-09-30 travisutkRestoring 16-bit MSP430 support.
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-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-01 travisutkGetting closer to an I2C Python client.
2009-08-08 travisutkBeginning support for the second UART.
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-18 travisutkForgot JTAG module, prereq for JTAG430.
2009-06-18 travisutkMSP430 JTAG works.