summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* - Fixes '+' whitespacezwelch2009-06-239-65/+65
* - Fixes '=' whitespacezwelch2009-06-2318-147/+147
* - Fixes '==' whitespacezwelch2009-06-2312-44/+44
* - Fixes '<<' whitespacezwelch2009-06-238-28/+28
* - Fixes '>>' whitespacezwelch2009-06-232-4/+4
* - Fixes '<=' whitespacezwelch2009-06-231-1/+1
* - Fixes '>=' whitespacezwelch2009-06-232-3/+3
* - Fixes '&&' whitespacezwelch2009-06-233-9/+9
* - Fixes '[+]=' whitespacezwelch2009-06-232-9/+9
* - Fixes '!=' whitespacezwelch2009-06-2311-25/+25
* - Replace 'for(' with 'for ('.zwelch2009-06-236-21/+21
* - Replace 'switch(' with 'switch ('.zwelch2009-06-234-11/+11
* - Replace 'while(' with 'while ('.zwelch2009-06-234-17/+17
* - Replace 'if(' with 'if ('.zwelch2009-06-2310-161/+161
* Remove editor preferences from source files.zwelch2009-06-192-9/+0
* printf() warning fixes due to uint32_t change-overduane2009-06-196-32/+54
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-194-26/+26
* less warningsoharboe2009-06-181-17/+1
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-1817-77/+77
* Transform 'u16' to 'uint16_t'zwelch2009-06-186-14/+14
* Transform 'u8' to 'uint8_t'zwelch2009-06-1824-288/+288
* dummy driver now works under eCosoharboe2009-06-174-28/+4
* David Brownell <david-b@pacbell.net>:zwelch2009-06-171-1/+5
* Set svn:eol-style native on ZY1000 minidriver header file.zwelch2009-06-171-210/+210
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-163-9/+14
* 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-163-7/+11
* David Brownell <david-b@pacbell.net>:zwelch2009-06-162-6/+14
* David Brownell <david-b@pacbell.net>:zwelch2009-06-163-16/+17
* David Brownell <david-b@pacbell.net>:zwelch2009-06-121-0/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-122-6/+22
* Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch2009-06-121-1/+1
* Improve vsllink command argument handling:zwelch2009-06-121-14/+11
* Improve handle_runtest_command:zwelch2009-06-121-1/+6
* Improve VID/PID command argument handling in FTDI driver:zwelch2009-06-121-7/+13
* 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
* Use parse_uint helper to replace strtoul call in jtag_tap_by_string.zwelch2009-06-121-3/+2
* Simplify and improve gw16012_handle_parport_command:zwelch2009-06-121-5/+16
* Simplify and improve amt_jtagaccel_handle_parport_port_command:zwelch2009-06-121-6/+18
* Simplify and improve parport_handle_parport_port_command:zwelch2009-06-121-5/+16
* Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch2009-06-111-4/+5
* Improve grouping of JTAG KHz and verification accessors in header file.zwelch2009-06-111-10/+17
* Group JTAG reset configuration and accessor APIs together in header file.zwelch2009-06-111-16/+13
* Move jtag_error helper declarations to the end of the header.zwelch2009-06-111-15/+15
* Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch2009-06-112-27/+13
* Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch2009-06-112-77/+77
* added pathmove commandoharboe2009-06-101-0/+44