goodfet
14 years agoJTAG exit.
travisutk [Mon, 23 Nov 2009 07:43:45 +0000 (07:43 +0000)]
JTAG exit.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@234 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSTOP command for exiting JTAG430 debugger.
travisutk [Mon, 23 Nov 2009 07:33:53 +0000 (07:33 +0000)]
STOP command for exiting JTAG430 debugger.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@233 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoFast MSP430 Flash writes.
travisutk [Sun, 22 Nov 2009 20:56:44 +0000 (20:56 +0000)]
Fast MSP430 Flash writes.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@232 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoCleared compiler warning messages for port redefinitions, now that this is cleanly...
travisutk [Sun, 22 Nov 2009 06:02:42 +0000 (06:02 +0000)]
Cleared compiler warning messages for port redefinitions, now that this is cleanly handled.
Rewrite JTAG430_WRITEFLASH handler to accept blocks.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@231 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSwitched from explicit port definitions in asm
travisutk [Sun, 22 Nov 2009 03:20:03 +0000 (03:20 +0000)]
Switched from explicit port definitions in asm
to preprocessor definitions.  gfports.h, being included
in assembly, MUST NOT contain any C function definitions.

This fixes MSP430 flash programming from the GoodFET30.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@230 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoClearing DCO per Andre@TI's advice.
travisutk [Wed, 11 Nov 2009 15:24:36 +0000 (15:24 +0000)]
Clearing DCO per Andre@TI's advice.
This will prevent accidental clock crash on chips with BCL12 bug.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@229 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSupport for dumping AVR Flash.
travisutk [Wed, 11 Nov 2009 15:21:38 +0000 (15:21 +0000)]
Support for dumping AVR Flash.
(Dear God is the addressing weird!)

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@228 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoPeek range for Chipcon IRAM.
travisutk [Fri, 6 Nov 2009 09:07:07 +0000 (09:07 +0000)]
Peek range for Chipcon IRAM.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@227 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoCC2430 flashing fixed.
travisutk [Fri, 6 Nov 2009 08:03:25 +0000 (08:03 +0000)]
CC2430 flashing fixed.
No longer chip erases; instead erases pages individually.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@226 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoChipcon locking now works by clearing all of Info flash.
travisutk [Fri, 6 Nov 2009 07:43:09 +0000 (07:43 +0000)]
Chipcon locking now works by clearing all of Info flash.
This will also write-protect the chip.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@225 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoChipcon peek and poke for iram, include SFRs.
travisutk [Fri, 6 Nov 2009 04:51:41 +0000 (04:51 +0000)]
Chipcon peek and poke for iram, include SFRs.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@224 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoLED off by default.
travisutk [Fri, 6 Nov 2009 03:51:41 +0000 (03:51 +0000)]
LED off by default.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@223 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSPI stuff, cleaned whitespace.
travisutk [Wed, 4 Nov 2009 07:34:29 +0000 (07:34 +0000)]
SPI stuff, cleaned whitespace.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@222 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoExecutable property on scripts.
travisutk [Tue, 3 Nov 2009 19:09:41 +0000 (19:09 +0000)]
Executable property on scripts.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@221 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoExplicit setRTS.
travisutk [Mon, 2 Nov 2009 05:52:15 +0000 (05:52 +0000)]
Explicit setRTS.
This might fix a bug that Mike Kershaw has observed in some
versions of the Linux kernel.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@220 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoCleaned up LED stuff on 2xx msp430_init_dco().
travisutk [Mon, 2 Nov 2009 05:50:13 +0000 (05:50 +0000)]
Cleaned up LED stuff on 2xx msp430_init_dco().

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@219 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoExtended configure bits for soft_power_mode.
travisutk [Thu, 29 Oct 2009 02:41:40 +0000 (02:41 +0000)]
Extended configure bits for soft_power_mode.
Info-flash no longer exists in the CC2530, the lock command will need to be patched.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@218 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoIdent codes for CC2531, CC2531
travisutk [Wed, 28 Oct 2009 20:00:44 +0000 (20:00 +0000)]
Ident codes for CC2531, CC2531

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@217 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoBadFET20 web errata.
travisutk [Wed, 28 Oct 2009 16:17:17 +0000 (16:17 +0000)]
BadFET20 web errata.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@216 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoPrint configuration instructions.
travisutk [Wed, 21 Oct 2009 14:05:48 +0000 (14:05 +0000)]
Print configuration instructions.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@215 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoComments.
travisutk [Sat, 17 Oct 2009 16:30:54 +0000 (16:30 +0000)]
Comments.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@213 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoClient auto-detects GoodFET30.
travisutk [Sat, 17 Oct 2009 13:42:34 +0000 (13:42 +0000)]
Client auto-detects GoodFET30.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@212 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoGoodFET30 now MSP430F2254 compatible by default.
travisutk [Sat, 17 Oct 2009 13:36:08 +0000 (13:36 +0000)]
GoodFET30 now MSP430F2254 compatible by default.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@211 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoGoodFET for Chipcon can erase chip and read/write info flash.
travisutk [Sat, 17 Oct 2009 13:06:05 +0000 (13:06 +0000)]
GoodFET for Chipcon can erase chip and read/write info flash.
The protection bit doesn't seem to work, but that's likely a Power-On-Reset sort of thing.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@209 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoCheckpoint. CC flash works, might break it soon.
travisutk [Sat, 17 Oct 2009 12:29:49 +0000 (12:29 +0000)]
Checkpoint.  CC flash works, might break it soon.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@208 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years ago'goodfet.cc flash foo.hex' now works.
travisutk [Sat, 17 Oct 2009 11:27:38 +0000 (11:27 +0000)]
'goodfet.cc flash foo.hex' now works.
It's slow as dirt for now, will optimize later.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@207 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoJust about finished with flash writing support.
travisutk [Sat, 17 Oct 2009 09:42:04 +0000 (09:42 +0000)]
Just about finished with flash writing support.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@206 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMoved GoodFETCC to its own file.
travisutk [Sat, 17 Oct 2009 09:11:22 +0000 (09:11 +0000)]
Moved GoodFETCC to its own file.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@205 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoCorrect page sizes for Chipcon.
travisutk [Sat, 17 Oct 2009 09:09:41 +0000 (09:09 +0000)]
Correct page sizes for Chipcon.
2KB pages, 32-bit words.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@204 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoD'oh!
travisutk [Sat, 17 Oct 2009 09:01:04 +0000 (09:01 +0000)]
D'oh!

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@203 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoD'oh!
travisutk [Sat, 17 Oct 2009 09:00:15 +0000 (09:00 +0000)]
D'oh!

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@202 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoWorking toward support for writing flash on Chipcon.
travisutk [Sat, 17 Oct 2009 08:57:34 +0000 (08:57 +0000)]
Working toward support for writing flash on Chipcon.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@201 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoChipcon refactoring, debugging.
travisutk [Sat, 17 Oct 2009 06:35:31 +0000 (06:35 +0000)]
Chipcon refactoring, debugging.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@200 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoFixed critical bug in dumpcode of Chipcon client.
travisutk [Sat, 17 Oct 2009 05:41:35 +0000 (05:41 +0000)]
Fixed critical bug in dumpcode of Chipcon client.
This would have been avoided if I had implemented support for writing flash.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@199 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoEarly support for 2254 on the GoodFET30.
travisutk [Sun, 11 Oct 2009 11:13:00 +0000 (11:13 +0000)]
Early support for 2254 on the GoodFET30.
More modules are optional.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@198 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoReliability patch to Chipcon.
travisutk [Thu, 8 Oct 2009 16:33:25 +0000 (16:33 +0000)]
Reliability patch to Chipcon.
Ugly, but might help weak lines.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@197 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMore reliably chipcon.
travisutk [Thu, 8 Oct 2009 01:35:03 +0000 (01:35 +0000)]
More reliably chipcon.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@196 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoChipcon reliability stuff.
travisutk [Thu, 8 Oct 2009 01:31:33 +0000 (01:31 +0000)]
Chipcon reliability stuff.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@195 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoFixed python client buffering issues, minor changes to SPI app.
travisutk [Thu, 8 Oct 2009 00:10:41 +0000 (00:10 +0000)]
Fixed python client buffering issues, minor changes to SPI app.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@194 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agowhitespace.
travisutk [Wed, 7 Oct 2009 22:06:51 +0000 (22:06 +0000)]
whitespace.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@193 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoReading and writing of EEPROM works on AVR!
travisutk [Wed, 7 Oct 2009 12:03:53 +0000 (12:03 +0000)]
Reading and writing of EEPROM works on AVR!

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@192 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoAVR support getting better.
travisutk [Wed, 7 Oct 2009 11:19:50 +0000 (11:19 +0000)]
AVR support getting better.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@191 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoAVR client connecting and reading ID correctly!
travisutk [Wed, 7 Oct 2009 10:16:03 +0000 (10:16 +0000)]
AVR client connecting and reading ID correctly!

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@190 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoBeginning AVR client.
travisutk [Wed, 7 Oct 2009 08:58:59 +0000 (08:58 +0000)]
Beginning AVR client.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@189 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoWorking on AVR support.
travisutk [Wed, 7 Oct 2009 08:47:45 +0000 (08:47 +0000)]
Working on AVR support.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@188 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoRefactoring, beginning AVR application.
travisutk [Wed, 7 Oct 2009 08:19:42 +0000 (08:19 +0000)]
Refactoring, beginning AVR application.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@187 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSupport for the GoodFET30 with the --goodfet30 switch in goodfet.bsl.
travisutk [Tue, 6 Oct 2009 01:29:30 +0000 (01:29 +0000)]
Support for the GoodFET30 with the --goodfet30 switch in goodfet.bsl.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@186 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoOops, invalid prefix.
travisutk [Mon, 5 Oct 2009 14:33:21 +0000 (14:33 +0000)]
Oops, invalid prefix.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@185 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSane SPI Flash addressing for poke date, will later convert all functions.
travisutk [Mon, 5 Oct 2009 14:30:51 +0000 (14:30 +0000)]
Sane SPI Flash addressing for poke date, will later convert all functions.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@184 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoRetooled plugin interface with weak linking.
travisutk [Mon, 5 Oct 2009 13:15:32 +0000 (13:15 +0000)]
Retooled plugin interface with weak linking.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@183 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoDropped ugly 'blocks' kludge for a 16-bit length field.
travisutk [Mon, 5 Oct 2009 11:34:09 +0000 (11:34 +0000)]
Dropped ugly 'blocks' kludge for a 16-bit length field.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@177 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMoved header transmission to txhead, about to switch to 16-bit length field.
travisutk [Mon, 5 Oct 2009 08:32:07 +0000 (08:32 +0000)]
Moved header transmission to txhead, about to switch to 16-bit length field.
This will break compatibility with older clients.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@175 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMSP430 Erase is no longer as harsh.
travisutk [Sun, 4 Oct 2009 10:31:22 +0000 (10:31 +0000)]
MSP430 Erase is no longer as harsh.
In JTAG430_WRITEFLASH, the write is attempted twice if unsuccessful the first time.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@172 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoRemoved deprecated MSP430 flash test.
travisutk [Sun, 4 Oct 2009 09:13:32 +0000 (09:13 +0000)]
Removed deprecated MSP430 flash test.
Altered 16MHz MSP430 flash timing code to be 320 kHz.
533kHz gave errors; might need to correct 3MHz code as well.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@171 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSupport for the MSP430F23x0.
travisutk [Sun, 4 Oct 2009 08:42:10 +0000 (08:42 +0000)]
Support for the MSP430F23x0.
N.B., unlike the TI FET, all models are supported even if unknown.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@170 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoBlink now targets all 2xx chips, perhaps 1xx too, by default.
travisutk [Sun, 4 Oct 2009 08:37:56 +0000 (08:37 +0000)]
Blink now targets all 2xx chips, perhaps 1xx too, by default.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@169 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMSP430 test cases, stable poking of RAM.
travisutk [Sun, 4 Oct 2009 08:15:29 +0000 (08:15 +0000)]
MSP430 test cases, stable poking of RAM.
Test cases pass with GoodFET12 and BadFET20!

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@168 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years ago16-bit MSP430 support working well from 1612.
travisutk [Sun, 4 Oct 2009 07:40:00 +0000 (07:40 +0000)]
16-bit MSP430 support working well from 1612.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@167 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years ago16-bit MSP430 Flash writing works again on 1612-based GoodFETs.
travisutk [Sun, 4 Oct 2009 03:12:18 +0000 (03:12 +0000)]
16-bit MSP430 Flash writing works again on 1612-based GoodFETs.
2xx-based GoodFETs coming very soon.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@166 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoRepair of 16-bit MSP430 JTAG nearly complete, dump works well.
travisutk [Sat, 3 Oct 2009 08:42:26 +0000 (08:42 +0000)]
Repair of 16-bit MSP430 JTAG nearly complete, dump works well.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@165 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSilent support, corrected spiflash docco.
travisutk [Sat, 3 Oct 2009 01:05:20 +0000 (01:05 +0000)]
Silent support, corrected spiflash docco.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@164 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSilence support and beginnings of proper buffer management.
travisutk [Sat, 3 Oct 2009 00:06:17 +0000 (00:06 +0000)]
Silence support and beginnings of proper buffer management.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@163 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoChipcon.
travisutk [Wed, 30 Sep 2009 18:20:04 +0000 (18:20 +0000)]
Chipcon.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@162 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoChipcon.
travisutk [Wed, 30 Sep 2009 18:19:38 +0000 (18:19 +0000)]
Chipcon.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@161 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoChipcon.
travisutk [Wed, 30 Sep 2009 18:19:08 +0000 (18:19 +0000)]
Chipcon.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@160 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoChipcon.
travisutk [Wed, 30 Sep 2009 17:56:05 +0000 (17:56 +0000)]
Chipcon.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@159 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMSP430 model numbers.
travisutk [Wed, 30 Sep 2009 17:30:54 +0000 (17:30 +0000)]
MSP430 model numbers.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@158 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years ago16-bit MSP430 now more reliable.
travisutk [Wed, 30 Sep 2009 03:45:45 +0000 (03:45 +0000)]
16-bit MSP430 now more reliable.
MSP430X2 code was intermingling by mistake.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@157 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoRestoring 16-bit MSP430 support.
travisutk [Wed, 30 Sep 2009 03:25:13 +0000 (03:25 +0000)]
Restoring 16-bit MSP430 support.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@156 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoAtmel JEDEC info for SPI Flash.
travisutk [Tue, 29 Sep 2009 23:06:39 +0000 (23:06 +0000)]
Atmel JEDEC info for SPI Flash.
Commented choice of chunk size, which must be an even fraction of the page size.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@155 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoUrgent client fix, related to block offsets.
travisutk [Tue, 22 Sep 2009 17:45:11 +0000 (17:45 +0000)]
Urgent client fix, related to block offsets.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@153 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoLarger chunk-size in SPI Flash, but not yet large enough. Write performance still...
travisutk [Tue, 22 Sep 2009 16:46:46 +0000 (16:46 +0000)]
Larger chunk-size in SPI Flash, but not yet large enough.  Write performance still sucks.
Also, Makefile now compiles html documentation and posts to the webserver.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@152 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSPI client stuff.
travisutk [Tue, 22 Sep 2009 00:17:10 +0000 (00:17 +0000)]
SPI client stuff.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@151 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoBoard is now shorter, cleared ERC warnings.
travisutk [Sun, 20 Sep 2009 23:17:42 +0000 (23:17 +0000)]
Board is now shorter, cleared ERC warnings.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@149 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoDoxygen stuff.
travisutk [Sun, 20 Sep 2009 19:13:45 +0000 (19:13 +0000)]
Doxygen stuff.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@147 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoRearranging firmware for use with Doxygen.
travisutk [Sun, 20 Sep 2009 14:18:39 +0000 (14:18 +0000)]
Rearranging firmware for use with Doxygen.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@146 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMSP430X2 Poke fix.
travisutk [Sun, 20 Sep 2009 13:56:06 +0000 (13:56 +0000)]
MSP430X2 Poke fix.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@145 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMSP430X2 cleanup, fixed switch{} falling bug in MSP430X2 command handler.
travisutk [Sat, 19 Sep 2009 16:46:28 +0000 (16:46 +0000)]
MSP430X2 cleanup, fixed switch{} falling bug in MSP430X2 command handler.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@144 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSupport for debugging strings, closer to a clean MSP430X2 implementation.
travisutk [Sat, 19 Sep 2009 15:14:37 +0000 (15:14 +0000)]
Support for debugging strings, closer to a clean MSP430X2 implementation.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@143 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoJEDEC ID support up to 64MBit, MXIC device IDs for the same.
travisutk [Tue, 15 Sep 2009 18:12:19 +0000 (18:12 +0000)]
JEDEC ID support up to 64MBit, MXIC device IDs for the same.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@142 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agogoodfet.bsl client for precompiled firmware.
travisutk [Sun, 13 Sep 2009 18:07:09 +0000 (18:07 +0000)]
goodfet.bsl client for precompiled firmware.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@141 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMSP430F5xx stuff; 1xx support is probably broken right now.
travisutk [Sun, 13 Sep 2009 15:57:38 +0000 (15:57 +0000)]
MSP430F5xx stuff; 1xx support is probably broken right now.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@131 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoPoking works in MSP430X2.
travisutk [Fri, 11 Sep 2009 08:10:25 +0000 (08:10 +0000)]
Poking works in MSP430X2.
Changing '430 from 16-bit words to 32-bit words for queries.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@127 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoPartial refactoring, forgot spi.h early.
travisutk [Wed, 9 Sep 2009 05:52:51 +0000 (05:52 +0000)]
Partial refactoring, forgot spi.h early.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@126 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSPI client refactoring and block read/write functions.
travisutk [Sat, 5 Sep 2009 21:55:00 +0000 (21:55 +0000)]
SPI client refactoring and block read/write functions.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@124 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoReading seems to work on MSP430X2, but some regions seem to be unpopulated.
travisutk [Fri, 4 Sep 2009 09:49:57 +0000 (09:49 +0000)]
Reading seems to work on MSP430X2, but some regions seem to be unpopulated.
Need to extend messaging protocol for 20 bit addresses.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@123 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMSP430X2 support is sufficient to read memory!
travisutk [Fri, 4 Sep 2009 09:04:55 +0000 (09:04 +0000)]
MSP430X2 support is sufficient to read memory!

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@122 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoGiving up on MSP430X2 for a second, getting back to SPI.
travisutk [Fri, 4 Sep 2009 08:54:10 +0000 (08:54 +0000)]
Giving up on MSP430X2 for a second, getting back to SPI.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@121 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMSP430X2 client connects but reads garbage from ram.
travisutk [Fri, 4 Sep 2009 08:13:21 +0000 (08:13 +0000)]
MSP430X2 client connects but reads garbage from ram.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@120 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoJTAG430X2 works at 16MHz, not at 3MHz.
travisutk [Fri, 4 Sep 2009 06:37:08 +0000 (06:37 +0000)]
JTAG430X2 works at 16MHz, not at 3MHz.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@119 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoMoved the MSP430 client to its own file, preparing for MSP430X2 (5xx) support.
travisutk [Fri, 4 Sep 2009 04:46:08 +0000 (04:46 +0000)]
Moved the MSP430 client to its own file, preparing for MSP430X2 (5xx) support.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@118 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoClients refactored for proper class inheritance.
travisutk [Fri, 4 Sep 2009 04:26:17 +0000 (04:26 +0000)]
Clients refactored for proper class inheritance.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@116 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoNothing major.
travisutk [Fri, 4 Sep 2009 02:08:57 +0000 (02:08 +0000)]
Nothing major.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@114 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoErase waits for competion to return.
travisutk [Fri, 4 Sep 2009 00:45:38 +0000 (00:45 +0000)]
Erase waits for competion to return.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@113 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoSteps toward plugin support.
travisutk [Thu, 3 Sep 2009 23:11:28 +0000 (23:11 +0000)]
Steps toward plugin support.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@112 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agogoodfet.spiflash now does verification.
travisutk [Thu, 3 Sep 2009 06:40:53 +0000 (06:40 +0000)]
goodfet.spiflash now does verification.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@111 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoFixed client error when GOODFET was undefined.
travisutk [Thu, 3 Sep 2009 05:41:49 +0000 (05:41 +0000)]
Fixed client error when GOODFET was undefined.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@110 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoFaster SPI Flash dumping, but it's a bit ugly.
travisutk [Thu, 3 Sep 2009 05:25:46 +0000 (05:25 +0000)]
Faster SPI Flash dumping, but it's a bit ugly.
I'll rewrite this soon to be more standardized.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@109 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoByte count in JEDEC info.
travisutk [Wed, 2 Sep 2009 01:06:00 +0000 (01:06 +0000)]
Byte count in JEDEC info.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@108 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

14 years agoJEDEC size detection.
travisutk [Wed, 2 Sep 2009 00:53:44 +0000 (00:53 +0000)]
JEDEC size detection.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@107 12e2690d-a6be-4b82-a7b7-67c4a43b65c8