doc: document 'cmsis-dap cmd' command
Change-Id: I90b7f020ee2bf078fdf22e3d21423f333ae061ac Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: https://review.openocd.org/c/openocd/+/6732 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
bbe8b0df17
commit
6179d9f848
|
@ -2447,6 +2447,16 @@ interface string or for user class interface.
|
||||||
@deffn {Command} {cmsis-dap info}
|
@deffn {Command} {cmsis-dap info}
|
||||||
Display various device information, like hardware version, firmware version, current bus status.
|
Display various device information, like hardware version, firmware version, current bus status.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
@deffn {Command} {cmsis-dap cmd} number number ...
|
||||||
|
Execute an arbitrary CMSIS-DAP command. Use for adapter testing or for handling
|
||||||
|
of an adapter vendor specific command from a Tcl script.
|
||||||
|
|
||||||
|
Take given numbers as bytes, assemble a CMSIS-DAP protocol command packet
|
||||||
|
from them and send it to the adapter. The first 4 bytes of the adapter response
|
||||||
|
are logged.
|
||||||
|
See @url{https://arm-software.github.io/CMSIS_5/DAP/html/group__DAP__Commands__gr.html}
|
||||||
|
@end deffn
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Interface Driver} {dummy}
|
@deffn {Interface Driver} {dummy}
|
||||||
|
|
Loading…
Reference in New Issue