aboutsummaryrefslogtreecommitdiff
path: root/src/target/trace.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-0/+5
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-2/+2
2009-11-13trace_t -> struct traceZachary T Welch1-2/+2
2009-11-13trace_point_t -> struct trace_pointZachary T Welch1-3/+3
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-2/+2
2009-06-18Transform 'u64' to 'uint64_t'zwelch1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-7/+7
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-2/+3
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-5/+5
2007-10-22- add verify_image commandntfreak1-0/+3
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath1-2/+7
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-0/+14
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath1-0/+3
2007-05-29- add missing file src/target/trace.hdrath1-0/+34