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
...
*
Split main jtag.c file into two layers:
zwelch
2009-06-09
3
-1221
/
+1279
*
Merge documentation for jtag_add_statemove from source into header block.
zwelch
2009-06-09
2
-32
/
+25
*
Move Doxygen documentation for IR/DR scan routines to header file.
zwelch
2009-06-09
2
-27
/
+28
*
- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.
zwelch
2009-06-09
3
-4
/
+4
*
Remove non-existant jtag_tap_by_position API declaration.
zwelch
2009-06-09
1
-1
/
+0
*
Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.
zwelch
2009-06-09
2
-5
/
+5
*
Cleanup jtag_tap_by_abs_position:
zwelch
2009-06-09
1
-9
/
+4
*
Simplify jtag_tap_by_jim_object:
zwelch
2009-06-09
1
-13
/
+6
*
Simplify and fix bug in jtag_tap_by_string:
zwelch
2009-06-09
1
-22
/
+15
*
Allow jtag_tap_add to be called from other JTAG code modules.
zwelch
2009-06-09
1
-1
/
+1
*
Cleanup jtag_tap_count_enabled.
zwelch
2009-06-09
1
-8
/
+5
*
Change jtag_add_pathmove to set jtag_error rather than call exit():
zwelch
2009-06-09
2
-3
/
+14
*
Reduce scope or eliminate temporary variables in jtag_add_statemove:
zwelch
2009-06-09
1
-18
/
+8
*
Move documentation in jtag_add_statemove body to Doxygen block.
zwelch
2009-06-09
1
-27
/
+23
*
Revert changes from r2134 that snuck into the commit. Mea culpa.
zwelch
2009-06-09
1
-45
/
+21
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-09
2
-21
/
+163
*
Fix eol-style on guess-rev.sh
kc8apf
2009-06-08
0
-0
/
+0
*
update zy1000 to latest minidriver work
oharboe
2009-06-08
4
-7
/
+217
*
Zach Welch wrote a fix for configure problems under Cygwin.
oharboe
2009-06-08
1
-13
/
+13
*
Add documentation for new interface_list command to user guide.
zwelch
2009-06-08
1
-0
/
+5
*
Factor interface list to its own command:
zwelch
2009-06-08
1
-3
/
+21
*
Cleanup and simplify handle_interface_command:
zwelch
2009-06-08
1
-38
/
+23
*
Simplify jtag_add_sleep:
zwelch
2009-06-08
1
-5
/
+3
*
Simplify jtag_add_reset:
zwelch
2009-06-08
1
-6
/
+5
*
Simplify jtag_add_clocks:
zwelch
2009-06-08
1
-12
/
+7
*
Simplify jtag_add_runtest:
zwelch
2009-06-08
1
-7
/
+1
*
Simplify jtag_add_pathmove:
zwelch
2009-06-08
1
-7
/
+4
*
Simplify jtag_add_tlr:
zwelch
2009-06-08
1
-6
/
+1
*
Simplify jtag_add_plain_dr_scan:
zwelch
2009-06-08
1
-12
/
+8
*
Simplify jtag_add_dr_scan:
zwelch
2009-06-08
1
-13
/
+9
*
Simplify jtag_add_plain_ir_scan:
zwelch
2009-06-08
1
-6
/
+5
*
Simplify jtag_add_ir_scan_noverify:
zwelch
2009-06-08
1
-6
/
+4
*
Simplify jtag_execute_queue:
zwelch
2009-06-08
2
-5
/
+11
*
Simplify jtag_execute_queue_noclear:
zwelch
2009-06-08
1
-10
/
+1
*
Cleanup handle_runtest_command:
zwelch
2009-06-08
1
-5
/
+3
*
Clean up handle_jtag_reset_command:
zwelch
2009-06-08
1
-11
/
+5
*
Extend handle_jtag_n{s,t}rst_delay_command routines:
zwelch
2009-06-08
1
-10
/
+8
*
Add accessors to retrieve values of jtag_n{s,t}rst_delay variables.
zwelch
2009-06-08
2
-2
/
+14
*
Update JTAG reset delay command handlers:
zwelch
2009-06-08
1
-18
/
+12
*
Cleanup the handle_jtag_khz_command routine:
zwelch
2009-06-08
1
-17
/
+15
*
Simplify logic in handle_jtag_speed_command.
zwelch
2009-06-08
1
-9
/
+4
*
David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor...
oharboe
2009-06-08
1
-1
/
+1
*
David Brownell <david-b@pacbell.net>
oharboe
2009-06-08
2
-11
/
+31
*
Adjust whitespace in configure script: use two spaces for indent.
zwelch
2009-06-08
1
-257
/
+258
*
Reorder configure script macros:
zwelch
2009-06-08
1
-22
/
+27
*
Rework parallel port configure script option handling:
zwelch
2009-06-08
1
-22
/
+39
*
Move minidummy source file, as was supposed to happen in last commit.
zwelch
2009-06-08
2
-1
/
+1
*
Finish off the dummy minidriver integration:
zwelch
2009-06-08
3
-24
/
+62
*
Fix reference warning in JTAG primer, add another external reference.
zwelch
2009-06-07
1
-1
/
+7
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-07
2
-8
/
+42
[prev]
[next]