diff options
author | Mariano Alvira <mar@devl.org> | 2010-02-28 10:33:46 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-02-28 10:33:46 -0800 |
commit | 0324eb24967088f753bc2fd997b4c18f4ea988c8 (patch) | |
tree | c18e711ba4df46a99211f5d1e63bc7f8bc3794a4 /tcl/board/redbee-usb.cfg | |
parent | 63763345d94b11f106c832c23e8ad730a4485723 (diff) | |
download | openocd+libswd-0324eb24967088f753bc2fd997b4c18f4ea988c8.tar.gz openocd+libswd-0324eb24967088f753bc2fd997b4c18f4ea988c8.tar.bz2 openocd+libswd-0324eb24967088f753bc2fd997b4c18f4ea988c8.tar.xz openocd+libswd-0324eb24967088f753bc2fd997b4c18f4ea988c8.zip |
Add board/redbee-usb.cfg
The Redbee USB is a small form-factor usb stick from Redwire, LLC
(www.redwirellc.com/store), built around a Freescale MC13224V
ARM7TDMI + 802.15.4 radio (plus antenna).
It includes an FT2232H for debugging, with Channel B connected to the
mc13224v's JTAG interface (unusual) and Channel A connected to UART1.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/board/redbee-usb.cfg')
-rw-r--r-- | tcl/board/redbee-usb.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tcl/board/redbee-usb.cfg b/tcl/board/redbee-usb.cfg new file mode 100644 index 00000000..3aa68c10 --- /dev/null +++ b/tcl/board/redbee-usb.cfg @@ -0,0 +1,8 @@ +source [find target/mc13224v.cfg] + +# The redbee-econotag has an onboard ft2232h with +# channel B wired to the JTAG pins on the mc13224v +# channel A is wired to UART1 on the mc13224v +interface ft2232 +ft2232_layout redbee-usb +ft2232_vid_pid 0x0403 0x6010 |