aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23- Replace 'if(' with 'if ('.zwelch1-25/+25
2009-06-19Remove editor preferences from source files.zwelch1-7/+0
2009-06-19printf() warning fixes due to uint32_t change-overduane1-7/+13
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-5/+5
2009-06-17dummy driver now works under eCosoharboe1-2/+2
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-2/+6
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-12/+33
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-5/+5
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-7/+4
2009-06-12David Brownell <david-b@pacbell.net>:zwelch1-0/+6
2009-06-12David Brownell <david-b@pacbell.net>:zwelch1-6/+21
2009-06-12Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch1-1/+1
2009-06-12Improve handle_runtest_command:zwelch1-1/+6
2009-06-12Improve handle_irscan_command:zwelch1-5/+16
2009-06-12Improve JTAG reset, speed, and khz handlers to use parse_uint helper.zwelch1-5/+23
2009-06-10added pathmove commandoharboe1-0/+44
2009-06-09Encapsulate the core jtag interface pointer:zwelch1-25/+7
2009-06-09Improve encapsulation of JTAG event handling:zwelch1-1/+38
2009-06-09Properly encapsulate core hasKHZ variable.zwelch1-6/+1
2009-06-09Cleanup and encapsulate IR Capture verification:zwelch1-12/+8
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-2/+4
2009-06-09Add get and set accessors for jtag_speed:zwelch1-9/+6
2009-06-09Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch1-0/+2
2009-06-09Remove accidental duplicate of hasKHz; fixes pre-init speed setup.zwelch1-2/+1
2009-06-09Split main jtag.c file into two layers:zwelch1-0/+1374