From: openocd-gerrit <ope...@us...> - 2024-07-13 22:30:06
|
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 40a6af6eda6e12768ab4341de10f78140f925e25 (commit) from 73b15194eaf0c6d1a52e82d05c3d6771d89c9886 (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 40a6af6eda6e12768ab4341de10f78140f925e25 Author: Marc Schink <de...@za...> Date: Mon Jun 17 16:39:10 2024 +0200 tcl: Replace 'tcl_' prefix with 'tcl' command group Change-Id: Iee1e84a87d07172aa6b0adfb7b85fb465cefb979 Signed-off-by: Marc Schink <de...@za...> Reviewed-on: https://review.openocd.org/c/openocd/+/8345 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/tcl/interface/vdebug.cfg b/tcl/interface/vdebug.cfg index 116ac8a75..9097c33da 100644 --- a/tcl/interface/vdebug.cfg +++ b/tcl/interface/vdebug.cfg @@ -24,7 +24,7 @@ vdebug server $_VDEBUGHOST:$_VDEBUGPORT bindto 0.0.0.0 #gdb port 3333 #telnet_port disabled -tcl_port disabled +tcl port disabled # transaction batching: 0 - no batching, 1 - (default) wr, 2 - rw vdebug batching 1 diff --git a/tcl/target/u8500.cfg b/tcl/target/u8500.cfg index 932ef8c20..b87d2613a 100644 --- a/tcl/target/u8500.cfg +++ b/tcl/target/u8500.cfg @@ -142,7 +142,7 @@ proc enable_apetap {} { } } -tcl_port 5555 +tcl port 5555 telnet_port 4444 gdb port 3333 ----------------------------------------------------------------------- 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 |