summaryrefslogtreecommitdiff
path: root/src/target/etb.c
Commit message (Expand)AuthorAgeFilesLines
* Minor ETB and ETM bugfixes and doc updatesdbrownell2009-10-021-47/+46
* ETB: cleanup needless symbol exports and forward decls.dbrownell2009-09-291-34/+35
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-26/+26
* - Fixes '=' whitespacezwelch2009-06-231-2/+2
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-3/+3
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-2/+3
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-10/+10
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-7/+7
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-3/+3
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-6/+6
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-6/+6
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-2/+2
* switch to jtag_add_dr_scan_check() - USB performance fixoharboe2009-05-111-4/+10
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-5/+12
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-11/+0
* whitespace fixesoharboe2009-05-081-46/+7
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-11/+11
* retire jtag_set_check_valueoharboe2009-05-081-2/+2
* remove in_handler usageoharboe2009-05-071-48/+37
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-33/+33
* retire out_mask - not used anywhereoharboe2009-05-061-11/+11
* mark usage of in_handler that can be converted into user codeoharboe2009-05-051-1/+1
* Mariano Alvira <mar@devl.org> fixes warningsoharboe2009-05-041-1/+1
* Add static keywords to core target source file data and functions.zwelch2009-04-301-15/+15
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-5/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-7/+7
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-3/+3
* jtag newtap change & huge manual updateduane2008-11-301-21/+22
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-1/+2
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-94/+94
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-7/+11
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-13/+13
* - convert all files to unix line-endingdrath2008-02-251-741/+741
* From Michael Bruckoharboe2008-02-251-741/+741
* - added gdb flash fixes patch mifi2008-01-071-3/+3
* - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath2007-08-251-5/+56
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-161-1/+4
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-3/+30
* - split fileio handling into fileio part and image handlingdrath2007-05-291-254/+289
* - further work on ETB decoding (not yet functional)drath2007-05-051-12/+241
* - improved ETB trace outputdrath2007-04-261-5/+20
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-6/+68
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-0/+319