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.
55d89826aa3eea4ae4db5044a85d12cc973d5d3a
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
5
Jun
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
20
19
18
15
14
3
2
30
Mar
24
23
20
19
18
17
16
14
12
11
Eliminate MixedCaps symbol from public JTAG TAP API:
Eliminate MixedCaps symbol from public JTAG TAP API:
Eliminate MixedCaps symbol from public JTAG TAP API:
Eliminate MixedCaps symbol from public JTAG TAP API:
Eliminate MixedCaps symbol from public JTAG TAP API:
Add accessors for jtag_verify; use them in jim command handler.
Add accessors for reset delays; use them in jim command handlers.
Add accessors for speed_khz; use them in jim command handler.
Add jtag_get_flush_queue_count accessor to help future factoring.
Clean up the JTAG TAP creation handler:
Clean up the core JTAG TAP APIs:
Change hasKHz to use bool type.
Add missing static keywords in JTAG source file.
unbreak arm11. TAP_INVALID is used to communicate inband that a special state should be used to lower level fn's in ARM11 code.
- add support for different TAR autotincrement sizes as per ARM ADI spec.
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
Introduce jtag_get_end_state() fn to clarify code a bit.
tiny bit of encapsulation of global end state. No longer expose it as a global variable.
do not modify global end state from jtag_add_xxx()
remove unused code.
no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE
no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done for TAP_DRPAUSE
use assert() to catch TAP_INVALID passed to jtag_add_xxx() fn's.
remove TAP_INVALID as argument to jtag_add_xxx() fn's
jtag_add_end_state() now returns the value of the global variable and does not modify the global variable if passed TAP_INVALID. This patch has no effect on the current code and is just to prepare upcoming patches.
JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and some duplicate(harmless) invocations avoided.
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
David Brownell <david-b@pacbell.net>:
use assert() for obscure check on illegal arguments upon trst being asserted while commands are queued
remove unused code path.
catchup with jtag refactoring.
Move JTAG command handling implementation into its own source file.
Finish JTAG header file modularization; command factoring follows.
added missing extern to jtag_command_queue definition.
Move JTAG command APIs into new jtag/commands.h header file.
Improve remaining documentation that was causing Doxygen warnings.
Loading