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.
ed294121ef3cf086cf582b635688eaa3caa487a7
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
10
Jun
9
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
added pathmove command
David Brownell <david-b@pacbell.net>:
Move the documentation for the "poll" command up with
Improve use of automake conditionals for FTDI-based JTAG drivers:
Simplify JTAG automake input file:
Rename jtag_driver.c as driver.c to remove duplicate name component.
Add a rule to rebuild libtool if ltmain.sh changes (from libtool docs).
reset to eol native for now. guess-rev.sh was broken by eol native, but it was a red herring that these two files were affected.
Fix make maintainer-clean for out-of-tree builds.
Encapsulate the core jtag interface pointer:
dos2unix
Continue encapsulation of JTAG event callback sub-API:
Add jtag_event_handler_t:
Expose jtag_unregister_event_callback with related API declarations.
Improve encapsulation of JTAG event handling:
Properly encapsulate core hasKHZ variable.
Cleanup and encapsulate IR Capture verification:
Add missing static keywords to a few variables in JTAG core module.
Move the jtag_error helper routines out of header file:
Encapsulate jtag_reset_config using accessors:
Remove superfluous extern for non-existant global variable.
Add get and set accessors for jtag_speed:
Encapsulate the jtag_event_callback list; add helper functions if needed.
Encapsulate the jtag_trst and jtag_srst variables:
Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.
Remove superfluous extern of jtag_event_strings from jtag.h.
remove native line style
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:
Loading