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.
e5e561157c6bdff3aef792dc3a2fca9694a4b702
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
7
May
6
5
4
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
added template for removing in_handler
Fix most pointer cast alignment warnings in arm11.c; fix u16 memory reads..
Fix pointer cast alignment warnings in arm_adi_v5.c
Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their last word handling.
Fix pointer cast alignment warning in XScale miniIC loader parity calc.
Fix pointer cast alignment warnings in target/image.c.
Change reg_s value field from u8 * to void *; it must always be cast.
Fix pointer cast alignment issues in svf.c
Add configure script check to enable C99 build option.
Fix pointer cast alignment warnings in jim.c.
Added (BUILD_JLINK==1) condition to us new tables with JLink
Dick Hollenbeck <dick@softplc.com> comments & 7 clock TMS reset for good measure
Dick Hollenbeck <dick@softplc.com> part deux of previous changes just committed.
Small changes that might improve stability.
transition more directly to the end state + reuse more of the state move code/paths
Dick Hollenbeck <dick@softplc.com> simplifies XSTATE handling, and protects against illegal state
log noise reduction
Fix enviorn configure test failure message (thanks to Anders Montonen).
remove unecessary setting of deprecated fields to NULL
Add autoconf check to determine where environ should be declared.
add warnings about not using in_handler
retire out_mask - not used anywhere
mark usage of in_handler that can be converted into user code
made warning about keep_alive() not being invoked more helpful
remove extra newline before prompt
Gabor Juhos juhosg at openwrt.org MIPS: fix a shift value in the MIPS32_R_INST macro
Oleksandr Tymoshenko <gonzo@bluezbox.com> "resume" command fix for EJTAG
Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 file
Mariano Alvira <mar@devl.org> fixes warnings
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.
Loading