aboutsummaryrefslogtreecommitdiff
path: root/src/target/etb.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-7/+5
2009-12-19ETM trigger_percent becomes an ETB commandDavid Brownell1-0/+3
2009-11-13etm_context_t -> struct etm_contextZachary T Welch1-1/+1
2009-11-13etb_t -> struct etbZachary T Welch1-4/+4
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13etm_capture_driver_t -> struct etm_capture_driverZachary T Welch1-1/+1
2009-11-13etb_reg_t -> struct etb_regZachary T Welch1-2/+2
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-11ETM cleanupDavid Brownell1-2/+0
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-1/+1
2009-09-29ETB: cleanup needless symbol exports and forward decls.dbrownell1-6/+0
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-6/+6
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-2/+2
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-6/+0
2009-05-08whitespace fixesoharboe1-1/+1
2009-04-30Add static keywords to core target source file data and functions.zwelch1-2/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-4/+4
2008-12-13- remove target specific variant and use target->variant memberntfreak1-9/+9
2008-11-30jtag newtap change & huge manual updateduane1-1/+1
2008-02-25- convert all files to unix line-endingdrath1-75/+75
2007-05-29- split fileio handling into fileio part and image handlingdrath1-3/+9
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath1-0/+7
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-0/+62