aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2009-06-30Marcel Jost <marcel.jost@bfh.ch>:zwelch1-0/+10
2009-06-30David Brownell <david-b@pacbell.net>:zwelch1-3/+28
2009-06-30Fix doxygen warning in jtag.h caused by a changed parameter name.zwelch1-1/+1
2009-06-30Fix @file documentation blocks in new interfaces source files.zwelch2-7/+7
2009-06-29David Brownell <david-b@pacbell.net>:zwelch2-13/+22
2009-06-29Move JTAG interface list to new files.zwelch4-125/+204
2009-06-26zy1000 rev C workoharboe1-0/+44
2009-06-23Remove whitespace at end of lines, step 2.zwelch5-21/+21
2009-06-23- Replace '){' with ') {'.zwelch3-38/+38
2009-06-23Remove whitespace that occurs before ')'.zwelch17-224/+224
2009-06-23Remove whitespace that occurs after '('.zwelch16-180/+180
2009-06-23- Fixes '[<>]' whitespacezwelch8-29/+29
2009-06-23- Fixes '[|]' whitespacezwelch5-15/+15
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