|
From: openocd-gerrit <ope...@us...> - 2024-10-05 15:43:59
|
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 8750beeb44fb532612ea70dfdd1e794320810a0c (commit)
from 00ee9b09d9112a09e9780ace560bd8b353661658 (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 8750beeb44fb532612ea70dfdd1e794320810a0c
Author: Antonio Borneo <bor...@gm...>
Date: Sat Sep 21 11:11:36 2024 +0200
tcl: update to new syntax of telnet command
Commit ad216136180e ("server/telnet: Restructure commands")
modifies the syntax.
sed -i 's/telnet_port/telnet port/'
Change-Id: If1ad34a1ec54824dbc124acd36a894862276a34f
Signed-off-by: Antonio Borneo <bor...@gm...>
Reviewed-on: https://review.openocd.org/c/openocd/+/8502
Reviewed-by: zapb <de...@za...>
Tested-by: jenkins
diff --git a/tcl/interface/vdebug.cfg b/tcl/interface/vdebug.cfg
index 9097c33da..63a595506 100644
--- a/tcl/interface/vdebug.cfg
+++ b/tcl/interface/vdebug.cfg
@@ -23,7 +23,7 @@ vdebug server $_VDEBUGHOST:$_VDEBUGPORT
# example config listen on all interfaces, disable tcl/telnet server
bindto 0.0.0.0
#gdb port 3333
-#telnet_port disabled
+#telnet port disabled
tcl port disabled
# transaction batching: 0 - no batching, 1 - (default) wr, 2 - rw
diff --git a/tcl/target/u8500.cfg b/tcl/target/u8500.cfg
index b87d2613a..1fdc11fe3 100644
--- a/tcl/target/u8500.cfg
+++ b/tcl/target/u8500.cfg
@@ -143,7 +143,7 @@ proc enable_apetap {} {
}
tcl port 5555
-telnet_port 4444
+telnet port 4444
gdb port 3333
if { [info exists CHIPNAME] } {
-----------------------------------------------------------------------
Summary of changes:
tcl/interface/vdebug.cfg | 2 +-
tcl/target/u8500.cfg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|