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.
55bdadcbcd836fb85e0bb0ade32458c148996f58
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
Apr
9
8
7
6
5
4
3
2
1
31
Mar
28
26
25
22
21
17
14
13
12
11
10
9
8
7
6
5
4
3
2
1
29
Feb
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
7
6
4
2
27
Jan
25
24
23
22
21
20
17
14
11
10
9
7
29
Dec
21
20
19
18
17
16
14
10
9
5
4
23
Nov
21
26
Oct
22
8
1
10
Sep
5
25
Aug
21
20
17
16
14
13
10
9
31
Jul
26
25
15
28
Jun
24
21
16
15
14
31
May
30
29
10
5
28
Apr
26
25
16
12
11
30
Mar
29
28
26
16
15
20
Feb
3
31
Jan
26
25
22
18
9
22
Nov
7
5
23
Oct
19
12
6
3
28
Sep
12
9
7
4
31
Aug
20
17
14
11
6
1
30
Jul
17
25
Jun
23
16
12
5
2
- remove AC_C_VARARRAYS and set check of autoconf back to 2.59
stop using variable sized arrays. That's something that belongs to C++ and not C.
- added svn props for newly added parport.cfg
- single core context used, removed debug context as thought unnecessary.
- due to previous patch adding AC_C_VARARRAYS, autoconf v2.61 min required
target lib wip
back out Don Porges workaround for some device with manufcaturer # 0x1a2
- add missing svn props
Don Porges fixed c99 issues.
- added "init" command. "init" and "reset" at end of startup script is equivalent
use jtag.c's cur/end_state global variables.
Edwin Olson found bug & tested fix for flash write_image for stellaris.
lm3s6965.cfg contributed by Edwin Olson
added a couple of LOG_ERROR() messages to improve logfile.
Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().
The endstate now reports the endstate of the queue instead of
Spen fixed various issues w.r.t. setting up the sockets for optimal performance.
at91eb40a.elf moved to src/target/ecos
avoid patch trouble by isolating troublesome line...
- added note to docs about gdb 6.8 and memory map support
- the reset mode parameter is now DEPRECATED. It is implemented
- reverted some of the changes that possibly broke arm926ejs. Waiting
added query of reset speed
- added test results
Edgar Grimberg sharpened the str912 target script.
fix flash info - now reports erased state properly
Added timeout(instead of infinite loop) to soft_reset_halt
optional count argument to mwX
Do not assert trst in srst_only case even if srst_pulls_trst.
target_call_timer_callbacks_now() now invokes periodic callbacks immediately
Removed exit()'s. A reset is usually enough to work around these, reducing cycle times
make jtag_add_statemove() internal to the driver.
Edgar Grimberg: added needed delays
TAP_SD/SI are now forbidden end states.
hooks for multithreading. Disable nagle
- rename log functions to stop conflicts under win32 (wingdi)
- gdb server was incorrectly sending null terminator on qXfer:features:read: packet
Loading