From: Øyvind H. <go...@us...> - 2010-06-08 10:49:45
|
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 14c112e992c405442a751342bb6bca4adb0ae90a (commit) from 31bbb3cf0c9cffb98dbda1a357356bbf519a456f (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 14c112e992c405442a751342bb6bca4adb0ae90a Author: Ãyvind Harboe <oyv...@zy...> Date: Wed May 5 16:18:50 2010 +0200 cfi: fix GDB keep alive bug Long running CFI writes could cause GDB timeout. Signed-off-by: Ãyvind Harboe <oyv...@zy...> diff --git a/src/flash/nor/cfi.c b/src/flash/nor/cfi.c index 8c1aaca..f0ab332 100644 --- a/src/flash/nor/cfi.c +++ b/src/flash/nor/cfi.c @@ -1232,6 +1232,8 @@ static int cfi_intel_write_block(struct flash_bank *bank, uint8_t *buffer, uint3 buffer += thisrun_count; address += thisrun_count; count -= thisrun_count; + + keep_alive(); } /* free up resources */ ----------------------------------------------------------------------- Summary of changes: src/flash/nor/cfi.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |