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
2952c426dd40a4e8001592ad59f6cd6e3cad7000
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
May 24, 2008
- comment out usb_set_altinterface, because it is not working under Mac OS X.
· 2952c426
mifi
authored
16 years ago
2952c426
- updated docs for new stellaris mass_erase command
· 39dd91ed
ntfreak
authored
16 years ago
39dd91ed
- added stellaris flash mass_erase command
· 0cd5c07a
ntfreak
authored
16 years ago
0cd5c07a
- update sectors on stm32x mass erase
· 7f19b91c
ntfreak
authored
16 years ago
7f19b91c
- swap processing of reset handling. First srst and than trst.
· 8b916771
mifi
authored
16 years ago
8b916771
- removed compiler warnings
· 20937dd3
ntfreak
authored
16 years ago
20937dd3
- corrected copy/paste type and renamed jlink_usb_read_result to jlink_usb_read_emu_result
· b7dc652f
mifi
authored
16 years ago
b7dc652f
- removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND, use EMU_CMD_HW_JTAG instead
· 575e3379
mifi
authored
16 years ago
575e3379
- jlink jlink_execute_queue returns result
· f1e317e5
ntfreak
authored
16 years ago
f1e317e5
- replaced JLINK_xxxx command defines by EMU_CMD_ from the
· 20911200
mifi
authored
16 years ago
20911200
May 23, 2008
- add support for newer high density stm32 parts
· 155c3d76
ntfreak
authored
16 years ago
155c3d76
May 22, 2008
jtag_exexcute_queue() now logs error when it is invoked before 'init' command.
· e6f42eae
oharboe
authored
16 years ago
e6f42eae
May 21, 2008
- remove error message on shutdown
· 36426161
ntfreak
authored
16 years ago
36426161
comment.
· c3b96046
oharboe
authored
16 years ago
c3b96046
moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is...
· d8de4b9b
oharboe
authored
16 years ago
d8de4b9b
May 20, 2008
Edgar Grimberg fixes some memory handling issues and
· 0485363c
oharboe
authored
16 years ago
0485363c
May 19, 2008
reverted change in 658 and simply removed the busted warning for now.
· 0989c374
oharboe
authored
16 years ago
0989c374
Fix crash when mode number fetched from the target is invalid.
· 05d14385
oharboe
authored
16 years ago
05d14385
print out an error if srst_pulls_trst is not specified for
· a76c3433
oharboe
authored
16 years ago
a76c3433
Michael Fischer found this bogus warning. Fixed.
· b723e78d
oharboe
authored
16 years ago
b723e78d
fix mode output when illegal arm mode is detected. Now prints illegal mode for index -1.
· 454b0a65
oharboe
authored
16 years ago
454b0a65
Michael Fischer found and Edgar Grimberg fixed generic crash in timers...
· 55224472
oharboe
authored
16 years ago
55224472
updated guidelines.
· e2ebed86
oharboe
authored
16 years ago
e2ebed86
added stack trace.
· d487a11b
oharboe
authored
16 years ago
d487a11b
May 16, 2008
- added smoketest result for r657
· 96ca4401
mifi
authored
16 years ago
96ca4401
- added arm-usb-ocd.cfg and signalyzer.cfg to the interface
· 4e05fd67
mifi
authored
16 years ago
4e05fd67
May 14, 2008
- added jlink support, based on Jürgen Stuber patch
· 548bb19a
ntfreak
authored
16 years ago
548bb19a
May 12, 2008
- restored tabs and formatting
· f1e72cf0
ntfreak
authored
16 years ago
f1e72cf0
May 11, 2008
- added patch from uwe hermann, thanks for the hint.
· 342d77e8
mifi
authored
16 years ago
342d77e8
May 10, 2008
- added/renamed interfaces, remove jtag_speed from the interface part
· a394aed0
mifi
authored
16 years ago
a394aed0
- corrected rounding in ft2232_khz
· 2c75fdf0
mifi
authored
16 years ago
2c75fdf0
- added support for ft2232/jtag_khz
· e2e874aa
mifi
authored
16 years ago
e2e874aa
- smoketest for r651
· fcf674ce
mifi
authored
16 years ago
fcf674ce
May 09, 2008
printing available memory fails on win + mac. Disable for now until a robust...
· 36c8c0a0
oharboe
authored
16 years ago
36c8c0a0
Michael Fischer spotted a problem in the reset routines for srst_pulls_trst....
· 52377759
oharboe
authored
16 years ago
52377759
May 08, 2008
disable code that prints available mem under windows. Does not compile.
· fd66b702
oharboe
authored
16 years ago
fd66b702
May 07, 2008
print available memory in log_level 3
· adf08b49
oharboe
authored
16 years ago
adf08b49
This matters for embedded devices, but is probably not observably better for PC hosted OpenOCD.
· ee793f0f
oharboe
authored
16 years ago
ee793f0f
Edgar Grimberg plugged a leak found w/Valgrind.
· a197e759
oharboe
authored
16 years ago
a197e759
increase packet size to 16kBytes. Very slightly faster.
· 2b9dbccf
oharboe
authored
16 years ago
2b9dbccf
Loading