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.
5376bfd21c300d8d12a8e8d216264b4ea1c455a7
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
18
May
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
26
23
21
20
19
17
16
15
14
13
9
8
7
5
4
3
2
1
28
Dec
27
24
23
22
19
17
16
15
14
13
12
11
10
8
6
5
4
3
2
1
30
Nov
28
27
26
21
20
19
18
17
14
13
12
11
10
9
7
6
5
use tap_get_tms_path_len() instead of fix # of 7.
removed solved mem2array problem.
updated w/jtag_add_end_state() note.
Update The List with recent progress; remove developer list from TODO.
Enable non-7-cycle state table for FT2232 and JLink
JLink support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com>
FT2232 support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com>
Fix fallout from r1818
Change last_comand_pointer to last_command_pointer by Michael Bruck <mbruck@digenius.de>
Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [8/8]
Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [7/8]
Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [6/8]
Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [5/8]
Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [4/8]
Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [3/8]
Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [2/8]
Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de>
ftdi_set_interface correctness by Strontium <strntydog@gmail.com>
PATCHES updates from David Brownell <david-b@pacbell.net>
JTAG state table updates (short table still disabled). Provided by Dick Hollenbeck <dick@softplc.com>
Remove unecessary(and poptentially harmful?) "" around arguments
less weird error messages for unknown commands. Check if command exists before trying it.
Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data in arm7_9_execute_fast_sys_speed. Not reported. There is a chance that this bug hid a deeper problem since it only partially disabled the check(mask & value were equal).
- add missing svn props from svn 1798 commit
Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with generic arm code; added comments and whitespace fixes
Relocate documentation on working area to better align with use of new syntax. Provided by David Brownell <david-b@pacbell.net>
Fix logically inverted comment
Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net>
ETM/ETB documentation from David Brownell <david-b@pacbell.net>
Whitespace cleanup from David Brownell <david-b@pacbell.net>
fix array2mem/mem2array when used as a "method" on a target.
Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to document its semantics
fix naming of at91sam7 driver
Freddie Chopin <freddie_chopin@op.pl> move files about to where they belong
Initialize a more variables in jim.c to allow gcc-4.4 to build.
Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.
fix -fno-common/Mac build problems.
Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EMBEDDED in a single .c file. Still broken w/-fno-common(i.e. Mac OS).
revert to 1775. 1790 causes SEGFAULT w/Cygwin.
Update Doxyfile to build The List into the doxygen manual.
Loading