Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openocd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
openocd
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
10923655d65eb773d0ad9e7b76ff3871bb546628
Select Git revision
Branches
2
dw-cmsisdap-path
max32xxx
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
9
Jun
8
7
5
4
3
2
1
31
May
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Apr
29
28
27
26
25
24
23
22
21
removed native line end style - breaks cygwin
Replace 'jtag.c' with 'core.c' in code comments.
Remove accidental duplicate of hasKHz; fixes pre-init speed setup.
Provide brief description of newly factored TCL layer in The Manual.
Split main jtag.c file into two layers:
Merge documentation for jtag_add_statemove from source into header block.
Move Doxygen documentation for IR/DR scan routines to header file.
- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.
Remove non-existant jtag_tap_by_position API declaration.
Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.
Cleanup jtag_tap_by_abs_position:
Simplify jtag_tap_by_jim_object:
Simplify and fix bug in jtag_tap_by_string:
Allow jtag_tap_add to be called from other JTAG code modules.
Cleanup jtag_tap_count_enabled.
Change jtag_add_pathmove to set jtag_error rather than call exit():
Reduce scope or eliminate temporary variables in jtag_add_statemove:
Move documentation in jtag_add_statemove body to Doxygen block.
Revert changes from r2134 that snuck into the commit. Mea culpa.
David Brownell <david-b@pacbell.net>:
Fix eol-style on guess-rev.sh
update zy1000 to latest minidriver work
Zach Welch wrote a fix for configure problems under Cygwin.
Add documentation for new interface_list command to user guide.
Factor interface list to its own command:
Cleanup and simplify handle_interface_command:
Simplify jtag_add_sleep:
Simplify jtag_add_reset:
Simplify jtag_add_clocks:
Simplify jtag_add_runtest:
Simplify jtag_add_pathmove:
Simplify jtag_add_tlr:
Simplify jtag_add_plain_dr_scan:
Simplify jtag_add_dr_scan:
Simplify jtag_add_plain_ir_scan:
Simplify jtag_add_ir_scan_noverify:
Simplify jtag_execute_queue:
Simplify jtag_execute_queue_noclear:
Cleanup handle_runtest_command:
Clean up handle_jtag_reset_command:
Loading