summaryrefslogtreecommitdiff
path: root/src/jtag/core.c
Commit message (Expand)AuthorAgeFilesLines
* David Brownell <david-b@pacbell.net>:zwelch2009-06-291-12/+22
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-4/+4
* - Replace '){' with ') {'.zwelch2009-06-231-6/+6
* Remove whitespace that occurs before ')'.zwelch2009-06-231-9/+9
* Remove whitespace that occurs after '('.zwelch2009-06-231-9/+9
* - Fixes '=' whitespacezwelch2009-06-231-6/+6
* - Fixes '==' whitespacezwelch2009-06-231-6/+6
* - Fixes '&&' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-3/+3
* - Replace 'for(' with 'for ('.zwelch2009-06-231-2/+2
* - Replace 'while(' with 'while ('.zwelch2009-06-231-2/+2
* - Replace 'if(' with 'if ('.zwelch2009-06-231-7/+7
* printf() warning fixes due to uint32_t change-overduane2009-06-191-6/+9
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-7/+7
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-7/+7
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-15/+15
* David Brownell <david-b@pacbell.net>:zwelch2009-06-171-1/+5
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-0/+2
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-0/+2
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-5/+13
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-2/+2
* David Brownell <david-b@pacbell.net>:zwelch2009-06-121-0/+1
* Use parse_uint helper to replace strtoul call in jtag_tap_by_string.zwelch2009-06-121-3/+2
* Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch2009-06-111-0/+12
* Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch2009-06-111-44/+44
* Encapsulate the core jtag interface pointer:zwelch2009-06-091-1/+28
* Continue encapsulation of JTAG event callback sub-API:zwelch2009-06-091-0/+7
* Add jtag_event_handler_t:zwelch2009-06-091-2/+2
* 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