- add autoprobe support to the stm32 flash driver

git-svn-id: svn://svn.berlios.de/openocd/trunk@287 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-02-10 15:08:44 +00:00
parent 8f6d142b95
commit 53bbd36c7d
3 changed files with 40 additions and 46 deletions

View File

@@ -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 */