tcl: Replace 'tcl_' prefix with 'tcl' command group

Change-Id: Iee1e84a87d07172aa6b0adfb7b85fb465cefb979
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8345
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Marc Schink 2024-06-17 16:39:10 +02:00 committed by Antonio Borneo
parent 73b15194ea
commit 40a6af6eda
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -142,7 +142,7 @@ proc enable_apetap {} {
}
}
tcl_port 5555
tcl port 5555
telnet_port 4444
gdb port 3333