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:
parent
73b15194ea
commit
40a6af6eda
|
@ -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
|
||||
|
|
|
@ -142,7 +142,7 @@ proc enable_apetap {} {
|
|||
}
|
||||
}
|
||||
|
||||
tcl_port 5555
|
||||
tcl port 5555
|
||||
telnet_port 4444
|
||||
gdb port 3333
|
||||
|
||||
|
|
Loading…
Reference in New Issue