From: openocd-gerrit <ope...@us...> - 2024-08-02 16:06:54
|
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 5b3d503e2e62d98ef107813af82bd573bda41239 (commit) from 4cab20b599885885cdcba850af6b57310e695412 (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 5b3d503e2e62d98ef107813af82bd573bda41239 Author: Marc Schink <de...@za...> Date: Wed Jul 24 20:56:38 2024 +0200 doc: Add 'jlink targetpower' command Change-Id: I7e6c9e75f3c70675a3ea55fd5f0d7de1a35f2c4b Signed-off-by: Marc Schink <de...@za...> Reviewed-on: https://review.openocd.org/c/openocd/+/8418 Reviewed-by: Antonio Borneo <bor...@gm...> Tested-by: jenkins diff --git a/doc/openocd.texi b/doc/openocd.texi index a8a1892db..fa0ffc731 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2958,6 +2958,11 @@ Display free device internal memory. Set the JTAG command version to be used. Without argument, show the actual JTAG command version. @end deffn +@deffn {Command} {jlink targetpower} [@option{0}|@option{1}|@option{on}|@option{off}] +Switch the 5@ V target power supply on or off. +Without argument, show the state of the target power supply. +The target power supply is usually connected to pin 19 of the 20-pin connector. +@end deffn @deffn {Command} {jlink config} Display the device configuration. @end deffn ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- Main OpenOCD repository |