This is an automated email from Gerrit. Salvador Arroyo ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/626
-- gerrit commit ae00dade67cb4cf239087e9a8ef325d4ae856ce1 Author: Salvador <[email protected]> Date: Wed May 9 18:51:51 2012 +0200 Speed up Pic32mx erase_check Use the default function for erase check. Fixes that prevent the use of mips32_blank_check_memory() has been already merged. Expected speed up near 5x. Change-Id: Ia38f5c9b9756c460eafe8c47db97dc3f700d1f1e Signed-off-by: Salvador <[email protected]> diff --git a/src/flash/nor/pic32mx.c b/src/flash/nor/pic32mx.c index 248e061..861a472 100644 --- a/src/flash/nor/pic32mx.c +++ b/src/flash/nor/pic32mx.c @@ -887,7 +887,7 @@ struct flash_driver pic32mx_flash = { .read = default_flash_read, .probe = pic32mx_probe, .auto_probe = pic32mx_auto_probe, - .erase_check = default_flash_mem_blank_check, + .erase_check = default_flash_blank_check, .protect_check = pic32mx_protect_check, .info = pic32mx_info, }; -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
