]> git.sur5r.net Git - openocd/history - src/target/etm.h
Make #include guard naming consistent
[openocd] / src / target / etm.h
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-01-30 Paul FertserUse (uint8_t *) for buf_(set|get)_u(32|64) instead...
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2009-12-19 David BrownellETM: more ETM_CTRL bit cleanup
2009-12-19 David BrownellETM: start cleaning up ETM_CTRL bit handling
2009-12-19 David BrownellETM trigger_percent becomes an ETB command
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-05 David BrownellARM: misc generic cleanup
2009-12-05 David BrownellARM: rename armv4_5_state_* as arm_state_*
2009-12-03 Zachary T Welchchange #include "trace.h" to <target/trace.h>
2009-12-03 Zachary T Welchchange #include "arm_jtag.h" to <target/arm_jtag.h>
2009-11-25 Zachary T Welchremove register_commands from etm_capture_driver
2009-11-25 Zachary T Welchremove target_type register_command callback
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 Welchimage_t -> struct image
2009-11-13 Zachary T Welchetm_context_t -> struct etm_context
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchetmv1_trace_data_t -> struct etmv1_trace_data
2009-11-13 Zachary T Welchetm_capture_driver_t -> struct etm_capture_driver
2009-11-13 Zachary T Welchetm_reg_t -> struct etm_reg
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 David BrownellETM: start support for ETMv2+
2009-11-12 David BrownellETM: remove old mid-level ETM handle
2009-11-11 David BrownellETM cleanup
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-09-23 dbrownellWhen setting up an ETM, cache its ETM_CONFIG register...
2009-09-23 dbrownellStart cleaning up ETM register handling. On one ARM926...
2009-09-23 dbrownellInitial ETM cleanups. Most of these are cosmetic:
2009-06-23 zwelch- Fixes '>=' whitespace
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
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
2008-04-16 oharboeUpdate Embedded ICE registers explicitly during target...
2008-02-25 drath- convert all files to unix line-ending
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-07-31 drath- calculate cycles since last executed instruction...
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- split fileio handling into fileio part and image...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/