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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-04
1
-160
/
+256
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-04
1
-259
/
+259
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-04
1
-8
/
+8
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-04
8
-266
/
+266
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-04
1
-178
/
+217
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-04
1
-74
/
+85
*
use assert() for obscure check on illegal arguments upon trst being asserted ...
oharboe
2009-06-03
1
-6
/
+1
*
remove unused code path.
oharboe
2009-06-03
1
-3
/
+0
*
catchup with jtag refactoring.
oharboe
2009-06-03
2
-14
/
+1
*
Move JTAG command handling implementation into its own source file.
zwelch
2009-06-03
3
-223
/
+260
*
Finish JTAG header file modularization; command factoring follows.
zwelch
2009-06-03
21
-24
/
+12
*
added missing extern to jtag_command_queue definition.
oharboe
2009-06-03
1
-1
/
+1
*
Move JTAG command APIs into new jtag/commands.h header file.
zwelch
2009-06-03
3
-134
/
+164
*
Improve remaining documentation that was causing Doxygen warnings.
zwelch
2009-06-03
3
-5
/
+9
*
Improve in-source documentation that was causing Doxygen warnings.
zwelch
2009-06-03
4
-19
/
+24
*
Add architectural introduction to the JTAG module in The Manual.
zwelch
2009-06-03
2
-16
/
+39
*
Improve logger script to expose warnings and errors in the output.
zwelch
2009-06-03
1
-1
/
+7
*
Improve doxygen markup of PATCHES file, link to new primer.
zwelch
2009-06-03
1
-6
/
+12
*
Add draft of Patching Primer in The Manual; update primer page.
zwelch
2009-06-03
2
-0
/
+222
*
Update TODO file with more content and better style.
zwelch
2009-06-03
1
-129
/
+236
*
Enable or add doxygen comments to the public JTAG API.
zwelch
2009-06-03
1
-152
/
+249
*
Update documentationf or jtag_interface structure members.
zwelch
2009-06-03
1
-15
/
+55
*
Remove vestigal tap_transition type from public jtag API.
zwelch
2009-06-03
1
-9
/
+0
*
Remove interface.h from public JTAG header, include it where required.
zwelch
2009-06-03
20
-17
/
+18
*
Expose tap_state_by_name TAP helper available in public API.
zwelch
2009-06-03
2
-6
/
+6
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-03
1
-74
/
+200
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-03
1
-254
/
+292
*
Move the JTAG cable interface API implementation
zwelch
2009-06-03
4
-440
/
+468
*
Add missed accessor for checking the current TMS table.
zwelch
2009-06-03
2
-1
/
+8
*
Split and simplify handle_tms_sequence_command for further factoring.
zwelch
2009-06-03
2
-11
/
+17
*
Make tap_state_by_name available in new JTAG interface API header.
zwelch
2009-06-03
2
-9
/
+4
*
Add private src/jtag/interface.h for use by JTAG interface drivers:
zwelch
2009-06-02
3
-207
/
+240
*
Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:
zwelch
2009-06-02
4
-11
/
+21
*
Add header file for JTAG minidriver:
zwelch
2009-06-02
6
-102
/
+151
*
- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...
ntfreak
2009-06-02
5
-45
/
+103
*
- hack added to fix a issue with v5/6 jlink
ntfreak
2009-06-02
1
-1
/
+9
*
remove unecessary #ifdef as file is only built when minidriver is enabled.
oharboe
2009-06-02
1
-3
/
+0
*
some trivial minidriver fixes
oharboe
2009-06-02
4
-31
/
+37
*
more missing eCos types
oharboe
2009-06-02
1
-0
/
+14
*
Only include jtag_driver.c in the build when minidriver is not in use.
zwelch
2009-06-02
2
-2
/
+9
[prev]
[next]