summaryrefslogtreecommitdiff
path: root/src/flash/stm32x.h
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-10 15:08:44 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-10 15:08:44 +0000
commit53bbd36c7d5adfe86aef071e2effbbfa804d0054 (patch)
tree4ccab16e7e10e60d4398ea449539e497fb03e40b /src/flash/stm32x.h
parent8f6d142b953da8838bd50357b8fa70d86e839dad (diff)
downloadopenocd+libswd-53bbd36c7d5adfe86aef071e2effbbfa804d0054.tar.gz
openocd+libswd-53bbd36c7d5adfe86aef071e2effbbfa804d0054.tar.bz2
openocd+libswd-53bbd36c7d5adfe86aef071e2effbbfa804d0054.tar.xz
openocd+libswd-53bbd36c7d5adfe86aef071e2effbbfa804d0054.zip
- add autoprobe support to the stm32 flash driver
git-svn-id: svn://svn.berlios.de/openocd/trunk@287 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/stm32x.h')
-rw-r--r--src/flash/stm32x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/stm32x.h b/src/flash/stm32x.h
index b1d70e58..b79e1528 100644
--- a/src/flash/stm32x.h
+++ b/src/flash/stm32x.h
@@ -34,6 +34,7 @@ typedef struct stm32x_flash_bank_s
{
stm32x_options_t option_bytes;
working_area_t *write_algorithm;
+ int probed;
} stm32x_flash_bank_t;
/* stm32x register locations */