summaryrefslogtreecommitdiff
path: root/src/target/arm9tdmi.c
Commit message (Expand)AuthorAgeFilesLines
...
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-21/+17
* arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe2008-08-141-2/+0
* Duane Ellis: fix warningsoharboe2008-08-051-2/+2
* moves handling of problems with resetting into the halted stateoharboe2008-08-051-1/+1
* - fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_ is definedntfreak2008-06-241-1/+1
* - moved flash erase_check target code to target.cntfreak2008-05-271-0/+1
* Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe2008-04-161-0/+2
* - Set up ICE registers after TRSToharboe2008-04-131-13/+31
* found two more gaffes for reset wipoharboe2008-04-111-0/+1
* Wip - split target setup and target examinationoharboe2008-04-111-0/+6
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-1/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-10/+10
* I fixed all the targets even thoughoharboe2008-03-031-0/+1
* - convert all files to unix line-endingdrath2008-02-251-1105/+1105
* From Michael Bruckoharboe2008-02-251-1105/+1105
* - added patch "remove error handler as planned"mifi2008-01-201-9/+0
* - add verify_image commandntfreak2007-10-221-1/+2
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+2
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-211-20/+5
* - split fileio handling into fileio part and image handlingdrath2007-05-291-9/+3
* - improved ETB trace outputdrath2007-04-261-2/+2
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-10/+37
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-161-0/+1
* - added support for Turtelizer 2 (USB JTAG interface) (Thanks to Michael Fisc...drath2007-03-301-1/+1
* - added "arm9tdmi vector_catch ['all'|'none'|'vec1 [vec2 [...]]']" commanddrath2007-03-291-0/+133
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-3/+8
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-14/+6
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-19/+10
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-0/+2
* - added debug output for D/I FSR and FAR (arm920t)drath2006-09-041-6/+8
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-26/+152
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-061-4/+7
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+2
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+848