You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
oharboe b2a13907a8 SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and some bugs 15 years ago
..
board Zach Welch <zw@superlucidity.net> fix typo 15 years ago
ecos - reverted some of the changes that possibly broke arm926ejs. Waiting 16 years ago
interface Nicolas Pitre <nico@cam.org> update SheevaPlug interface cfg file 15 years ago
target SimonQian <simonqian@simonqian.com> AVR support 15 years ago
test - add missing svn props from previous commit 15 years ago
xscale - added svn props 16 years ago
Makefile.am SimonQian <simonqian@simonqian.com> AVR wip 15 years ago
algorithm.c - added patch for new flash functionality like: 16 years ago
algorithm.h - prepare OpenOCD for branching, created ./trunk/ 18 years ago
arm7_9_common.c Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handling 15 years ago
arm7_9_common.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
arm7tdmi.c The following patches was applied: 15 years ago
arm7tdmi.h - remove target specific variant and use target->variant member 15 years ago
arm9tdmi.c The following patches was applied: 15 years ago
arm9tdmi.h - remove target specific variant and use target->variant member 15 years ago
arm11.c clean up debug/info output to be in line with other targets 15 years ago
arm11.h more error handling 15 years ago
arm11_dbgtap.c more error handling 15 years ago
arm720t.c The following patches was applied: 15 years ago
arm720t.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
arm920t.c The following patches was applied: 15 years ago
arm920t.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
arm926ejs.c The following patches was applied: 15 years ago
arm926ejs.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
arm966e.c The following patches was applied: 15 years ago
arm966e.h - added myself to copyright on files i remember adding large contributions for over the years 15 years ago
arm_adi_v5.c Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM Debug Interface rev 5 documentation and remoed code specific to the Cortex-M3 targets. 15 years ago
arm_adi_v5.h Added dap baseaddr and dap apid commands 15 years ago
arm_disassembler.c Hiroshi Ito <ito@mlb.co.jp> disassemble Arm926ejs clz instruction 15 years ago
arm_disassembler.h - added manpage for OpenOCD (thanks to Uwe Hermann) 17 years ago
arm_jtag.c The following patches was applied: 15 years ago
arm_jtag.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
arm_simulator.c Solve problem with single stepping. 15 years ago
arm_simulator.h - fixed endianness helper macros (thanks to obilix and wiml for finding and fixing this bug) 17 years ago
armv4_5.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
armv4_5.h Zach Welch <zw@superlucidity.net> use ARM4_5_MODE_ANY instead of -1 15 years ago
armv4_5_cache.c - Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer) - you still need to install GiveIO (not part of OpenOCD) 18 years ago
armv4_5_cache.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 18 years ago
armv4_5_mmu.c - rename log functions to stop conflicts under win32 (wingdi) 16 years ago
armv4_5_mmu.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 18 years ago
armv7m.c Added dap baseaddr and dap apid commands 15 years ago
armv7m.h Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. 15 years ago
avrt.c SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and some bugs 15 years ago
avrt.h SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and some bugs 15 years ago
breakpoints.c - remove target specific variant and use target->variant member 15 years ago
breakpoints.h - remove target specific variant and use target->variant member 15 years ago
cortex_m3.c Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. 15 years ago
cortex_m3.h Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. 15 years ago
embeddedice.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
embeddedice.h The following patches was applied: 15 years ago
etb.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
etb.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
etm.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
etm.h Update Embedded ICE registers explicitly during target->type->examine() instead 16 years ago
etm_dummy.c error checking - no reported errors, but catched a couple of exit()'s and converted them to errors. 15 years ago
etm_dummy.h - convert all files to unix line-ending 16 years ago
feroceon.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
image.c - remove target specific variant and use target->variant member 15 years ago
image.h - remove target specific variant and use target->variant member 15 years ago
mips32.c - fix mips issues with newer versions of gdb 15 years ago
mips32.h Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches 15 years ago
mips32_dmaacc.c - remove target specific variant and use target->variant member 15 years ago
mips32_dmaacc.h - remove target specific variant and use target->variant member 15 years ago
mips32_pracc.c Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches 15 years ago
mips32_pracc.h Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches 15 years ago
mips_ejtag.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
mips_ejtag.h John McCarthy <jgmcc@magma.ca> pic32mx flash wip 15 years ago
mips_m4k.c Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings 15 years ago
mips_m4k.h - remove target specific variant and use target->variant member 15 years ago
oocd_trace.c Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE defines 15 years ago
oocd_trace.h - remove target specific variant and use target->variant member 15 years ago
register.c - remove target specific variant and use target->variant member 15 years ago
register.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
target.c SimonQian <simonqian@simonqian.com> AVR wip 15 years ago
target.h - remove target specific variant and use target->variant member 15 years ago
target_request.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
target_request.h - added myself to copyright on files i remember adding large contributions for over the years 15 years ago
trace.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
trace.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
xscale.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
xscale.h jtag newtap change & huge manual update 15 years ago