From: travisutk Date: Sat, 11 Jul 2009 04:03:16 +0000 (+0000) Subject: GoodFET20, initial draft. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=36cff921943e2f0179620f03ccf0ea2271318e9d;hp=d0a3fb542f527cbf9a4a27beecc8c3cd76ff4625 GoodFET20, initial draft. 1) Dropped JTAG pins for debugging the '430, as I've never used them. 2) Added a 74HC4053 to the bottom face for glitching. 3) The '4053 is optional, only for BadFET use. 4) Added a high-frequency crystal to XT2, also optional. 5) Retained LF crystal on XT1. De facto mandatory, but not for long. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@59 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/hardware/Makefile b/hardware/Makefile index 18d2b6b..c590d71 100644 --- a/hardware/Makefile +++ b/hardware/Makefile @@ -1,3 +1,3 @@ ~/Desktop/goodfet11.zip: *.sch *.brd *.G* *.TXT rm -f *.GBO - zip ~/Desktop/goodfet11.zip *.sch *.brd *.g* *.G* *.TXT BOM.txt + zip ~/Desktop/goodfet20.zip *.sch *.brd *.g* *.G* *.TXT BOM.txt diff --git a/hardware/goodfet11.brd b/hardware/goodfet11.brd deleted file mode 100644 index f7d27d6..0000000 Binary files a/hardware/goodfet11.brd and /dev/null differ diff --git a/hardware/goodfet11.sch b/hardware/goodfet11.sch deleted file mode 100644 index e1f68ed..0000000 Binary files a/hardware/goodfet11.sch and /dev/null differ diff --git a/hardware/goodfet20.brd b/hardware/goodfet20.brd new file mode 100644 index 0000000..aa5eec9 Binary files /dev/null and b/hardware/goodfet20.brd differ diff --git a/hardware/goodfet20.sch b/hardware/goodfet20.sch new file mode 100644 index 0000000..d439767 Binary files /dev/null and b/hardware/goodfet20.sch differ