openocd: src/target: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / target / etb.h
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
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-19 David BrownellETM trigger_percent becomes an ETB command
2009-11-13 Zachary T Welchetm_context_t -> struct etm_context
2009-11-13 Zachary T Welchetb_t -> struct etb
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchetm_capture_driver_t -> struct etm_capture_driver
2009-11-13 Zachary T Welchetb_reg_t -> struct etb_reg
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-11 David BrownellETM cleanup
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-09-29 dbrownellETB: cleanup needless symbol exports and forward decls.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboewhitespace fixes
2009-04-30 zwelchAdd static keywords to core target source file data...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-30 duanejtag newtap change & huge manual update
2008-02-25 drath- convert all files to unix line-ending
2007-05-29 drath- split fileio handling into fileio part and image...
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...