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.
5a4525613dbd1b91ddbd9610e13b26eac6794f88
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
21
Jul
20
19
18
17
16
15
14
13
12
11
10
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
restart is a per-target action
Allows config scripts to override handling of 'R'(restart) GDB packet.
jim license cleanup
update jtag_speed/khz docs a bit.
cross compile fix
use reset init explicitly before "load".
Duane Ellis <openocd@duaneellis.com> stm32 peripherals scripts
Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash.
BUG: prefix to timeout for gdb keep alive packets.
- added svn props for newly added files
Duane Ellis <openocd@duaneellis.com> - script commands for stm32
Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A)
Duane Ellis <openocd@duaneellis.com>
openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API consistently.
throw exception upon syntax error.
- updated texi for removed daemon_startup command
clarify error message w.r.t. not being able to set breakpoint
daemon_startup is now retired in favour of adding "init" and "reset halt/init/run" to the end of the config file/openocd command line.
This allows overriding builtin openocd commands.
remove obsolete reset_mode
"reset" without arguments now execute a "reset run".
- remove build warning from keep_alive
- fix incorrectly registered function openocd_array2mem
resume is now asynchronous
keep_alive() fix for reset warnings.
1. GDB will print cryptic error messages if it is not fed keep-alive packets
Duane Ellis <openocd@duaneellis.com> more interface files.
Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.
added missing "reset+load" sequence.
Charles Hardin <ckhardin@gmail.com> move jim into helper
Charles Hardin ckhardin at gmail.com Instead of stashing the context in a global variable, just use the "context"
Collect output from openocd commands into openocd_output local variable
Charles Hardin ckhardin at gmail.com
Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe
- reverted resume_target to old behaviour
Charles Hardin ckhardin at gmail.com bin2char does not need to be installed as part of openocd
Fixes to \ and / handling for OpenOCD
flash_banks now follow OpenOCD scripting API rules
print out jim error message stack trace in expected order(look at any C++ or Java debugger for instance).
Loading