summaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
Commit message (Expand)AuthorAgeFilesLines
* fix return value for "reset" and "runtest" command. Found by code inspection.oharboe2009-07-071-7/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-06-301-3/+28
* Move JTAG interface list to new files.zwelch2009-06-291-124/+1
* - Replace '){' with ') {'.zwelch2009-06-231-30/+30
* Remove whitespace that occurs before ')'.zwelch2009-06-231-90/+90
* Remove whitespace that occurs after '('.zwelch2009-06-231-112/+112
* - Fixes '[<>]' whitespacezwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-7/+7
* - Fixes '=' whitespacezwelch2009-06-231-5/+5
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* - Fixes '[+]=' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'for(' with 'for ('.zwelch2009-06-231-1/+1
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-4/+4
* - Replace 'while(' with 'while ('.zwelch2009-06-231-3/+3
* - Replace 'if(' with 'if ('.zwelch2009-06-231-25/+25
* Remove editor preferences from source files.zwelch2009-06-191-7/+0
* printf() warning fixes due to uint32_t change-overduane2009-06-191-7/+13
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-5/+5
* dummy driver now works under eCosoharboe2009-06-171-2/+2
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-2/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-12/+33
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-5/+5
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-7/+4
* David Brownell <david-b@pacbell.net>:zwelch2009-06-121-0/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-121-6/+21
* Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch2009-06-121-1/+1
* Improve handle_runtest_command:zwelch2009-06-121-1/+6
* Improve handle_irscan_command:zwelch2009-06-121-5/+16
* Improve JTAG reset, speed, and khz handlers to use parse_uint helper.zwelch2009-06-121-5/+23
* added pathmove commandoharboe2009-06-101-0/+44
* Encapsulate the core jtag interface pointer:zwelch2009-06-091-25/+7
* Improve encapsulation of JTAG event handling:zwelch2009-06-091-1/+38
* Properly encapsulate core hasKHZ variable.zwelch2009-06-091-6/+1
* Cleanup and encapsulate IR Capture verification:zwelch2009-06-091-12/+8
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-2/+4
* Add get and set accessors for jtag_speed:zwelch2009-06-091-9/+6
* Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch2009-06-091-0/+2
* Remove accidental duplicate of hasKHz; fixes pre-init speed setup.zwelch2009-06-091-2/+1
* Split main jtag.c file into two layers:zwelch2009-06-091-0/+1374