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.
625e34918f5681eb754f47973144e2485b543320
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
20
Aug
19
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
lm3s3748 config file
lm3s3748 config file
continue execution even if chain can't be validated. This will, hopefully, give us some more feedback on what's wrong.
sharpen error propagation a wee bit.
- added missing parport configs to texi
Daniel Gimpelevich fix reset halt on feroceon
fix BUG: keep_alive() error messages
duane ellis: fix warning
- added svn props for newly added files
fixed warning
switch to alive_sleep() to avoid gdb timeouts
make target_wait_state() usable from other places, made LOG_USER() output LOG_DEBUG() output. Avoids flooding logs in certain cases and OpenOCD will output error message if the halt fails.
better polling debug_level 3 handling
search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.
DANGER: committed work-in-progress to handle examination of jtag devices without IDCODE. I think this works, but I may have to pull that change out again...
added some alive_sleep()'s
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.
Loading