mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 04:48:44 +10:00
|
||
---|---|---|
.. | ||
libftdi-0.12_win32.patch | ||
README |
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