From: Paul Fertser Date: Thu, 27 Nov 2014 14:36:34 +0000 (+0300) Subject: tcl/interface/ftdi: add config for the IoT-LAB adapter X-Git-Tag: v0.9.0-rc1~193 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=97012f080c85e24dfd8fb3ab61d826d9e947f8e8;p=openocd 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 Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2415 Tested-by: jenkins Reviewed-by: Spencer Oliver --- 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