]> git.sur5r.net Git - openocd/commit
target/target.c: adding keep_alive() to while loop.
authorKevin Gillespie <kgills@gmail.com>
Thu, 4 Oct 2018 15:34:29 +0000 (10:34 -0500)
committerTomas Vanek <vanekt@fbl.cz>
Sun, 28 Oct 2018 07:28:08 +0000 (07:28 +0000)
commitfe732bad94231a34f2180ef367271aa413c093ed
treef27cf8cdcfc333edf9e95b65d321dd15d9ddc8b6
parentabd78a0ff8df04cd46a68ff8a716bf1eda215af0
target/target.c: adding keep_alive() to while loop.

Adding the call to keep_alive() to suppress warnings when
running the async flash algorithm. Issue observed when
loading large pieces of code on slower debuggers.

Change-Id: I7660fa05f68ebd7be07b2ca0a55b0f3b6ae718f3
Signed-off-by: Kevin Gillespie <kgills@gmail.com>
Reviewed-on: http://openocd.zylin.com/4686
Tested-by: jenkins
Reviewed-by: Jesse Marroquin
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/target/target.c