From dd318f824366281fcd8690ecae43c1ce54d4df59 Mon Sep 17 00:00:00 2001 From: Jim Paris Date: Mon, 22 Aug 2011 16:48:14 -0400 Subject: Fix redbee config files Currently the board/redbee-*.cfg files incorrectly include the interface definition. Move the interfaces to interface/, and create a single board/redbee.cfg that is common to both boards. Intended usage is now: openocd -f interface/redbee-econotag.cfg -f board/redbee.cfg --- tcl/interface/redbee-econotag.cfg | 6 ++++++ tcl/interface/redbee-usb.cfg | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 tcl/interface/redbee-econotag.cfg create mode 100644 tcl/interface/redbee-usb.cfg (limited to 'tcl/interface') diff --git a/tcl/interface/redbee-econotag.cfg b/tcl/interface/redbee-econotag.cfg new file mode 100644 index 00000000..2dcd0278 --- /dev/null +++ b/tcl/interface/redbee-econotag.cfg @@ -0,0 +1,6 @@ +# The redbee-econotag has an onboard ft2232h with +# ft2232h channel A wired to mc13224v JTAG +# ft2232h channel B wired to mc13224v UART1 +interface ft2232 +ft2232_layout redbee-econotag +ft2232_vid_pid 0x0403 0x6010 diff --git a/tcl/interface/redbee-usb.cfg b/tcl/interface/redbee-usb.cfg new file mode 100644 index 00000000..8fa7b0be --- /dev/null +++ b/tcl/interface/redbee-usb.cfg @@ -0,0 +1,6 @@ +# The redbee-usb has an onboard ft2232h with +# ft2232h channel B wired to mc13224v JTAG +# ft2232h channel A wired to mc13224v UART1 +interface ft2232 +ft2232_layout redbee-usb +ft2232_vid_pid 0x0403 0x6010 -- cgit v1.2.3-18-g5258