aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/core.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23- Replace 'while(' with 'while ('.zwelch1-2/+2
2009-06-23- Replace 'if(' with 'if ('.zwelch1-7/+7
2009-06-19printf() warning fixes due to uint32_t change-overduane1-6/+9
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe1-7/+7
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-7/+7
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-15/+15
2009-06-17David Brownell <david-b@pacbell.net>:zwelch1-1/+5
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-0/+2
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-0/+2
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-5/+13
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-2/+2
2009-06-12David Brownell <david-b@pacbell.net>:zwelch1-0/+1
2009-06-12Use parse_uint helper to replace strtoul call in jtag_tap_by_string.zwelch1-3/+2
2009-06-11Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch1-0/+12
2009-06-11Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch1-44/+44
2009-06-09Encapsulate the core jtag interface pointer:zwelch1-1/+28
2009-06-09Continue encapsulation of JTAG event callback sub-API:zwelch1-0/+7
2009-06-09Add jtag_event_handler_t:zwelch1-2/+2
2009-06-09Improve encapsulation of JTAG event handling:zwelch1-38/+0
2009-06-09Properly encapsulate core hasKHZ variable.zwelch1-2/+3
2009-06-09Cleanup and encapsulate IR Capture verification:zwelch1-1/+10
2009-06-09Add missing static keywords to a few variables in JTAG core module.zwelch1-5/+5
2009-06-09Move the jtag_error helper routines out of header file:zwelch1-4/+29
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-0/+9
2009-06-09Add get and set accessors for jtag_speed:zwelch1-0/+12
2009-06-09Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch1-1/+1
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch1-2/+11
2009-06-09Replace 'jtag.c' with 'core.c' in code comments.zwelch1-1/+1
2009-06-09Remove accidental duplicate of hasKHz; fixes pre-init speed setup.zwelch1-1/+1
2009-06-09Split main jtag.c file into two layers:zwelch1-0/+1268