summaryrefslogtreecommitdiff
path: root/src/target/arm9tdmi.h
Commit message (Expand)AuthorAgeFilesLines
* target files shouldn't #include <target/...h>David Brownell2009-12-131-1/+1
* change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2009-12-031-1/+1
* remove target_type register_command callbackZachary T Welch2009-11-241-1/+1
* ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell2009-11-171-27/+1
* ARM7/ARM9: use shared examine() methodDavid Brownell2009-11-131-1/+0
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* target_t -> struct targetZachary T Welch2009-11-131-15/+15
* arm9tdmi_vector_t -> struct arm9tdmi_vectorZachary T Welch2009-11-131-3/+3
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-3/+3
* arm9tdmi_common_t -> struct arm9tdmi_commonZachary T Welch2009-11-131-3/+3
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-131-1/+1
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-24/+24
* ARM9TDMI uses the new inheritance/nesting schemeDavid Brownell2009-11-051-4/+3
* ARM9TDMI: remove forward declsDavid Brownell2009-11-051-6/+12
* arm9tdmi vector_catch: reserved means "don't use"David Brownell2009-10-231-1/+1
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-1/+1
* Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch2009-06-191-0/+13
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-5/+5
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-5/+0
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+1
* jtag newtap change & huge manual updateduane2008-11-301-1/+1
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-1/+1
* moves handling of problems with resetting into the halted stateoharboe2008-08-051-1/+1
* Wip - split target setup and target examinationoharboe2008-04-111-0/+1
* - add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin2008-02-211-0/+1
* - added "arm9tdmi vector_catch ['all'|'none'|'vec1 [vec2 [...]]']" commanddrath2007-03-291-0/+18
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-2/+0
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+51