From: OpenOCD-Gerrit <ope...@us...> - 2021-07-10 14:28:31
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 554878b9d3f3d5edc640c27a99c607567933b646 (commit) from f723e94f525d2de53047ce88d576c0ec72d95e21 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 554878b9d3f3d5edc640c27a99c607567933b646 Author: Patrick Stewart <pa...@rf...> Date: Thu Jul 6 17:32:31 2017 +0100 tcl/interface/ftdi: Fix Digilent JTAG-SMT2 config Drive the output enable for TMS and TDI Change-Id: Ib23afd2f5149d4ce402d88781e68dcf0f074f395 Signed-off-by: Patrick Stewart <pa...@gm...> Reviewed-on: http://openocd.zylin.com/4179 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> Reviewed-by: Paul Fertser <fer...@gm...> diff --git a/tcl/interface/ftdi/digilent_jtag_smt2.cfg b/tcl/interface/ftdi/digilent_jtag_smt2.cfg index 493ed6af5..55f278bdc 100644 --- a/tcl/interface/ftdi/digilent_jtag_smt2.cfg +++ b/tcl/interface/ftdi/digilent_jtag_smt2.cfg @@ -10,7 +10,7 @@ adapter driver ftdi ftdi_vid_pid 0x0403 0x6014 -ftdi_layout_init 0x2088 0x3f8b +ftdi_layout_init 0x20e8 0x3feb ftdi_layout_signal nSRST -data 0x2000 ftdi_layout_signal GPIO2 -data 0x2000 ftdi_layout_signal GPIO1 -data 0x0200 ----------------------------------------------------------------------- Summary of changes: tcl/interface/ftdi/digilent_jtag_smt2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |