summaryrefslogtreecommitdiff
path: root/src/flash/str7x.h
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-09-07 17:36:34 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-09-07 17:36:34 +0000
commit3f74f764c7c7b9e22906d2885666d844768c4351 (patch)
tree3cac502e962a6ce1755ab12d57ebaa725d673467 /src/flash/str7x.h
parent028f59ede54917d59f8183e6feac43cb0a6f3546 (diff)
downloadopenocd+libswd-3f74f764c7c7b9e22906d2885666d844768c4351.tar.gz
openocd+libswd-3f74f764c7c7b9e22906d2885666d844768c4351.tar.bz2
openocd+libswd-3f74f764c7c7b9e22906d2885666d844768c4351.tar.xz
openocd+libswd-3f74f764c7c7b9e22906d2885666d844768c4351.zip
- 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
Diffstat (limited to 'src/flash/str7x.h')
-rw-r--r--src/flash/str7x.h1
1 files changed, 1 insertions, 0 deletions
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