aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-28The openocd 0.3.0-rc0 release.v0.3.0-rc0Zachary T Welch
2009-10-28Cortex-M3: remove exports and forward declsDavid Brownell
2009-10-28ARM926: remove exports and forward declsDavid Brownell
2009-10-28bugfix: stack corruption loading IHex imagesFranck HÉRÉSON
2009-10-27Add script to test the release process.Zachary T Welch
2009-10-27Rewrite release script to use GIT.Zachary T Welch
2009-10-27Factor version munging capabilities out of release.sh.Zachary T Welch
2009-10-27Factor release version functions into new script.Zachary T Welch
2009-10-27Add git2cl from repo.or.cz as a submodule in tools/git2cl.Zachary T Welch
2009-10-27Improve .gitignore rules.Zachary T Welch
2009-10-27ARM: fix single-step of Thumb unconditional branchNicolas Pitre
2009-10-27ARM: fix target address when disassembling Thumb BLXNicolas Pitre
2009-10-27Signalyzer: H2 and H4 supportOleg Seiljus
2009-10-27Signalyzer: new config filesOleg Seiljus
2009-10-26ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre
2009-10-26ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre
2009-10-26ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre
2009-10-26ft2232: less noise with _DEBUG_JTAG_IO_David Brownell
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell
2009-10-26PXA255: force reset configDavid Brownell
2009-10-26omap3530: target reset/init improvementsDavid Brownell
2009-10-26ARM ADIv5: "dap info" gets more readableDavid Brownell
2009-10-26Fix incorrect line endingsSpencer Oliver
2009-10-26Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/...David Brownell
2009-10-26balloon3 board base configWookey
2009-10-26SVF: fix parsing hex strings containing leading '0' charactersMichael Roth
2009-10-26Idea for adding watchpoint masks.Øyvind Harboe
2009-10-26JTAG: simple autoprobingDavid Brownell
2009-10-25minor fixes to TODO listDavid Brownell
2009-10-25fix syntax of mww phys.Øyvind Harboe
2009-10-25check if mmu is enabled before using mmu code pathØyvind Harboe
2009-10-25ARM: rename "arm9tdmi vector_catch" to "arm9 ..."David Brownell
2009-10-25JTAG: jtag_tap_init() bugfixesDavid Brownell
2009-10-25xscale: always reload handler after resetDavid Brownell
2009-10-24vector_catch and watchpoint TODO items.Øyvind Harboe
2009-10-23arm9tdmi vector_catch: reserved means "don't use"David Brownell
2009-10-23Improve help for arm9 vector_catch.Øyvind Harboe
2009-10-23Remove debug output that could cause compile warnings.Øyvind Harboe
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe
2009-10-23Embedded ICE version is now dumped with debug_level 1Øyvind Harboe
2009-10-23jtag: clean up TAP state name handlingDavid Brownell
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell
2009-10-22Ferocion: fix corruption of r0 when resuming Thumb modeNicolas Pitre
2009-10-22have "reg" command print cache names tooDavid Brownell
2009-10-22ETM: rename registers, doc tweaksDavid Brownell
2009-10-22disable ZY1000's UART forwarding test code.Øyvind Harboe
2009-10-21mww_phys retired. Replaced by generic mww phys in target.cØyvind Harboe
2009-10-21virt2phys is now implemented by target.c globally, retire target specific doc...Øyvind Harboe
2009-10-21retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe
2009-10-21read/write physical target fn'sØyvind Harboe