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.
9d1f95e01a4d273bd0e82a98719a4ea5ff435647
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
4
May
3
2
1
30
Apr
29
28
27
26
25
24
23
22
21
20
19
18
15
14
3
2
30
Mar
24
23
20
19
18
17
16
14
12
11
9
8
7
5
4
3
2
1
26
Feb
24
23
22
19
18
17
13
12
10
9
3
28
Jan
26
23
21
20
19
17
16
15
14
13
9
8
7
5
4
3
2
1
28
Dec
27
24
23
22
19
17
16
15
14
13
12
11
10
8
6
5
4
3
2
1
30
Nov
28
27
26
21
20
19
18
17
14
13
12
11
10
9
7
6
5
4
3
2
31
Oct
30
28
27
24
23
22
21
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
1
29
Sep
27
26
25
24
22
21
20
12
8
5
4
1
28
Aug
27
26
25
24
23
22
20
19
18
17
15
14
13
11
8
7
6
5
Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsigned comparison by casting the local unsigned variable as (long long).
Fix environ declaration for non-glibc systems
fix embedded builds
Backed out change to solve Mac OS compilation problems.
Fix compilation when HAVE_UNISTD_H is not defined.
Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixes
Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixes
Fix build when enabling presto+ftd2xx driver only.
Add configure check for usb.h; required by a USB drivers.
Update autotools scripts to require automake 1.6. The configure.in script
Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never have been in main.c in the first place. DLL will now build.
Zach Welch <zw@superlucidity.net> fix warnings
Remove superflous spaces from new JTAG table to fix formatting.
Add static keywords to main application helper functions.
Dick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSION to use config.h
Uwe Hermann <uwe@hermann-uwe.de>: Support both rev -A1 and -A2 of Hitex STR9-comStick.
Uwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look like other targets
zy1000 1.51
list board's as well as target config files.
lpc2478 target config
Add static keywords to core target source file data and functions.
Print out warning when LPC calc_checksum will cause verification to fail.
Fix signed/unsigned comparison.
no change
flash fillX now has a verify stage
use jtag_rclk 500 to avoid proliferation of target scripts
Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h.
Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl.
Clear FLASH_SR error flags after flash errors to avoid reset befor further flash operations.
Add udev rules for USB ICEbear interface.
More error logging for DAP errors
- add missing svn props from svn 1565 commit
comments and debug code
Sten <debian@sansys-electronic.com>: add support for Olimex LPC2378STK eval board.
Sten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based interface.
Fix jlink usb_bulk_with_retries to return actual error codes.
Remove vestigial last_tms variable from jlink driver.
Add -Wredundant-decls to prevent unwanted duplicate declarations.
Fix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>).
Remove redundant declarations to allow building with -Wredundant-decls.
Loading