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.
788cad7244ce92a1d60ffd594b2f3174c20c7074
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
11
Jun
10
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
Factor target_timer_callbacks_check_time into pieces:
Simplify and clean handle_virt2phys_command:
Simplify and fix target handle_rwp_command routine:
Simplify and fix handle_reset_command:
Simplify handle_resume_command:
Simplify and fix handle_step_command:
Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).
Improve grouping of JTAG KHz and verification accessors in header file.
Group JTAG reset configuration and accessor APIs together in header file.
Move jtag_error helper declarations to the end of the header.
Out-of-line jtag_tap_next_enabled and simplify its logic.
Move jtag_add_statemove decl/body nearer jtag_add_pathmove.
disable polling continuous polling during reset
- update openocd online doc url's
- fix texi/pdf issue created in svn r2039
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.
Loading