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
cce7512ca908ab93b4effa77cb9dd01ac44edc81
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
Mar 10, 2008
Pavel Chromy: hopefully perfection for async output and prompt/partially typed...
· cce7512c
oharboe
authored
17 years ago
cce7512c
Pavel Chromy: the attached patch refines PRESTO support and makes it work with libftdi.
· e378eeec
oharboe
authored
17 years ago
e378eeec
prettier async output
· e7b7025c
oharboe
authored
17 years ago
e7b7025c
· 703dc714
oharboe
authored
17 years ago
703dc714
- the jtag chain is examined and validated after GDB & telnet servers
· e6dac739
oharboe
authored
17 years ago
e6dac739
- Fixed various error handling when looking for memory leaks
· 0424155d
oharboe
authored
17 years ago
0424155d
- LOG_SILENT can be used to silence the log(needed in upcoming patches)
· 0a34980f
oharboe
authored
17 years ago
0a34980f
added stm32.cfg to install list
· ecb227f1
oharboe
authored
17 years ago
ecb227f1
Mar 09, 2008
Michael Bruck: fix warning
· 4486a8f8
oharboe
authored
17 years ago
4486a8f8
- add stm32 target script
· 5808db82
ntfreak
authored
17 years ago
5808db82
Mar 08, 2008
- added more TARGET_HALTED checks for the read/write_memory handlers
· ddd98750
ntfreak
authored
17 years ago
ddd98750
typo.
· 21bc69bc
oharboe
authored
17 years ago
21bc69bc
Mar 07, 2008
· c78b4fe4
oharboe
authored
17 years ago
c78b4fe4
Asynchronous output information from e.g. a halt is now displayed again.
· 29fc9b25
oharboe
authored
17 years ago
29fc9b25
- fix cross endian ELF loading
· a3f35e34
vpalatin
authored
17 years ago
a3f35e34
- The elf loader incorrectly assumed that the program header always follows...
· 984e9f0e
ntfreak
authored
17 years ago
984e9f0e
Michael Bruck: fixed warnings
· d3f3f614
oharboe
authored
17 years ago
d3f3f614
Edgar Grimberg, fix arm926ejs_examine_debug_reason return value.
· 081bc061
oharboe
authored
17 years ago
081bc061
Added some timeout handling to XScale so OpenOCD doesn't get
· 8bc200e1
oharboe
authored
17 years ago
8bc200e1
minor corrections for target scripts.
· c9f1b340
oharboe
authored
17 years ago
c9f1b340
- correct spelling typo in stm32x flash driver
· 189ef12a
ntfreak
authored
17 years ago
189ef12a
Pavel Chromy, the patch fixes an issue with PRESTO & FTD2XX under Linux.
· 6e2acffa
oharboe
authored
17 years ago
6e2acffa
alloc_printf and alloc_vprintf
· d9ac6b1d
oharboe
authored
17 years ago
d9ac6b1d
wi-9c target scripts
· 96261e82
oharboe
authored
17 years ago
96261e82
Removed code that inserted prompt after printing asynchronous information....
· c317ffe2
oharboe
authored
17 years ago
c317ffe2
- added str912/str710_program.script
· e66f9aab
mifi
authored
17 years ago
e66f9aab
removed excessive debug output. Perhaps a debug_level 4 should be introduced?...
· e199d7bd
oharboe
authored
17 years ago
e199d7bd
Cosmetic fixes from Uwe Hermann
· 55b4d9a9
oharboe
authored
17 years ago
55b4d9a9
Mar 06, 2008
Pavel Chromy: va_copy should always be paired with va_end.
· d74d72c7
oharboe
authored
17 years ago
d74d72c7
retired
· ff59d1c4
oharboe
authored
17 years ago
ff59d1c4
use jtag_execute_queue() instead of jtag->execute_queue()
· cc4466df
oharboe
authored
17 years ago
cc4466df
tms is never referenced, confusing old code left behind probably.
· 301f47dd
oharboe
authored
17 years ago
301f47dd
comment.
· 6be6ba71
oharboe
authored
17 years ago
6be6ba71
Pavel Chromy: faster alloc_printf()
· 2070559d
oharboe
authored
17 years ago
2070559d
Pavel Chromy: performance tweak of gdb_put_packet_inner() removing malloc and...
· 652a5b18
oharboe
authored
17 years ago
652a5b18
Michael Bruck:
· 209d7c0e
oharboe
authored
17 years ago
209d7c0e
Michael Bruck: 64 bit va_list fix for crash
· c6c6cd0f
oharboe
authored
17 years ago
c6c6cd0f
make debug code w.r.t. incorrect args for bypass stricter.
· 97de458f
oharboe
authored
17 years ago
97de458f
Mar 05, 2008
warnings & comments fixes.
· 087ccf3b
oharboe
authored
17 years ago
087ccf3b
- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_add_dr_out() codepath
· 01a5d87d
oharboe
authored
17 years ago
01a5d87d
Loading