summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump rc version and add -dev tag.Zachary T Welch2009-10-281-1/+1
* The openocd 0.3.0-rc0 release.Zachary T Welch2009-10-281-1/+1
* Cortex-M3: remove exports and forward declsDavid Brownell2009-10-282-189/+144
* ARM926: remove exports and forward declsDavid Brownell2009-10-281-122/+127
* bugfix: stack corruption loading IHex imagesFranck HÉRÉSON2009-10-282-1/+22
* Add script to test the release process.Zachary T Welch2009-10-271-0/+121
* Rewrite release script to use GIT.Zachary T Welch2009-10-272-512/+210
* Factor version munging capabilities out of release.sh.Zachary T Welch2009-10-271-0/+137
* Factor release version functions into new script.Zachary T Welch2009-10-271-0/+60
* Add git2cl from repo.or.cz as a submodule in tools/git2cl.Zachary T Welch2009-10-272-0/+3
* Improve .gitignore rules.Zachary T Welch2009-10-271-1/+5
* ARM: fix single-step of Thumb unconditional branchNicolas Pitre2009-10-271-2/+2
* ARM: fix target address when disassembling Thumb BLXNicolas Pitre2009-10-271-0/+1
* Signalyzer: H2 and H4 supportOleg Seiljus2009-10-272-1/+810
* Signalyzer: new config filesOleg Seiljus2009-10-273-0/+33
* ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre2009-10-261-22/+33
* ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre2009-10-261-0/+12
* ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre2009-10-261-8/+6
* ft2232: less noise with _DEBUG_JTAG_IO_David Brownell2009-10-261-1/+0
* JTAG: "jtag newtap ..." cleanupDavid Brownell2009-10-261-7/+2
* PXA255: force reset configDavid Brownell2009-10-261-0/+4
* omap3530: target reset/init improvementsDavid Brownell2009-10-261-15/+25
* ARM ADIv5: "dap info" gets more readableDavid Brownell2009-10-261-33/+268
* Fix incorrect line endingsSpencer Oliver2009-10-2630-27885/+27885
* Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/...David Brownell2009-10-261-0/+5
|\
| * Idea for adding watchpoint masks.Øyvind Harboe2009-10-261-0/+5
* | balloon3 board base configWookey2009-10-261-0/+13
* | SVF: fix parsing hex strings containing leading '0' charactersMichael Roth2009-10-261-0/+4
|/
* JTAG: simple autoprobingDavid Brownell2009-10-262-14/+109
* minor fixes to TODO listDavid Brownell2009-10-251-5/+5
* fix syntax of mww phys.Øyvind Harboe2009-10-255-44/+44
* check if mmu is enabled before using mmu code pathØyvind Harboe2009-10-251-1/+1
* ARM: rename "arm9tdmi vector_catch" to "arm9 ..."David Brownell2009-10-254-17/+11
* JTAG: jtag_tap_init() bugfixesDavid Brownell2009-10-251-9/+18
* xscale: always reload handler after resetDavid Brownell2009-10-252-19/+11
* vector_catch and watchpoint TODO items.Øyvind Harboe2009-10-241-0/+6
* arm9tdmi vector_catch: reserved means "don't use"David Brownell2009-10-233-4/+5
* Improve help for arm9 vector_catch.Øyvind Harboe2009-10-231-1/+3
* Remove debug output that could cause compile warnings.Øyvind Harboe2009-10-231-2/+0
* mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe2009-10-236-12/+241
* Embedded ICE version is now dumped with debug_level 1Øyvind Harboe2009-10-231-2/+2
* jtag: clean up TAP state name handlingDavid Brownell2009-10-233-68/+63
* SVF: clean up, mostly for TAP state name handlingDavid Brownell2009-10-235-80/+68
* Ferocion: fix corruption of r0 when resuming Thumb modeNicolas Pitre2009-10-221-2/+1
* have "reg" command print cache names tooDavid Brownell2009-10-221-0/+2
* ETM: rename registers, doc tweaksDavid Brownell2009-10-223-50/+73
* disable ZY1000's UART forwarding test code.Øyvind Harboe2009-10-221-1/+10
* mww_phys retired. Replaced by generic mww phys in target.cØyvind Harboe2009-10-216-95/+44
* virt2phys is now implemented by target.c globally, retire target specific doc...Øyvind Harboe2009-10-211-15/+0
* retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe2009-10-215-341/+0