1
0

194 Commits

Author SHA1 Message Date
Michael Gernoth
a2a952c0da be compatible with libusb-versions without dev->devnum member 2007-09-06 17:31:44 +02:00
Michael Gernoth
ddb9214f8d Merge branch 'master' of agrajag.zerfleddert.de:/git/usb-driver 2007-08-29 10:37:46 +02:00
Michael Gernoth
77683ab696 ignore bus-id on XILINX_USB_DEV setting missing a device-id 2007-08-29 10:37:29 +02:00
Michael Gernoth
6af90678eb updated firmware description for ISE 9.2 2007-08-28 15:32:31 +02:00
Michael Gernoth
3a2a22bc86 make it possible to specify the USB bus
document the usage for multiple cables
2007-08-26 13:56:47 +02:00
Michael Gernoth
d377df04c9 support for multiple USB cables by Mondrian Nuessle <nuessle@uni-mannheim.de> 2007-08-24 11:19:50 +02:00
Michael Gernoth
4c7a69cb77 include inttypes.h 2007-08-19 01:19:12 +02:00
Michael Gernoth
5029ac18d7 add link to XILINX posting about open source cable drivers 2007-07-15 13:24:18 +02:00
Michael Gernoth
ddd89a5322 add ISE 9.2i and ChipScope 9.2 as supported 2007-07-10 16:25:00 +02:00
Michael Gernoth
72ce448bf9 only close the parallel port when it was really openend 2007-06-29 18:36:12 +02:00
Michael Gernoth
c21a2deca2 add short note about cleaning cable locks 2007-06-25 17:36:39 +02:00
Michael Gernoth
67e7f4aa19 add link to instructions for Ubuntu in VMware by Sven Andersson 2007-06-04 15:10:12 +02:00
Michael Gernoth
337944d1da add Synplicity Identify as supported software (reported by Marc Kelly) 2007-06-03 14:49:02 +02:00
Michael Gernoth
59fab31ff9 clean up supported software list 2007-06-03 14:45:44 +02:00
Michael Gernoth
278203036c move DLC9G cable to the tested and working section 2007-06-03 14:38:12 +02:00
Michael Gernoth
b3158171a8 add link to 64bit install instructions on Kubuntu by Ken Ryan 2007-06-03 14:36:32 +02:00
Michael Gernoth
69a88eebab Makefile cleanup 2007-05-27 00:37:02 +02:00
Michael Gernoth
b8b5059a2b document lib32 target, add EDK 9.1.02i as working 2007-05-27 00:10:02 +02:00
Michael Gernoth
d59d5fb4e8 work correclty on 64bit systems with 32bit userland 2007-05-26 23:19:25 +02:00
Michael Gernoth
7517e9fe05 add lib32 target to build a 32 bit library on 64 bit systems 2007-05-26 23:07:08 +02:00
Michael Gernoth
b8b756f5d3 better check for NULL on access 2007-05-19 15:15:27 +02:00
Michael Gernoth
2c6ade7a8a add EDK 9.1.01i as working 2007-05-18 16:31:13 +02:00
Michael Gernoth
f19a030c77 remove Id-tag from website 2007-05-18 00:10:21 +02:00
Michael Gernoth
e9b47752d6 add git summary link 2007-05-17 23:54:02 +02:00
Michael Gernoth
b22eea29d3 add information on how to clone the repository with git 2007-05-17 20:26:44 +02:00
Michael Gernoth
3eee002c15 return -1 if pathname passed to accept is a null-pointer.
unbreaks git with libusb-driver.so preloaded
2007-05-17 20:26:44 +02:00
Michael Gernoth
81cf365889 add something versionlike for the git-tracked usb-driver 2007-05-17 20:26:44 +02:00
Michael Gernoth
badd6a82bf change repository to git 2007-05-17 20:26:44 +02:00
michael
19020bc569 typo 2007-05-04 12:09:18 +00:00
michael
084feb4bf3 monitor tdi, too 2007-05-01 21:18:51 +00:00
michael
0a060ead2d add the possibility to monitor the JTAG state machine 2007-05-01 19:51:47 +00:00
michael
1830118e81 another typo 2007-05-01 15:10:08 +00:00
michael
dc587d1175 typo 2007-05-01 15:09:36 +00:00
michael
f9318fa12d programming is now abaout as fast as a parallel cable again 2007-05-01 13:03:39 +00:00
michael
c6338a01c2 remove unused variables from builds without FTDI-support 2007-05-01 12:05:26 +00:00
michael
7606d47088 add documentation for FTDI2232 based devices 2007-05-01 12:03:15 +00:00
michael
61e0de7a4b config parser to associate ftdi2232 devices with parallel port 2007-05-01 11:42:14 +00:00
michael
617583d072 some microoptimazation 2007-05-01 10:21:51 +00:00
michael
66c1fd53cb correctly set the baudrate, this speeds up things a bit 2007-04-30 23:52:35 +00:00
michael
23d61681a4 remove outdated comment 2007-04-30 23:43:32 +00:00
michael
25ba7a4909 more parts of the config infrastructure 2007-04-30 23:42:17 +00:00
michael
3cc5a0bc5a improve performance by using threads 2007-04-30 23:12:05 +00:00
michael
75417531f3 fix prom readback, but this slows everything down again... 2007-04-30 21:12:26 +00:00
michael
5e3d963bcb unify parallel and jtagkey interface 2007-04-30 09:23:32 +00:00
michael
185be93e9d some todos 2007-04-30 08:02:08 +00:00
michael
7cd012c138 remove old debug message 2007-04-29 22:15:34 +00:00
michael
59b06a85e2 make sure that there is valid data if the last command in a transfer is
a read
2007-04-29 21:50:09 +00:00
michael
9640dec9c7 use the right tool for the job!
use BITMODE_BITBANG for bulk transfers and BITMODE_BBSYNC for transfers with
interleaved reads
2007-04-29 21:32:59 +00:00
michael
3f5287b7f7 some more performance improvements 2007-04-29 18:48:10 +00:00
michael
a270f1e37a only read pins when needed, now it's a bit faster than a parallel cable 2007-04-29 17:51:28 +00:00