aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23- Replace '){' with ') {'.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '<=' whitespacezwelch
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-19Remove editor preferences from source files.zwelch
2009-06-19printf() warning fixes due to uint32_t change-overduane
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18less warningsoharboe
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-17dummy driver now works under eCosoharboe
2009-06-17David Brownell <david-b@pacbell.net>:zwelch
2009-06-17Set svn:eol-style native on ZY1000 minidriver header file.zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-12David Brownell <david-b@pacbell.net>:zwelch
2009-06-12David Brownell <david-b@pacbell.net>:zwelch
2009-06-12Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch
2009-06-12Improve vsllink command argument handling:zwelch
2009-06-12Improve handle_runtest_command:zwelch
2009-06-12Improve VID/PID command argument handling in FTDI driver:zwelch
2009-06-12Improve handle_irscan_command:zwelch
2009-06-12Improve JTAG reset, speed, and khz handlers to use parse_uint helper.zwelch
2009-06-12Use parse_uint helper to replace strtoul call in jtag_tap_by_string.zwelch
2009-06-12Simplify and improve gw16012_handle_parport_command:zwelch
2009-06-12Simplify and improve amt_jtagaccel_handle_parport_port_command:zwelch
2009-06-12Simplify and improve parport_handle_parport_port_command:zwelch
2009-06-11Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch