This is an automated email from Gerrit. Jonathan Dumaresq (jdumar...@cimeq.qc.ca) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/372
-- gerrit commit 620e57f5826c71e6bb16fc853cdae9a036052023 Author: Jonathan Dumaresq <jdumar...@cimeq.qc.ca> Date: Thu Jan 12 14:17:13 2012 -0500 Add the stm32f0x as a possible flash driver Change-Id: I526ec45c1361c2b67c4ebaf0064de224ef18b9a9 Signed-off-by: Jonathan Dumaresq <jdumar...@cimeq.qc.ca> diff --git a/src/flash/nor/drivers.c b/src/flash/nor/drivers.c index 6b0cc36..d745d2a 100644 --- a/src/flash/nor/drivers.c +++ b/src/flash/nor/drivers.c @@ -32,6 +32,7 @@ extern struct flash_driver str9x_flash; extern struct flash_driver aduc702x_flash; extern struct flash_driver stellaris_flash; extern struct flash_driver str9xpec_flash; +extern struct flash_driver stm32f0x_flash; extern struct flash_driver stm32f1x_flash; extern struct flash_driver stm32f2x_flash; extern struct flash_driver stm32lx_flash; @@ -64,6 +65,7 @@ static struct flash_driver *flash_drivers[] = { &aduc702x_flash, &stellaris_flash, &str9xpec_flash, + &stm32f0x_flash, &stm32f1x_flash, &stm32f2x_flash, &stm32lx_flash, -- ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel