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
Commits
1ad9179f3ae492dceb12d7a6a8ffe6e863731f48
Select Git revision
Branches
2
dw-cmsisdap-path
max32xxx
default
protected
2 results
openocd
Author
Search by author
Any Author
authors
9R
9R
Administrator
root
Andreas Schildbach
pink
Daniel Hoffend
griffon
Definitely Not A Robot
Doloo1ai
Dirk Jäckel
biafra
G
G
Hauke Mehrtens
hauke
Jan Morawek
RFguy
Julian
hdsjulian
Lila Fisch
lilafisch
Martin Ling
martinling
Mateusz Zalega
msgctl
Michael Huebler
mh
Ole Dreessen
ole
Phileas
pl
Philip Brechler
plaetzchen
Renze
renze
Sabine Wolf
Bine
Sec 42
sec
20 authors
Apr 22, 2008
wip on reporting bugs.
· 1ad9179f
oharboe
authored
17 years ago
1ad9179f
deleted obsolete stuff.
· 45d94f6a
oharboe
authored
17 years ago
45d94f6a
Apr 21, 2008
- added stm32 stick and luminary eval boards interface configs
· 41d07098
ntfreak
authored
17 years ago
41d07098
- set lpc288x[ch] svn file props
· 435c4b6a
ntfreak
authored
17 years ago
435c4b6a
Apr 20, 2008
- set erase flag on sector
· ce8ed0e6
ntfreak
authored
17 years ago
ce8ed0e6
Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work...
· ae750567
oharboe
authored
17 years ago
ae750567
- update docs for flash write_image command
· 6cf3f38a
ntfreak
authored
17 years ago
6cf3f38a
Apr 19, 2008
- flash.c change stricmp to strcmp
· fddbc0c1
ntfreak
authored
17 years ago
fddbc0c1
- added test results for r592
· a7d76a44
mifi
authored
17 years ago
a7d76a44
retired auto_erase, added optional erase arg to flash write_image.
· fbad9477
oharboe
authored
17 years ago
fbad9477
Apr 18, 2008
- Flash auto-erase is disabled by default
· da742a2d
drath
authored
17 years ago
da742a2d
Enabled auto erase, gdb memory map and gdb flash programming by default.
· fcf3b943
oharboe
authored
17 years ago
fcf3b943
Nicolas Pitre fixed regression.
· 4b19617f
oharboe
authored
17 years ago
4b19617f
Apr 17, 2008
Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically,...
· dd5bc1f8
oharboe
authored
17 years ago
dd5bc1f8
Apr 16, 2008
fix for gaffe in 555 that stopped JTAG chain examine + validate from running.
· a13764b5
oharboe
authored
17 years ago
a13764b5
- added testing binaries
· 78489fb2
mifi
authored
17 years ago
78489fb2
- correct stm32stick config script
· 598042fc
ntfreak
authored
17 years ago
598042fc
Update Embedded ICE registers explicitly during target->type->examine() instead
· c333611f
oharboe
authored
17 years ago
c333611f
Edgar Grimberg added some missing scripts from the install
· c9dfba18
oharboe
authored
17 years ago
c9dfba18
fix SEGFAULT regression in cortex after TRST fixes
· 3aa95240
oharboe
authored
17 years ago
3aa95240
Apr 15, 2008
- sw_bkpts fails if the target is not halted. The side effect is
· 5295bb31
oharboe
authored
17 years ago
5295bb31
Added checks for target->type->read/write_memory, soft_reset_halt and...
· e18e23e1
oharboe
authored
17 years ago
e18e23e1
target read/write is no longer attempted for target_xxx() functions when the...
· 5aa93a5e
oharboe
authored
17 years ago
5aa93a5e
Apr 14, 2008
- added new and missing target scripts - stm32stick and str730
· 9bd01168
ntfreak
authored
17 years ago
9bd01168
retired fast_memory_access. It's always fast now.
· 6a775dff
oharboe
authored
17 years ago
6a775dff
- split str71x driver into banks
· 80d20326
ntfreak
authored
17 years ago
80d20326
moved out stuff that wasn't already moved from openocd.pdf to the target library.
· 53c41935
oharboe
authored
17 years ago
53c41935
Added a few tweaks while playing with texi.
· f2047d47
oharboe
authored
17 years ago
f2047d47
TRST is asserted *before* target->type->assert_reset() is invoked. Removed old code.
· 61ab13f8
oharboe
authored
17 years ago
61ab13f8
Apr 13, 2008
More robust handling of unknown target state for step/continue packet.
· f62ba355
oharboe
authored
17 years ago
f62ba355
A dummy driver to test codepath w/no contact w/target.
· 7280d4a2
oharboe
authored
17 years ago
7280d4a2
allows launching OpenOCD w/telnet+gdb server w/the
· 23837f5a
oharboe
authored
17 years ago
23837f5a
allows launching OpenOCD w/telnet+gdb server w/the
· 7de51cee
oharboe
authored
17 years ago
7de51cee
- Set up ICE registers after TRST
· d9f50cb7
oharboe
authored
17 years ago
d9f50cb7
Apr 11, 2008
found two more gaffes for reset wip
· fdd5582f
oharboe
authored
17 years ago
fdd5582f
fixed gaffe for default examine implementation
· d300ecfc
oharboe
authored
17 years ago
d300ecfc
Reset wip. Just adding hooks. This is just to reduce the size of the actual...
· c688c1cf
oharboe
authored
17 years ago
c688c1cf
Reset wip. Just adding hooks. This is just to reduce the size of the actual...
· c4a2fdbc
oharboe
authored
17 years ago
c4a2fdbc
Wip - split target setup and target examination
· 0d7d64b5
oharboe
authored
17 years ago
0d7d64b5
added target->type->examine(). Eventually this will allow for bringing up...
· 7805be1b
oharboe
authored
17 years ago
7805be1b
Loading