On Thu, Apr 23, 2009 at 05:48:42PM +0200, Uwe Hermann wrote: > Since r1516 it's no longer necessary to override STM32 BSTAPIDs > apparently, so drop them.
Forgot the patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Index: src/target/board/stm32f10x_128k_eval.cfg =================================================================== --- src/target/board/stm32f10x_128k_eval.cfg (Revision 1516) +++ src/target/board/stm32f10x_128k_eval.cfg (Arbeitskopie) @@ -1,6 +1,4 @@ # This is an STM32 eval board with a single STM32F103VBT6 chip on it. -# My test board has a "Rev1" tap id. -set BSTAPID 0x16410041 source [find target/stm32.cfg] Index: src/target/board/olimex_stm32_h103.cfg =================================================================== --- src/target/board/olimex_stm32_h103.cfg (Revision 1516) +++ src/target/board/olimex_stm32_h103.cfg (Arbeitskopie) @@ -4,7 +4,5 @@ # http://olimex.com/dev/stm32-h103.html # -set BSTAPID 0x16410041 - source [find target/stm32.cfg]
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
