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.
6510be8b8b0ffbe6c3d577625f7485775c69a99a
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
19
Aug
18
17
15
14
13
11
8
7
6
5
4
1
31
Jul
30
29
28
27
26
25
24
23
22
21
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
use alive_sleep() from sleep command
added alive_sleep() function to let GDB alive packets be sent
tinker with Xscale performance, anti-log spamming is now only for debug_level 3 or more. Otherwise polling is done continously for 1 second.
duane ellis: (A) a new concept called "Name Value Pair" or NVP, in simple terms: Think: "String" and "Value". There can be many strings - all related to a single value, for examle: "T", "t", "y", "1", "yes", all can represent "truth", the reverse mapping is more simplistic - the first matching number wins.
tinker with Xscale performance. Poll a bit more before sleeping.
fix comment w.r.t. start address for RAM
fixed error handling in flash bank.
removed a couple of exit()'s from error handling.
added wip imx31.cfg file
Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> one more parport device
Johannes Stezenbach <js@sig21.net> fix warnings
more error propagation
added error handling to avoid false error messages.
openocd.texi is the authoratitive source for documentation. Wiki is dead.
fixed not halted error messages
deleted superfluous sam7s256 which was identical to sam7x256
Richard <news@muppet.plus.com> fixed bug in padding code
removed obsolete command.
feroceon updated w.r.t. latest arm7/9 changes
arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is alerady updated.
typo spotted by spen. gdb_breakpoint_override not tested yet.
documentation wip for upcoming patch.
removed old comment
force lpc2148 target into ARM state.
gdb_breakpoint_override comments
added global gdb breakpoint override configuration command
comments.
Clear all dangling breakpoints upon GDB connection.
fix warning.
return halted signal if step/continue fails
avoid empty lines in log as a keep_alive() sideffect
fix output from jtag_khz when only jtag_speed has been invoked
updated syntax for post_reset scripts
propagate error code in case of "reset" failing.
fix error output a bit: do not repeat output printed during execution in case of error.
fix error message
place event loop inside #ifdef JIM_EMBEDDED.
- fix build issues under win32 (mingw)
Michael Schwingen <rincewind@discworld.dascon.de> - add jedec_probe to doc
default reset in help text - run
Loading