From: OpenOCD-Gerrit <ope...@us...> - 2020-03-12 10:04:42
|
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 44967a9e07ff01a01a96757f302c053553cff35e (commit) from 221fe49879607096acad42c9db9f68f852a2fbe7 (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 44967a9e07ff01a01a96757f302c053553cff35e Author: Antonio Borneo <bor...@gm...> Date: Mon Feb 24 12:26:07 2020 +0100 jtag: report API reset as synchronous The jtag API reset() is synchronous, but this was not highlighted in the description. Change-Id: I76ffb7eec97c8608cfbef0b9268ee18a5f50b221 Signed-off-by: Antonio Borneo <bor...@gm...> Fixes: 8850eb8f2c51 ("swd: get rid of jtag queue to assert/deassert srst") Reviewed-on: http://openocd.zylin.com/5471 Reviewed-by: Andreas Fritiofson <and...@gm...> Tested-by: jenkins diff --git a/src/jtag/interface.h b/src/jtag/interface.h index f4c6a98ba..39d2d9d88 100644 --- a/src/jtag/interface.h +++ b/src/jtag/interface.h @@ -250,6 +250,8 @@ struct adapter_driver { /** * Control (assert/deassert) the signals SRST and TRST on the interface. + * This function is synchronous and should be called after the adapter + * queue has been properly flushed. * This function is optional. * Adapters that don't support resets can either not define this function * or return an error code. ----------------------------------------------------------------------- Summary of changes: src/jtag/interface.h | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- Main OpenOCD repository |