diff options
author | Mariano Alvira <mar@devl.org> | 2010-02-27 22:52:34 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-02-27 22:52:34 -0800 |
commit | 63763345d94b11f106c832c23e8ad730a4485723 (patch) | |
tree | cc0de7a0c935fc884b321f086e873ec348655cd8 /tcl | |
parent | e4a40d257d6c8fa393929cda50c0a1d777787da2 (diff) | |
download | openocd+libswd-63763345d94b11f106c832c23e8ad730a4485723.tar.gz openocd+libswd-63763345d94b11f106c832c23e8ad730a4485723.tar.bz2 openocd+libswd-63763345d94b11f106c832c23e8ad730a4485723.tar.xz openocd+libswd-63763345d94b11f106c832c23e8ad730a4485723.zip |
add board/redbee-econotag.cfg and JTAG support
The Redbee Econotag is an open hardware development kit from
Redwire, LLC (www.redwirellc.com/store), for the Freescale
MC13224V ARM7TDMI + 802.15.4 radio.
It includes both an MC13224V and an FT2232H (for JTAG and UART
support). It has flexible power supply options.
Additional features are:
- inverted-F pcb antenna
- 36 GPIO brought out to 0.1" pin header
(includes all peripheral pins)
- Reset button
- Two push buttons (on kbi1-5 and kbi0-4)
- USB-A connector, powered from USB
- up to 16V external input
- pads for optional buck inductor
- pads for optional 32.768kHz crystal
- 2x LEDS on TX_ON and RX_ON
[ dbrownell@users.sourceforge.net: shrink lines; texi ]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/redbee-econotag.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tcl/board/redbee-econotag.cfg b/tcl/board/redbee-econotag.cfg new file mode 100644 index 00000000..7a02ce0d --- /dev/null +++ b/tcl/board/redbee-econotag.cfg @@ -0,0 +1,8 @@ +source [find target/mc13224v.cfg] + +# The redbee-econotag has an onboard ft2232h with channel A wired +# to the JTAG pins on the mc13224v +# channel B is wired to UART1 +interface ft2232 +ft2232_layout redbee-econotag +ft2232_vid_pid 0x0403 0x6010 |