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.
087ccf3b6e1fb75f574b8b388fc51b86312518f6
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
Jul
9
8
7
6
5
4
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
very slight cleanup of flash banks handling.
improve error messages a little bit.
- adding missing install entry for luminary-libftdi.cfg
"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_throw prefix is no longer required when executing OpenOCD commands from tcl.
- added luminary libftdi interface config
- only check normal resume, not debug resume
added flash_banks low level command.
- target_resume is now synchronous with 5sec timeout
tcl regression fixes.
* src/jim.c: remove bogus return value from if {[expr]} {xx} when
- removed target_process_events as only used in handle_resume_command and events will be called anyway by poll
- fix pre_resume script not being called
- apply correct formatting to openocd.c
reset event is synonym for post_reset event.
more tcl cleanup.
Duane Ellis <openocd@duaneellis.com>: This simple patch adds precision support to JIM's format command.
- command_run_line will only search once for the command, and execute if found
added pre/postlude fn's for when OpenOCD is sleeping.
fix syntax error.
Charles Hardin <ckhardin@gmail.com> Tcl server documentation.
- fix duplicate log entry
- fix typo in memory.tcl
- fixed build issues with win32
moving Tcl stuff around slightly.
fix a few compilation problems.
Charles Hardin <ckhardin@gmail.com> - Tcl Server
Oopss. Forgot to list Duane Ellis <openocd@duaneellis.com> as the author of changes in 755.
src/helper/configuration.h
- added search for libdl
- added svn props for newly added files
- added event scripts for str73x and str75x targets
- added jtag_khz to target scripts
- fixed line endings with commands.tcl
tcl tinkering.
fix to peek command.
added echo command in tcl. Issues a LOG_USER() for the single argument.
typo
tcl config script example
added support for Tcl config scripts on the command line(use .tcl extension).
utility fn.
Loading