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.
82eda37fe39e6c101212a0918efb0d209b6000af
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
4
Jul
2
28
Jun
27
25
24
18
16
11
10
6
5
4
3
29
May
28
27
26
25
24
23
22
21
20
19
16
14
12
11
10
9
8
7
6
3
2
1
30
Apr
29
28
26
25
24
23
22
21
20
19
18
17
16
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
tcl config script example
added support for Tcl config scripts on the command line(use .tcl extension).
utility fn.
ARM11 update. OpenOCD supports starting without being able to talk to the hardware.
Valentin Longchamp target script for mx31.cfg
Jim Tcl support added
- allocate target_type_t structure for each target, fixes issue when multiple targets of the same type are located on the jtag chain
wip.
wip
- update docs for new target_script events
- added svn props for newly added files
hooks to enable experimentation with scripting language support. Reduces patch size, but has no effect on OpenOCD otherwise.
export find_file function
David Anders more target lib scripts contributed by
committing to reduce patch size for Tcl experiments. Not in use currently.
David Anders: fixes an issue with large block nand flash address where the beginning of the OOB area is always selected instead of the beginning of a page when needed
Fixed bogus error message and plugged memory leak for the case when there was no reset script.
- fix reset_halt issue with certain arm cores - address not set in embedded ice reg
added pre/post_reset scripts based on Pieter Conradie's ideas.
- fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_ is defined
Pavel Chromy:
Pavel Chromy:
Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_trst, as in all other drivers
Spen spotted a bug in warning for missing srst_pulls_trst
- added missing install entries for eir-sam7se512 target
- added target and event script for the eir-sam7se512 target
fallback for no implementation of multi word CFI write. Successful codepath not affected.
GDB timeout fix. If a script takes a long time and does not produce any output, ping between every command.
- removed duplicate cortex_m3_register_commands
- probe incorrect for high density stm32 flash
- error message cleanup in jlink driver
- stm32 erase will use mass_erase if all banks selected
Nicolas Pitre: Feroceon fixes
- erase bank using bank erase rather than each sector
Pavel Chromy: TCK returns to zero before state of reset line is changed.
Pavel Chromy: fix logging syntax error + formatting & removing obsolete comments.
- fix jlink accessing incorrect buffer element
- luminary, stm32 and str7 flash driver error cleanup
- str9 driver remove the duplicate target_free_working_area and reformat spaces to tabs.
Fredrik Hederstierna: fix leak + clean up return codes
Loading