This is an automated email from Gerrit. Uwe Bonnes ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2554
-- gerrit commit b093620b0542b35be3248c9e905a87577c6c51e4 Author: Uwe Bonnes <[email protected]> Date: Mon Feb 23 18:14:45 2015 +0100 stm32f3x.cfg: Remove duplicate item. Change-Id: I812c36688add73fab2e74fc112c733c5d3c201a6 Signed-off-by: Uwe Bonnes <[email protected]> diff --git a/tcl/target/stm32f3x.cfg b/tcl/target/stm32f3x.cfg index 318d96c..45ef625 100644 --- a/tcl/target/stm32f3x.cfg +++ b/tcl/target/stm32f3x.cfg @@ -56,8 +56,6 @@ if { [info exists BSTAPID] } { set _BSTAPID1 0x06422041 # STM Document RM0313 rev 3 for STM32F37x set _BSTAPID2 0x06432041 - # STM Document RM0313 rev 3 for STM32F37x Chip Revision 1.0 - set _BSTAPID3 0x06422041 # STM Document RM364 rev 1 for STM32F334 set _BSTAPID4 0x06438041 # STM Document RM316 rev 5 for STM32F303 6/8 size @@ -70,7 +68,7 @@ if { [info exists BSTAPID] } { if {[using_jtag]} { swj_newdap $_CHIPNAME bs -irlen 5 -expected-id $_BSTAPID1 \ - -expected-id $_BSTAPID2 -expected-id $_BSTAPID3 -expected-id $_BSTAPID4 \ + -expected-id $_BSTAPID2 -expected-id $_BSTAPID4 \ -expected-id $_BSTAPID5 -expected-id $_BSTAPID6 } -- ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
