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.
ef30f22fd3355f668b23905f50bab4671f803ab1
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
21
Oct
20
19
18
17
16
14
13
12
11
10
9
8
7
8
7
6
5
2
1
30
Sep
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
4
3
2
1
31
Aug
30
28
27
26
25
24
21
20
19
18
16
13
7
6
31
Jul
27
26
24
23
22
21
20
19
17
16
15
14
13
12
11
10
8
7
6
4
3
2
1
30
Jun
29
28
27
26
25
24
23
22
21
20
19
18
17
add support for target_read/write_phys_memory callbacks.
Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to support phys flag to specify bypassing of MMU.
Merge branch 'master' of ssh://gowinex@openocd.git.sourceforge.net/gitroot/openocd/openocd into HEAD
Retire obsolete and superfluous implementations of virt2phys in each target. This is done in a polymorphic implementation in target.c
Retire obsolete and superfluous implementations of virt2phys in each target. This is done in a polymorphic implementation in target.c
First cut at implementing software breakpoints for mmu read only memory
Defined target_write_memory() to be able to handle implementing breakpoints for read only ram(e.g. MMU write protected.
eCos synthetic target updates.
XSVF: use svf_add_statemove()
Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP client/server scheme.
Added the faux flash driver and target. Used for testing.
Added 'unlock' option to flash write_image
More svn to git version string fixes.
SVF: better spec conformance for STATE switch
davinci: add watchdog reset method
jtag_add_statemove() always uses TLR to get to RESET
SVF/XSVF: comment and whitespace fixes
Improve Makefile rules for XScale debug handler; fixes 'make distcheck'.
MinGW: always use "-D__USE_MINGW_ANSI_STDIO"
MinGW: use WinSock2
Doc: jtag_init must validate scan chain too
fix single step of bx instruction going into Thumb mode
Ignore openocd.exe for "git status"
corrective fix for MinGW GNU C99 printf compliance
Sync with official Jim Tcl repository.
Switch from svn to git version string handling.
SDRAM and clock configuration for the SAM9-L9260 board from Olimex
safer conversion to HANDLER on MinGW-W64
Ignore two more generated files
More MinGW C99 printf compliance
jim-eventloop for MinGW-w64
build tweak for bin2char
xscale: better fix for debug_handler.bin
another portability update
portability updates
doc updates to match "help" better
Fw: [PATCH] OpenRD board configuration
S29WS-N CFI query fix is to try 0x555 if 0x55 fails.
Work in progress on arm11 reset. Assert srst.
iMX target config script's ported from Freescale BSP.
Loading