openocd: src/target: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / target / arm9tdmi.h
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2020-07-26 Antonio Borneotarget: fix memory leaks on targets based on arm9tdmi
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-03 Zachary T Welchchange #include "embeddedice.h" to <target/embeddedice.h>
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-17 David BrownellARM9TDMI: remove now-needless "struct arm9tdmi"
2009-11-14 David BrownellARM7/ARM9: use shared examine() method
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welcharm9tdmi_vector_t -> struct arm9tdmi_vector
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm9tdmi_common_t -> struct arm9tdmi_common
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-11-06 David BrownellARM9TDMI uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM9TDMI: remove forward decls
2009-10-23 David Brownellarm9tdmi vector_catch: reserved means "don't use"
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-19 zwelchPaulius Zaleckas <paulius.zaleckas@gmail.com>:
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-30 duanejtag newtap change & huge manual update
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-04-11 oharboeWip - split target setup and target examination
2008-02-21 vpalatin- add support for Marvell Feroceon (thanks to Nicolas...
2007-03-29 drath- added "arm9tdmi vector_catch ['all'|'none'|'vec1...
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/