]> git.sur5r.net Git - openocd/history - src/target/arm966e.h
Remove FSF address from GPL notices
[openocd] / src / target / arm966e.h
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
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-03 Zachary T Welchchange #include "arm9tdmi.h" to <target/arm9tdmi.h>
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-17 David BrownellARM9TDMI: remove now-needless "struct arm9tdmi"
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_common_t -> struct arm9tdmi_common
2009-11-13 Zachary T Welcharm966e_common_t -> struct arm966e_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 BrownellARM: shrink offsets
2009-11-06 David Brownelltarget: provide container_of()
2009-11-06 David BrownellARM966: remove exports and forward decls
2009-09-11 oharboeNicolas Pitre <nico@cam.org> Dragonite support
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2006-08-06 drath- fixed a minor problem with the GDB server that could...