aboutsummaryrefslogtreecommitdiff
path: root/tcl/interface
diff options
context:
space:
mode:
authorJim Paris <jim@jtan.com>2011-08-22 16:48:14 -0400
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-08-24 11:13:26 +0200
commitdd318f824366281fcd8690ecae43c1ce54d4df59 (patch)
tree74293998b6bab03567f921fd1025f3ea73c42a85 /tcl/interface
parentb2ff00fb86ffc0f6ee0241ee67513f3e42fdfc81 (diff)
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
Diffstat (limited to 'tcl/interface')
-rw-r--r--tcl/interface/redbee-econotag.cfg6
-rw-r--r--tcl/interface/redbee-usb.cfg6
2 files changed, 12 insertions, 0 deletions
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