From: OpenOCD-Gerrit <ope...@us...> - 2021-11-20 14:38:13
|
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 d385dfbab44dc669c037b87c2e5b5c52accfcbe3 (commit) from fdaa16506d121f4d4616a2bcafe7dee017d55d81 (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 d385dfbab44dc669c037b87c2e5b5c52accfcbe3 Author: Antonio Borneo <bor...@gm...> Date: Thu Nov 11 23:48:10 2021 +0100 adi_v5_swd: add comment to describe debug flag 'do_sync' Change-Id: I1f7f0eed7a6e3626f5fde841ec7fa1d29906db29 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/6696 Tested-by: jenkins Reviewed-by: Tomas Vanek <va...@fb...> diff --git a/src/target/adi_v5_swd.c b/src/target/adi_v5_swd.c index a21bf25b9..5e4fd2222 100644 --- a/src/target/adi_v5_swd.c +++ b/src/target/adi_v5_swd.c @@ -53,6 +53,7 @@ #include <jtag/swd.h> +/* for debug, set do_sync to true to force synchronous transfers */ static bool do_sync; static void swd_finish_read(struct adiv5_dap *dap) ----------------------------------------------------------------------- Summary of changes: src/target/adi_v5_swd.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Main OpenOCD repository |