This is an automated email from Gerrit. Matthias ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4107
-- gerrit commit 0c8d4e9a65ae861c33790d138576f4e2b4a7b9ad Author: Matthias Bock <[email protected]> Date: Wed Apr 19 14:53:05 2017 +0200 added interface config file for In-Circuit's ICprog OpenOCD JTAG adapter Change-Id: I9f9758d3a30bbcca9f750f604e011e5cc25809c5 Signed-off-by: Matthias Bock <[email protected]> diff --git a/tcl/interface/incircuit-icprog.cfg b/tcl/interface/incircuit-icprog.cfg new file mode 100644 index 0000000..c178b9d --- /dev/null +++ b/tcl/interface/incircuit-icprog.cfg @@ -0,0 +1,15 @@ +# +# In-Circuit's ICprog OpenOCD JTAG Adapter +# https://shop.in-circuit.de/product_info.php?products_id=112 +# +# Schematics available at +# http://wiki.in-circuit.de/images/0/06/610000158A_openocd.pdf +# + +interface ftdi +ftdi_vid_pid 0x0403 0x6010 + +ftdi_layout_init 0x0508 0x0f1b +ftdi_layout_signal nSRST -noe 0x0400 -data 0x0800 +ftdi_layout_signal nTRST -noe 0x0100 -data 0x0200 + -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
