index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jtag
/
ft2232.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move jtag drivers to src/jtag/drivers
Zachary T Welch
2009-12-02
1
-4021
/
+0
*
use ARRAY_SIZE macro
Zachary T Welch
2009-11-25
1
-2
/
+2
*
remove register_callbacks from jtag interface
Zachary T Welch
2009-11-24
1
-7
/
+1
*
ft2232: use register_commands()
Zachary T Welch
2009-11-24
1
-18
/
+41
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-5
/
+5
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-7
/
+7
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-10
/
+10
*
rename CEIL as DIV_ROUND_UP
Zachary T Welch
2009-11-16
1
-7
/
+7
*
compile with cygwin (32-bit)
Ferdinand Postema
2009-11-14
1
-2
/
+2
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-1
/
+1
*
jtag_command_t -> struct jtag_command
Zachary T Welch
2009-11-13
1
-14
/
+14
*
scan_command_t -> struct scan_command
Zachary T Welch
2009-11-13
1
-1
/
+1
*
ft2232_device_t -> struct ft2232_device
Zachary T Welch
2009-11-13
1
-6
/
+5
*
jtag_interface_t -> struct jtag_interface
Zachary T Welch
2009-11-13
1
-1
/
+1
*
command_handler_t: make argc unsigned
Zachary T Welch
2009-11-13
1
-3
/
+2
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-5
/
+5
*
jtag: remove useless declarations
Zachary T Welch
2009-11-09
1
-42
/
+35
*
Improve jtag command argument parsing.
Zachary T Welch
2009-11-05
1
-6
/
+2
*
ft2232: cleanup
David Brownell
2009-11-04
1
-110
/
+97
*
JTAG: support KT-LINK adapter
Krzysztof Kajstura
2009-11-04
1
-0
/
+131
*
FT2232: increase read retry counts
Dimitar Dimitrov
2009-11-01
1
-8
/
+26
*
Signalyzer: H2 and H4 support
Oleg Seiljus
2009-10-27
1
-0
/
+809
*
ft2232: less noise with _DEBUG_JTAG_IO_
David Brownell
2009-10-26
1
-1
/
+0
*
Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.
dbrownell
2009-10-07
1
-24
/
+21
*
if srst pulls trst, then set state to TAP_RESET.
oharboe
2009-09-28
1
-3
/
+11
*
Update FT2232 driver so that it reliably enters TAP_RESET.
dbrownell
2009-09-27
1
-2
/
+10
*
Style cleanup for the updated ft2232_add_pathmove().
dbrownell
2009-09-19
1
-15
/
+18
*
michal smulski <michal.smulski@ooma.com> fix regression in jtag_add_pathmove(...
oharboe
2009-09-17
1
-18
/
+30
*
- remove enable-ft2232-highspeed configure option, high speed ftdi support is...
ntfreak
2009-08-20
1
-12
/
+19
*
Jonas Horberg [jhorberg@sauer-danfoss.com]:
ntfreak
2009-08-19
1
-1
/
+1
*
Jonas Horberg [jhorberg@sauer-danfoss.com]
ntfreak
2009-08-18
1
-159
/
+148
*
Fix FTD2XX build for CygWin.
zwelch
2009-07-02
1
-1
/
+1
*
Marcel Jost <marcel.jost@bfh.ch>:
zwelch
2009-06-30
1
-0
/
+10
*
Remove whitespace at end of lines, step 2.
zwelch
2009-06-23
1
-11
/
+11
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-1
/
+1
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '[<>]' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-24
/
+24
*
- Fixes '==' whitespace
zwelch
2009-06-23
1
-4
/
+4
*
- Fixes '<<' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '!=' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
printf() warning fixes due to uint32_t change-over
duane
2009-06-19
1
-6
/
+17
*
Finish transforming 'u32' to 'uint32_t'.
zwelch
2009-06-18
1
-21
/
+21
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-4
/
+4
*
Transform 'u8' to 'uint8_t'
zwelch
2009-06-18
1
-43
/
+43
*
Improve VID/PID command argument handling in FTDI driver:
zwelch
2009-06-12
1
-7
/
+13
*
Encapsulate jtag_reset_config using accessors:
zwelch
2009-06-09
1
-0
/
+9
*
Add get and set accessors for jtag_speed:
zwelch
2009-06-09
1
-1
/
+1
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-04
1
-259
/
+259
[next]