|
From: OpenOCD-Gerrit <ope...@us...> - 2022-09-23 21:21:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via cde944fd8b9cd5eb67617aa3b68dc13eb49b1d10 (commit)
via eb3d5c1a945fb09a76d9d4cb20aba903fc6e53c2 (commit)
from bb8d37ddf12a2ad76ede129b63522bfa2940d34e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cde944fd8b9cd5eb67617aa3b68dc13eb49b1d10
Author: Antonio Borneo <bor...@gm...>
Date: Mon Sep 19 10:31:30 2022 +0200
jtag/adapter: fix doxygen warning
Doxygen complains about:
adapter.h:120: warning: Unsupported xml/html tag <signal_name> found
Move the text in double quote to remove the warning.
Change-Id: Ia4ead5caa83c84e10ee2b2359048c282892170b0
Signed-off-by: Antonio Borneo <bor...@gm...>
Fixes: 82fd4005427b ("jtag/adapter: Add command 'adapter gpio'")
Reviewed-on: https://review.openocd.org/c/openocd/+/7202
Tested-by: jenkins
diff --git a/src/jtag/adapter.h b/src/jtag/adapter.h
index 625a0b269..682fc10ae 100644
--- a/src/jtag/adapter.h
+++ b/src/jtag/adapter.h
@@ -117,7 +117,7 @@ const char *adapter_get_required_serial(void);
const char *adapter_gpio_get_name(enum adapter_gpio_config_index idx);
/**
- * Retrieves gpio configuration set with command 'adapter gpio <signal_name>'
+ * Retrieves gpio configuration set with command "adapter gpio <signal_name>"
*/
const struct adapter_gpio_config *adapter_gpio_get_config(void);
commit eb3d5c1a945fb09a76d9d4cb20aba903fc6e53c2
Author: Antonio Borneo <bor...@gm...>
Date: Mon Sep 19 10:29:20 2022 +0200
doc: fix copyright dates
The copyright date for OpenOCD project has never been updated.
Add the range till current year.
Change-Id: I42c7e3b2bf2e3a486bf836d063460dfa7b40d24d
Signed-off-by: Antonio Borneo <bor...@gm...>
Reviewed-on: https://review.openocd.org/c/openocd/+/7201
Tested-by: jenkins
diff --git a/doc/openocd.texi b/doc/openocd.texi
index fc86429d1..2a8626b80 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -19,7 +19,7 @@ dated @value{UPDATED},
of the Open On-Chip Debugger (OpenOCD).
@itemize @bullet
-@item Copyright @copyright{} 2008 The OpenOCD Project
+@item Copyright @copyright{} 2008-2022 The OpenOCD Project
@item Copyright @copyright{} 2007-2008 Spencer Oliver @email{spen@@spen-soft.co.uk}
@item Copyright @copyright{} 2008-2010 Oyvind Harboe @email{oyvind.harboe@@zylin.com}
@item Copyright @copyright{} 2008 Duane Ellis @email{openocd@@duaneellis.com}
-----------------------------------------------------------------------
Summary of changes:
doc/openocd.texi | 2 +-
src/jtag/adapter.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|