still working
[goodfet] / firmware /
2009-10-07 travisutkwhitespace.
2009-10-07 travisutkReading and writing of EEPROM works on AVR!
2009-10-07 travisutkAVR support getting better.
2009-10-07 travisutkAVR client connecting and reading ID correctly!
2009-10-07 travisutkWorking on AVR support.
2009-10-07 travisutkRefactoring, beginning AVR application.
2009-10-05 travisutkOops, invalid prefix.
2009-10-05 travisutkSane SPI Flash addressing for poke date, will later...
2009-10-05 travisutkRetooled plugin interface with weak linking.
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 travisutkBlink now targets all 2xx chips, perhaps 1xx too, by...
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 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 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-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-09-01 travisutk2274 works again.
2009-09-01 travisutk2274 #ifndef screwed things up.
2009-08-28 travisutkmsp430_init_dco on 2xx devices now knows defaults for...
2009-08-27 travisutkNearing support for the MSP430F2618 in lieu of the...
2009-08-26 travisutkTrying to get 2618 going.
2009-08-23 travisutkURGENT fix to 1612 clocking.
2009-08-23 travisutkVerification target, doing stress tests without decoupl...
2009-08-23 travisutkAdding preliminary support for the MSP430F2618, build...
2009-08-22 travisutkREADME files. Don't ignore them.
2009-08-20 travisutkForgot monitor.h, included now.
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-22 travisutkAdded support for transmitting a string.
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 travisutkmsp430-bsl substituted for tos-bsl.
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.
2009-06-03 travisutkTest README files.
2009-06-02 travisutkEcho test is working.
2009-06-02 travisutkEcho works.
2009-06-02 travisutkFixed script to work on 1612.
2009-05-29 travisutkNow works with more modern compiler; fixed linking...
2009-05-29 travisutkBeginning proper includes; compiles for both 1611 and...
2009-05-29 travisutkBlink test generalized. I need a linking script for...
2009-05-19 travisutkBeginning real firmware development.
2009-04-30 travisutkHello, world.