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.
06b1bfed107d5d2508a586fc30345b5a137beec2
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
24
May
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
- comment out usb_set_altinterface, because it is not working under Mac OS X.
- updated docs for new stellaris mass_erase command
- added stellaris flash mass_erase command
- update sectors on stm32x mass erase
- swap processing of reset handling. First srst and than trst.
- removed compiler warnings
- corrected copy/paste type and renamed jlink_usb_read_result to jlink_usb_read_emu_result
- removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND, use EMU_CMD_HW_JTAG instead
- jlink jlink_execute_queue returns result
- replaced JLINK_xxxx command defines by EMU_CMD_ from the
- add support for newer high density stm32 parts
jtag_exexcute_queue() now logs error when it is invoked before 'init' command.
- remove error message on shutdown
comment.
moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is broken it should "only" print bogus warnings or not print a warning when it should have.
Edgar Grimberg fixes some memory handling issues and
reverted change in 658 and simply removed the busted warning for now.
Fix crash when mode number fetched from the target is invalid.
print out an error if srst_pulls_trst is not specified for
Michael Fischer found this bogus warning. Fixed.
fix mode output when illegal arm mode is detected. Now prints illegal mode for index -1.
Michael Fischer found and Edgar Grimberg fixed generic crash in timers reproduceable with at91fr40008
updated guidelines.
added stack trace.
- added smoketest result for r657
- added arm-usb-ocd.cfg and signalyzer.cfg to the interface
- added jlink support, based on Jürgen Stuber patch
- restored tabs and formatting
- added patch from uwe hermann, thanks for the hint.
- added/renamed interfaces, remove jtag_speed from the interface part
- corrected rounding in ft2232_khz
- added support for ft2232/jtag_khz
- smoketest for r651
printing available memory fails on win + mac. Disable for now until a robust way of doing this can be found.
Michael Fischer spotted a problem in the reset routines for srst_pulls_trst. It is a bit of a mystery why this was only visible w/LPC2148.
disable code that prints available mem under windows. Does not compile.
print available memory in log_level 3
This matters for embedded devices, but is probably not observably better for PC hosted OpenOCD.
Edgar Grimberg plugged a leak found w/Valgrind.
increase packet size to 16kBytes. Very slightly faster.
Loading