From 0750a7c085b0fb8b195b210a6835c93ea88a19f3 Mon Sep 17 00:00:00 2001 From: Tarek BOCHKATI Date: Mon, 16 Dec 2019 16:05:17 +0100 Subject: target/arm_cti: add new 'ack' and 'channel' commands these commands have been introduced to ease the manipulation of CTI trough script files, these commands are: - $cti_name ack $event : to acknowledge a CTI event - $cti_name channel $channel_number $operation: to perform an operation on a specific channel, the possible operations are: gate, ungate, set, clear and pulse Change-Id: I35463867a3c85072f3776c3aeb1e5788953ec435 Signed-off-by: Tarek BOCHKATI Reviewed-on: http://openocd.zylin.com/5315 Reviewed-by: Tomas Vanek Tested-by: jenkins --- doc/openocd.texi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/openocd.texi b/doc/openocd.texi index de7fe0a..349998b 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -8436,6 +8436,15 @@ Write @var{value} to the CTI register with the symbolic name @var{reg_name}. Print the value read from the CTI register with the symbolic name @var{reg_name}. @end deffn +@deffn Command {$cti_name ack} @var{event} +Acknowledge a CTI @var{event}. +@end deffn + +@deffn Command {$cti_name channel} @var{channel_number} @var{operation} +Perform a specific channel operation, the possible operations are: +gate, ungate, set, clear and pulse +@end deffn + @deffn Command {$cti_name testmode} @option{on|off} Enable (@option{on}) or disable (@option{off}) the integration test mode of the CTI. -- cgit v1.1