aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm9tdmi.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2020-07-26target: fix memory leaks on targets based on arm9tdmiAntonio Borneo1-0/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-1/+2
2009-12-13target files shouldn't #include <target/...h>David Brownell1-1/+1
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch1-1/+1
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+1
2009-11-17ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell1-27/+1
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell1-1/+0
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-15/+15
2009-11-13arm9tdmi_vector_t -> struct arm9tdmi_vectorZachary T Welch1-3/+3
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-3/+3
2009-11-13arm9tdmi_common_t -> struct arm9tdmi_commonZachary T Welch1-3/+3
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch1-1/+1
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-24/+24
2009-11-05ARM9TDMI uses the new inheritance/nesting schemeDavid Brownell1-4/+3
2009-11-05ARM9TDMI: remove forward declsDavid Brownell1-6/+12
2009-10-23arm9tdmi vector_catch: reserved means "don't use"David Brownell1-1/+1
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-1/+1
2009-06-19Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch1-0/+13
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-5/+5
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-5/+0
2008-12-13- remove target specific variant and use target->variant memberntfreak1-2/+1
2008-11-30jtag newtap change & huge manual updateduane1-1/+1
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-1/+1
2008-08-05moves handling of problems with resetting into the halted stateoharboe1-1/+1
2008-04-11Wip - split target setup and target examinationoharboe1-0/+1
2008-02-21- add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin1-0/+1
2007-03-29- added "arm9tdmi vector_catch ['all'|'none'|'vec1 [vec2 [...]]']" commanddrath1-0/+18
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath1-2/+0
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+51