summaryrefslogtreecommitdiff
path: root/src/target/etb.h
Commit message (Expand)AuthorAgeFilesLines
* ETM trigger_percent becomes an ETB commandDavid Brownell2009-12-191-0/+3
* etm_context_t -> struct etm_contextZachary T Welch2009-11-131-1/+1
* etb_t -> struct etbZachary T Welch2009-11-131-4/+4
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* etm_capture_driver_t -> struct etm_capture_driverZachary T Welch2009-11-131-1/+1
* etb_reg_t -> struct etb_regZachary T Welch2009-11-131-2/+2
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* ETM cleanupDavid Brownell2009-11-111-2/+0
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-1/+1
* ETB: cleanup needless symbol exports and forward decls.dbrownell2009-09-291-6/+0
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-2/+2
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-6/+0
* whitespace fixesoharboe2009-05-081-1/+1
* Add static keywords to core target source file data and functions.zwelch2009-04-301-2/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-4/+4
* - remove target specific variant and use target->variant memberntfreak2008-12-131-9/+9
* jtag newtap change & huge manual updateduane2008-11-301-1/+1
* - convert all files to unix line-endingdrath2008-02-251-75/+75
* - split fileio handling into fileio part and image handlingdrath2007-05-291-3/+9
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-0/+7
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-0/+62