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.
26526a80ea45894aa9041e19f52dcc3ad6dedebc
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
3
Jun
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
20
19
18
15
14
3
2
30
Mar
24
23
20
19
18
17
16
14
12
11
9
8
7
5
4
3
2
1
26
Feb
24
23
22
19
18
17
13
12
10
9
3
28
Jan
Add draft of Patching Primer in The Manual; update primer page.
Update TODO file with more content and better style.
Enable or add doxygen comments to the public JTAG API.
Update documentationf or jtag_interface structure members.
Remove vestigal tap_transition type from public jtag API.
Remove interface.h from public JTAG header, include it where required.
Expose tap_state_by_name TAP helper available in public API.
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
Move the JTAG cable interface API implementation
Add missed accessor for checking the current TMS table.
Split and simplify handle_tms_sequence_command for further factoring.
Make tap_state_by_name available in new JTAG interface API header.
Add private src/jtag/interface.h for use by JTAG interface drivers:
Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:
Add header file for JTAG minidriver:
- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp_common_t *swjdp instead of arm_jtag_t *jtag_info
- hack added to fix a issue with v5/6 jlink
remove unecessary #ifdef as file is only built when minidriver is enabled.
some trivial minidriver fixes
more missing eCos types
Only include jtag_driver.c in the build when minidriver is not in use.
Move interface_jtag_add_scan_check_alloc implementations to their
Add high-speed device support in FT2232 driver:
Remove unused code, TAP_INVALID is never passed to drivers.
Continue clean-up of JTAG driver interface:
More JTAG interface driver cleanup:
More JTAG interface driver cleanup:
More JTAG interface driver cleanup:
Clean up jtag command queue handling:
Encapsulate JTAG command interfaces for moving to jtag_interface.h.
Remove the useless invalidstruct from jtag.h.
Start clean-up of JTAG driver interface:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
Encapsulate JTAG Cable API and interface structure, plan for new header file.
Encapsulate JTAG minidriver functions, plan for new header file.
Remove unused in_handler_t type definition from jtag.h
Loading