diff options
author | Daniel Anselmi <danselmi@gmx.ch> | 2024-01-01 16:05:07 +0100 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2024-03-16 14:44:31 +0000 |
commit | a88db9b1211ea71b5795b91d11d94fb0f37cc905 (patch) | |
tree | c802465d7f236682b8c9cad199186eee6663698a /doc | |
parent | 7a77355a3ea574dc5b7fc0a6ea8be413589ef847 (diff) | |
download | riscv-openocd-a88db9b1211ea71b5795b91d11d94fb0f37cc905.zip riscv-openocd-a88db9b1211ea71b5795b91d11d94fb0f37cc905.tar.gz riscv-openocd-a88db9b1211ea71b5795b91d11d94fb0f37cc905.tar.bz2 |
ipdbg: configurable queue size used between JTAG-Host and JTAG-Hub
Change-Id: I7941de02a968ccab730bfebd3483b8c3b84d7e53
Signed-off-by: Daniel Anselmi <danselmi@gmx.ch>
Reviewed-on: https://review.openocd.org/c/openocd/+/7980
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 651cc53..6b71fe8 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -12198,6 +12198,20 @@ xc7.ipdbghub ipdbg start -port 5555 -tool 0 Starts a server listening on tcp-port 5555 which connects to tool 0 (data_up_0/data_down_0). The TAP and ir value used to reach the JTAG Hub is given by the pld driver. +@deffn {Command} {$hub_name queuing} @option{-size @var{size}} +Configure the queuing between IPDBG JTAG-Host and Hub. +The maximum possible queue size is 1024 which is also the default. + +@itemize @bullet +@item @option{-size @var{size}} max number of transfers in the queue. +@end itemize +@end deffn + +@example +bitbang.ibdbghub queuing -size 32 +@end example +Send a maximum of 32 transfers to the queue before executing them. + @node Utility Commands @chapter Utility Commands |