This is an automated email from Gerrit.

Alamy Liu ([email protected]) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/3248

-- gerrit

commit b00b6d280096aa414acfd2aeeb73f32998bed1ee
Author: Alamy Liu <[email protected]>
Date:   Mon Aug 10 13:08:12 2015 -0700

    jtag/interface.c: Use TAP (4 spaces) instead of SPACE
    
    Change-Id: I20b623ef583d85272c11ca00fc472cbedc88049b
    Signed-off-by: Alamy Liu <[email protected]>

diff --git a/src/jtag/interface.c b/src/jtag/interface.c
index 19a0b05..625437e 100644
--- a/src/jtag/interface.c
+++ b/src/jtag/interface.c
@@ -188,12 +188,12 @@ static const struct tms_sequences short_tms_seqs[6][6] = 
{ /* [from_state_ndx][t
 
 /* to state: */
 /*     RESET           IDLE                    DRSHIFT                 DRPAUSE 
                IRSHIFT                 IRPAUSE */ /* from state: */
-{B8(1111111, 7), B8(0000000, 7), B8(0010111, 7), B8(0001010, 7), B8(0011011, 
7), B8(0010110, 7)}, /* RESET */
-{B8(1111111, 7), B8(0000000, 7), B8(001, 3),    B8(0101, 4),    B8(0011, 4),   
 B8(01011, 5)}, /* IDLE */
-{B8(1111111, 7), B8(011, 3),    B8(00111, 5),   B8(01, 2),              
B8(001111, 6),  B8(0101111, 7)}, /* DRSHIFT */
-{B8(1111111, 7), B8(011, 3),    B8(01, 2),              B8(0, 1),              
 B8(001111, 6),  B8(0101111, 7)}, /* DRPAUSE */
-{B8(1111111, 7), B8(011, 3),    B8(00111, 5),   B8(010111, 6),  B8(001111, 6), 
 B8(01, 2)}, /* IRSHIFT */
-{B8(1111111, 7), B8(011, 3),    B8(00111, 5),   B8(010111, 6),  B8(01, 2),     
         B8(0, 1)} /* IRPAUSE */
+{B8(1111111, 7),B8(0000000, 7),        B8(0010111, 7), B8(0001010, 7), 
B8(0011011, 7), B8(0010110, 7)},/* RESET */
+{B8(1111111, 7),B8(0000000, 7),        B8(001, 3),             B8(0101, 4),    
B8(0011, 4),    B8(01011, 5)},  /* IDLE */
+{B8(1111111, 7),B8(011, 3),            B8(00111, 5),   B8(01, 2),              
B8(001111, 6),  B8(0101111, 7)},/* DRSHIFT */
+{B8(1111111, 7),B8(011, 3),            B8(01, 2),              B8(0, 1),       
        B8(001111, 6),  B8(0101111, 7)},/* DRPAUSE */
+{B8(1111111, 7),B8(011, 3),            B8(00111, 5),   B8(010111, 6),  
B8(001111, 6),  B8(01, 2)},             /* IRSHIFT */
+{B8(1111111, 7),B8(011, 3),            B8(00111, 5),   B8(010111, 6),  B8(01, 
2),              B8(0, 1)}               /* IRPAUSE */
 };
 
 typedef const struct tms_sequences tms_table[6][6];

-- 

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to