index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bugfix: stack corruption loading IHex images
Franck HÉRÉSON
2009-10-28
2
-1
/
+22
*
Add script to test the release process.
Zachary T Welch
2009-10-27
1
-0
/
+121
*
Rewrite release script to use GIT.
Zachary T Welch
2009-10-27
2
-512
/
+210
*
Factor version munging capabilities out of release.sh.
Zachary T Welch
2009-10-27
1
-0
/
+137
*
Factor release version functions into new script.
Zachary T Welch
2009-10-27
1
-0
/
+60
*
Add git2cl from repo.or.cz as a submodule in tools/git2cl.
Zachary T Welch
2009-10-27
2
-0
/
+3
*
Improve .gitignore rules.
Zachary T Welch
2009-10-27
1
-1
/
+5
*
ARM: fix single-step of Thumb unconditional branch
Nicolas Pitre
2009-10-27
1
-2
/
+2
*
ARM: fix target address when disassembling Thumb BLX
Nicolas Pitre
2009-10-27
1
-0
/
+1
*
Signalyzer: H2 and H4 support
Oleg Seiljus
2009-10-27
2
-1
/
+810
*
Signalyzer: new config files
Oleg Seiljus
2009-10-27
3
-0
/
+33
*
ARM: fix Thumb mode handling when single-stepping register based branch insns
Nicolas Pitre
2009-10-26
1
-22
/
+33
*
ARM: allow proper single stepping of Thumb BL and BLX instructions
Nicolas Pitre
2009-10-26
1
-0
/
+12
*
ARM: call thumb_pass_branch_condition() only for actual branch opcodes
Nicolas Pitre
2009-10-26
1
-8
/
+6
*
ft2232: less noise with _DEBUG_JTAG_IO_
David Brownell
2009-10-26
1
-1
/
+0
*
JTAG: "jtag newtap ..." cleanup
David Brownell
2009-10-26
1
-7
/
+2
*
PXA255: force reset config
David Brownell
2009-10-26
1
-0
/
+4
*
omap3530: target reset/init improvements
David Brownell
2009-10-26
1
-15
/
+25
*
ARM ADIv5: "dap info" gets more readable
David Brownell
2009-10-26
1
-33
/
+268
*
Fix incorrect line endings
Spencer Oliver
2009-10-26
30
-27885
/
+27885
*
Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/...
David Brownell
2009-10-26
1
-0
/
+5
|
\
|
*
Idea for adding watchpoint masks.
Øyvind Harboe
2009-10-26
1
-0
/
+5
*
|
balloon3 board base config
Wookey
2009-10-26
1
-0
/
+13
*
|
SVF: fix parsing hex strings containing leading '0' characters
Michael Roth
2009-10-26
1
-0
/
+4
|
/
*
JTAG: simple autoprobing
David Brownell
2009-10-26
2
-14
/
+109
*
minor fixes to TODO list
David Brownell
2009-10-25
1
-5
/
+5
*
fix syntax of mww phys.
Øyvind Harboe
2009-10-25
5
-44
/
+44
*
check if mmu is enabled before using mmu code path
Øyvind Harboe
2009-10-25
1
-1
/
+1
*
ARM: rename "arm9tdmi vector_catch" to "arm9 ..."
David Brownell
2009-10-25
4
-17
/
+11
*
JTAG: jtag_tap_init() bugfixes
David Brownell
2009-10-25
1
-9
/
+18
*
xscale: always reload handler after reset
David Brownell
2009-10-25
2
-19
/
+11
*
vector_catch and watchpoint TODO items.
Øyvind Harboe
2009-10-24
1
-0
/
+6
*
arm9tdmi vector_catch: reserved means "don't use"
David Brownell
2009-10-23
3
-4
/
+5
*
Improve help for arm9 vector_catch.
Øyvind Harboe
2009-10-23
1
-1
/
+3
*
Remove debug output that could cause compile warnings.
Øyvind Harboe
2009-10-23
1
-2
/
+0
*
mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...
Øyvind Harboe
2009-10-23
6
-12
/
+241
*
Embedded ICE version is now dumped with debug_level 1
Øyvind Harboe
2009-10-23
1
-2
/
+2
*
jtag: clean up TAP state name handling
David Brownell
2009-10-23
3
-68
/
+63
*
SVF: clean up, mostly for TAP state name handling
David Brownell
2009-10-23
5
-80
/
+68
*
Ferocion: fix corruption of r0 when resuming Thumb mode
Nicolas Pitre
2009-10-22
1
-2
/
+1
*
have "reg" command print cache names too
David Brownell
2009-10-22
1
-0
/
+2
*
ETM: rename registers, doc tweaks
David Brownell
2009-10-22
3
-50
/
+73
*
disable ZY1000's UART forwarding test code.
Øyvind Harboe
2009-10-22
1
-1
/
+10
*
mww_phys retired. Replaced by generic mww phys in target.c
Øyvind Harboe
2009-10-21
6
-95
/
+44
*
virt2phys is now implemented by target.c globally, retire target specific doc...
Øyvind Harboe
2009-10-21
1
-15
/
+0
*
retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...
Øyvind Harboe
2009-10-21
5
-341
/
+0
*
read/write physical target fn's
Øyvind Harboe
2009-10-21
2
-0
/
+53
*
add support for target_read/write_phys_memory callbacks.
Øyvind Harboe
2009-10-21
1
-2
/
+27
*
Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...
Øyvind Harboe
2009-10-21
3
-16
/
+94
*
Merge branch 'master' of ssh://gowinex@openocd.git.sourceforge.net/gitroot/op...
Øyvind Harboe
2009-10-21
1
-2
/
+37
|
\
[prev]
[next]