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>__archive__
parent
7ca77b090b
commit
97012f080c
|
@ -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
|
Loading…
Reference in New Issue