summaryrefslogtreecommitdiff
path: root/src/target/etb.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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