[Pkg-electronics-commits] [openocd] 11/19: lpc1768-stick: avoid driving srst high at startup
Jonathan McDowell
noodles at moszumanska.debian.org
Tue Oct 31 21:15:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
noodles pushed a commit to annotated tag v0.6.1
in repository openocd.
commit 2d0750d708f5c082cc8f12bcf9e889d7169c1033
Author: Spencer Oliver <spen at spen-soft.co.uk>
Date: Tue Oct 2 12:51:48 2012 +0100
lpc1768-stick: avoid driving srst high at startup
this avoid driving nSRST high after startup, by making sure the nOE is
initialized inactive/high.
This also matches the config used for the STM32-PerformanceStick.
Change-Id: I9376de575b7dc834310d57dbd58575d51f60183e
Signed-off-by: Spencer Oliver <spen at spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/889
Tested-by: jenkins
---
tcl/interface/ftdi/hitex_lpc1768stick.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tcl/interface/ftdi/hitex_lpc1768stick.cfg b/tcl/interface/ftdi/hitex_lpc1768stick.cfg
index 4efe8bb..f22d4f7 100644
--- a/tcl/interface/ftdi/hitex_lpc1768stick.cfg
+++ b/tcl/interface/ftdi/hitex_lpc1768stick.cfg
@@ -9,7 +9,7 @@ interface ftdi
ftdi_device_desc "LPC1768-Stick"
ftdi_vid_pid 0x0640 0x0026
-ftdi_layout_init 0x0188 0x038b
+ftdi_layout_init 0x0388 0x038b
ftdi_layout_signal nTRST -data 0x0100
ftdi_layout_signal nSRST -data 0x0080 -noe 0x200
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/openocd.git
More information about the Pkg-electronics-commits
mailing list