aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2009-06-23- Fixes '+' whitespacezwelch9-65/+65
2009-06-23- Fixes '=' whitespacezwelch18-147/+147
2009-06-23- Fixes '==' whitespacezwelch12-44/+44
2009-06-23- Fixes '<<' whitespacezwelch8-28/+28
2009-06-23- Fixes '>>' whitespacezwelch2-4/+4
2009-06-23- Fixes '<=' whitespacezwelch1-1/+1
2009-06-23- Fixes '>=' whitespacezwelch2-3/+3
2009-06-23- Fixes '&&' whitespacezwelch3-9/+9
2009-06-23- Fixes '[+]=' whitespacezwelch2-9/+9
2009-06-23- Fixes '!=' whitespacezwelch11-25/+25
2009-06-23- Replace 'for(' with 'for ('.zwelch6-21/+21
2009-06-23- Replace 'switch(' with 'switch ('.zwelch4-11/+11
2009-06-23- Replace 'while(' with 'while ('.zwelch4-17/+17
2009-06-23- Replace 'if(' with 'if ('.zwelch10-161/+161
2009-06-19Remove editor preferences from source files.zwelch2-9/+0
2009-06-19printf() warning fixes due to uint32_t change-overduane6-32/+54
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe4-26/+26
2009-06-18less warningsoharboe1-17/+1
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch17-77/+77
2009-06-18Transform 'u16' to 'uint16_t'zwelch6-14/+14
2009-06-18Transform 'u8' to 'uint8_t'zwelch24-288/+288
2009-06-17dummy driver now works under eCosoharboe4-28/+4
2009-06-17David Brownell <david-b@pacbell.net>:zwelch1-1/+5
2009-06-17Set svn:eol-style native on ZY1000 minidriver header file.zwelch1-210/+210
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch3-9/+14
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>:zwelch3-7/+11
2009-06-16David Brownell <david-b@pacbell.net>:zwelch2-6/+14
2009-06-16David Brownell <david-b@pacbell.net>:zwelch3-16/+17
2009-06-12David Brownell <david-b@pacbell.net>:zwelch1-0/+6
2009-06-12David Brownell <david-b@pacbell.net>:zwelch2-6/+22
2009-06-12Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch1-1/+1
2009-06-12Improve vsllink command argument handling:zwelch1-14/+11
2009-06-12Improve handle_runtest_command:zwelch1-1/+6
2009-06-12Improve VID/PID command argument handling in FTDI driver:zwelch1-7/+13
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-12Use parse_uint helper to replace strtoul call in jtag_tap_by_string.zwelch1-3/+2
2009-06-12Simplify and improve gw16012_handle_parport_command:zwelch1-5/+16
2009-06-12Simplify and improve amt_jtagaccel_handle_parport_port_command:zwelch1-6/+18
2009-06-12Simplify and improve parport_handle_parport_port_command:zwelch1-5/+16
2009-06-11Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch1-4/+5
2009-06-11Improve grouping of JTAG KHz and verification accessors in header file.zwelch1-10/+17
2009-06-11Group JTAG reset configuration and accessor APIs together in header file.zwelch1-16/+13
2009-06-11Move jtag_error helper declarations to the end of the header.zwelch1-15/+15
2009-06-11Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch2-27/+13
2009-06-11Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch2-77/+77
2009-06-10added pathmove commandoharboe1-0/+44