target_t -> struct target
[fw/openocd] / src / target / etm.h
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/