This is an automated email from Gerrit.

Rémi PRUD'HOMME ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/2314

-- gerrit

commit db27e227346af08d429210d0a245d5b969c687bc
Author: Rémi PRUD'HOMME <[email protected]>
Date:   Tue Sep 23 10:11:26 2014 +0200

    topic : remove trailling space char
    
    remove trailling space char
    
    Change-Id: Ib292c5cef56c5f3d88999ccada56399093184f30
    Signed-off-by: Rémi PRUD'HOMME <[email protected]>

diff --git a/tcl/target/stm32l0.cfg b/tcl/target/stm32l0.cfg
index 78ffce4..366e5ac 100755
--- a/tcl/target/stm32l0.cfg
+++ b/tcl/target/stm32l0.cfg
@@ -44,7 +44,7 @@ if { [info exists CPUTAPID] } {
 swj_newdap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 
$_CPUTAPID
 
 if { [info exists BSTAPID] } {
-   # FIXME this never gets used to override defaults...
+   # FIXME this never gets used to override defaults...77
    set _BSTAPID $BSTAPID
 } else {
   # See STM Document RM0038
@@ -74,13 +74,13 @@ if {![using_hla]} {
 proc stm32l_enable_HSI {} {
        # Enable HSI as clock source
        echo "STM32L: Enabling HSI"
-       
+
        # Set HSION in RCC_CR
        mww 0x40023800 0x00000101
-       
+
        # Set HSI as SYSCLK
        mww 0x40023808 0x00000001
-       
+
        # Increase JTAG speed
        adapter_khz 2000
 }

-- 

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to