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
...
*
Out-of-line jtag_tap_next_enabled and simplify its logic.
zwelch
2009-06-11
2
-27
/
+13
*
Move jtag_add_statemove decl/body nearer jtag_add_pathmove.
zwelch
2009-06-11
2
-77
/
+77
*
disable polling continuous polling during reset
oharboe
2009-06-11
1
-0
/
+9
*
- update openocd online doc url's
ntfreak
2009-06-10
1
-2
/
+2
*
- fix texi/pdf issue created in svn r2039
ntfreak
2009-06-10
1
-1
/
+1
*
added pathmove command
oharboe
2009-06-10
1
-0
/
+44
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-10
1
-3
/
+1
*
Move the documentation for the "poll" command up with
zwelch
2009-06-10
2
-20
/
+68
*
Improve use of automake conditionals for FTDI-based JTAG drivers:
zwelch
2009-06-09
2
-12
/
+4
*
Simplify JTAG automake input file:
zwelch
2009-06-09
1
-98
/
+40
*
Rename jtag_driver.c as driver.c to remove duplicate name component.
zwelch
2009-06-09
2
-1
/
+1
*
Add a rule to rebuild libtool if ltmain.sh changes (from libtool docs).
zwelch
2009-06-09
2
-0
/
+4
*
reset to eol native for now. guess-rev.sh was broken by eol native, but it wa...
oharboe
2009-06-09
0
-0
/
+0
*
Fix make maintainer-clean for out-of-tree builds.
zwelch
2009-06-09
11
-22
/
+25
*
Encapsulate the core jtag interface pointer:
zwelch
2009-06-09
3
-26
/
+44
*
dos2unix
oharboe
2009-06-09
1
-1028
/
+1028
*
Continue encapsulation of JTAG event callback sub-API:
zwelch
2009-06-09
2
-9
/
+12
*
Add jtag_event_handler_t:
zwelch
2009-06-09
2
-5
/
+18
*
Expose jtag_unregister_event_callback with related API declarations.
zwelch
2009-06-09
1
-0
/
+1
*
Improve encapsulation of JTAG event handling:
zwelch
2009-06-09
3
-41
/
+38
*
Properly encapsulate core hasKHZ variable.
zwelch
2009-06-09
2
-8
/
+4
*
Cleanup and encapsulate IR Capture verification:
zwelch
2009-06-09
3
-15
/
+21
*
Add missing static keywords to a few variables in JTAG core module.
zwelch
2009-06-09
1
-5
/
+5
*
Move the jtag_error helper routines out of header file:
zwelch
2009-06-09
2
-29
/
+37
*
Encapsulate jtag_reset_config using accessors:
zwelch
2009-06-09
13
-10
/
+37
*
Remove superfluous extern for non-existant global variable.
zwelch
2009-06-09
1
-2
/
+0
*
Add get and set accessors for jtag_speed:
zwelch
2009-06-09
11
-18
/
+39
*
Encapsulate the jtag_event_callback list; add helper functions if needed.
zwelch
2009-06-09
2
-3
/
+1
*
Encapsulate the jtag_trst and jtag_srst variables:
zwelch
2009-06-09
4
-6
/
+17
*
Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.
zwelch
2009-06-09
2
-2
/
+2
*
Remove superfluous extern of jtag_event_strings from jtag.h.
zwelch
2009-06-09
1
-2
/
+0
*
remove native line style
oharboe
2009-06-09
1
-1028
/
+1028
*
removed native line end style - breaks cygwin
oharboe
2009-06-09
0
-0
/
+0
*
Replace 'jtag.c' with 'core.c' in code comments.
zwelch
2009-06-09
2
-2
/
+2
*
Remove accidental duplicate of hasKHz; fixes pre-init speed setup.
zwelch
2009-06-09
2
-3
/
+2
*
Provide brief description of newly factored TCL layer in The Manual.
zwelch
2009-06-09
1
-0
/
+11
*
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
[prev]
[next]