From 3f74f764c7c7b9e22906d2885666d844768c4351 Mon Sep 17 00:00:00 2001 From: drath Date: Thu, 7 Sep 2006 17:36:34 +0000 Subject: - integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs and possible endianness problems (big endian hosts) - correctly write trailing bytes on str7x flashes - speed up str7x flash writing by offloading the algorithm to the target git-svn-id: svn://svn.berlios.de/openocd/trunk@95 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/str7x.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/flash/str7x.h') diff --git a/src/flash/str7x.h b/src/flash/str7x.h index fe63b5e5..e1d9b2e0 100644 --- a/src/flash/str7x.h +++ b/src/flash/str7x.h @@ -28,6 +28,7 @@ typedef struct str7x_flash_bank_s int bank1; struct target_s *target; u32 flash_base; + working_area_t *write_algorithm; } str7x_flash_bank_t; enum str7x_status_codes -- cgit v1.2.3