aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2014-11-27 17:36:34 +0300
committerSpencer Oliver <spen@spen-soft.co.uk>2015-01-15 23:22:31 +0000
commit97012f080c85e24dfd8fb3ab61d826d9e947f8e8 (patch)
tree1828fe374cd06e3095217a83021592e80fc97896
parent7ca77b090bc43b0fb374e94b2a3767f3fc2a0bed (diff)
tcl/interface/ftdi: add config for the IoT-LAB adapter
This is an integrated adapter used on the IoT-LAB boards. Schematics are available from https://github.com/iot-lab/iot-lab/wiki/Docs/openm3-schematics.pdf Change-Id: I1c80e72653c3f319bb04d01e3dfddb1c2447c398 Tested-by: Quentin Lampin <quentin.lampin@orange.com> Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2415 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
-rw-r--r--tcl/interface/ftdi/iotlab-usb.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/tcl/interface/ftdi/iotlab-usb.cfg b/tcl/interface/ftdi/iotlab-usb.cfg
new file mode 100644
index 00000000..fbbad0c8
--- /dev/null
+++ b/tcl/interface/ftdi/iotlab-usb.cfg
@@ -0,0 +1,11 @@
+#
+# This is the integrated adapter as found on the IoT-LAB boards
+# https://github.com/iot-lab/iot-lab/wiki
+#
+
+interface ftdi
+ftdi_vid_pid 0x0403 0x6010
+
+ftdi_layout_init 0x0008 0x000b
+ftdi_layout_signal nTRST -data 0x0010 -oe 0x0010
+ftdi_layout_signal nSRST -data 0x0040 -oe 0x0040