mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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