From c882cb089477050eb46f5f9fba90ff52179acd71 Mon Sep 17 00:00:00 2001 From: mifi Date: Sun, 27 Jan 2008 14:05:59 +0000 Subject: - added autoprobe functionality - corrected blocksize handling from GDB "info mem" command (thanks to Øyvind and Spen for these patches) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.berlios.de/openocd/trunk@278 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/stm32x.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/flash/stm32x.c') diff --git a/src/flash/stm32x.c b/src/flash/stm32x.c index acbe116a..e87e0cce 100644 --- a/src/flash/stm32x.c +++ b/src/flash/stm32x.c @@ -60,6 +60,7 @@ flash_driver_t stm32x_flash = .protect = stm32x_protect, .write = stm32x_write, .probe = stm32x_probe, + .auto_probe = stm32x_probe, .erase_check = stm32x_erase_check, .protect_check = stm32x_protect_check, .info = stm32x_info -- cgit v1.2.3