aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7tdmi.h
AgeCommit message (Expand)Author
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2009-12-13target files shouldn't #include <target/...h>David Brownell
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch
2009-11-17ARM7TDMI: remove now-needless "struct arm7tdmi"David Brownell
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13arm7tdmi_common_t -> struct arm7tdmi_commonZachary T Welch
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-05ARM7TDMI uses the new inheritance/nesting schemeDavid Brownell
2009-11-05ARM7TDMI: remove forward declsDavid Brownell
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-30jtag newtap change & huge manual updateduane
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-05moves handling of problems with resetting into the halted stateoharboe
2008-04-11Wip - split target setup and target examinationoharboe
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath