- added info about libftdi support under win32

git-svn-id: svn://svn.berlios.de/openocd/trunk@638 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-05-02 09:35:48 +00:00
parent 872919e53a
commit 8bf24de7b3
3 changed files with 29 additions and 2 deletions

7
contrib/libftdi/README Normal file
View File

@@ -0,0 +1,7 @@
libftdi can be built to work under win32 (cygwin/mingw) after applying the patch in this directory.
The issue is caused by windows requiring usb_set_configuration to be called before the usb_claim_interface.
Spen
spen@spen-soft.co.uk