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.
f53b986559a33796510552de71de5d15dc9c9f64
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
16
Apr
15
14
13
11
10
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
- correct stm32stick config script
Update Embedded ICE registers explicitly during target->type->examine() instead
Edgar Grimberg added some missing scripts from the install
fix SEGFAULT regression in cortex after TRST fixes
- sw_bkpts fails if the target is not halted. The side effect is
Added checks for target->type->read/write_memory, soft_reset_halt and run_algorithm that the target has been examined.
target read/write is no longer attempted for target_xxx() functions when the target has not been examined(fails w/error).
- added new and missing target scripts - stm32stick and str730
retired fast_memory_access. It's always fast now.
- split str71x driver into banks
moved out stuff that wasn't already moved from openocd.pdf to the target library.
Added a few tweaks while playing with texi.
TRST is asserted *before* target->type->assert_reset() is invoked. Removed old code.
More robust handling of unknown target state for step/continue packet.
A dummy driver to test codepath w/no contact w/target.
allows launching OpenOCD w/telnet+gdb server w/the
allows launching OpenOCD w/telnet+gdb server w/the
- Set up ICE registers after TRST
found two more gaffes for reset wip
fixed gaffe for default examine implementation
Reset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour.
Reset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour.
Wip - split target setup and target examination
added target->type->examine(). Eventually this will allow for bringing up telnet/gdb *before* jtag chain has been validated + it might fix some reset halt problems seen as examine() needs to run after TRST has been asserted.
Improved XScale performance for embedded hosted OpenOCD
- 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().
Loading