summaryrefslogtreecommitdiff
path: root/src/jtag/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improve encapsulation of JTAG event handling:zwelch2009-06-091-38/+0
* Properly encapsulate core hasKHZ variable.zwelch2009-06-091-2/+3
* Cleanup and encapsulate IR Capture verification:zwelch2009-06-091-1/+10
* Add missing static keywords to a few variables in JTAG core module.zwelch2009-06-091-5/+5
* Move the jtag_error helper routines out of header file:zwelch2009-06-091-4/+29
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-0/+9
* Add get and set accessors for jtag_speed:zwelch2009-06-091-0/+12
* Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch2009-06-091-1/+1
* Encapsulate the jtag_trst and jtag_srst variables:zwelch2009-06-091-2/+11
* Replace 'jtag.c' with 'core.c' in code comments.zwelch2009-06-091-1/+1
* Remove accidental duplicate of hasKHz; fixes pre-init speed setup.zwelch2009-06-091-1/+1
* Split main jtag.c file into two layers:zwelch2009-06-091-0/+1268