index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
minidriver build test driver "minidriver"
oharboe
2009-06-07
4
-19
/
+264
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
2
-4
/
+4
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-4
/
+2
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-35
/
+43
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-11
/
+15
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-2
/
+7
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-24
/
+28
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-25
/
+20
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-14
/
+23
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-17
/
+18
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-22
/
+21
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-31
/
+35
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-36
/
+36
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-4
/
+3
*
Factoring of jtag_examine_chain for maintainability:
zwelch
2009-06-07
1
-3
/
+4
*
Clean up handle_endstate_command():
zwelch
2009-06-07
1
-13
/
+10
*
remove hacks no longer required to build OpenOCD w/eCos
oharboe
2009-06-05
1
-0
/
+8
*
remove unused include file: strings.h
oharboe
2009-06-05
1
-1
/
+0
*
remove unused include file: inttypes.h
oharboe
2009-06-05
4
-10
/
+0
*
remove unused include file: inttypes.h
oharboe
2009-06-05
1
-2
/
+0
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
4
-17
/
+17
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
3
-6
/
+6
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
2
-5
/
+5
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
3
-7
/
+7
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
6
-8
/
+8
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
3
-4
/
+4
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
1
-1
/
+1
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
2
-7
/
+7
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
1
-4
/
+4
*
Add accessors for jtag_verify; use them in jim command handler.
zwelch
2009-06-05
2
-12
/
+22
*
Add accessors for reset delays; use them in jim command handlers.
zwelch
2009-06-05
2
-2
/
+15
*
Add accessors for speed_khz; use them in jim command handler.
zwelch
2009-06-05
2
-12
/
+21
*
Add jtag_get_flush_queue_count accessor to help future factoring.
zwelch
2009-06-04
2
-1
/
+9
*
Clean up the JTAG TAP creation handler:
zwelch
2009-06-04
1
-41
/
+45
*
Clean up the core JTAG TAP APIs:
zwelch
2009-06-04
2
-32
/
+34
*
Change hasKHz to use bool type.
zwelch
2009-06-04
1
-3
/
+3
*
Add missing static keywords in JTAG source file.
zwelch
2009-06-04
1
-4
/
+5
*
unbreak arm11. TAP_INVALID is used to communicate inband that a special state...
oharboe
2009-06-04
1
-1
/
+1
*
- add support for different TAR autotincrement sizes as per ARM ADI spec.
ntfreak
2009-06-04
3
-12
/
+34
*
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
2009-06-04
24
-96
/
+96
*
Introduce jtag_get_end_state() fn to clarify code a bit.
oharboe
2009-06-04
20
-73
/
+85
*
tiny bit of encapsulation of global end state. No longer expose it as a globa...
oharboe
2009-06-04
2
-3
/
+1
*
do not modify global end state from jtag_add_xxx()
oharboe
2009-06-04
2
-17
/
+13
*
remove unused code.
oharboe
2009-06-04
1
-5
/
+0
*
no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE
oharboe
2009-06-04
5
-12
/
+12
*
no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...
oharboe
2009-06-04
7
-25
/
+25
*
use assert() to catch TAP_INVALID passed to jtag_add_xxx() fn's.
oharboe
2009-06-04
1
-4
/
+6
*
remove TAP_INVALID as argument to jtag_add_xxx() fn's
oharboe
2009-06-04
18
-71
/
+71
*
jtag_add_end_state() now returns the value of the global variable and does no...
oharboe
2009-06-04
2
-4
/
+16
*
JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and...
oharboe
2009-06-04
2
-8
/
+17
[prev]
[next]