litex/misoclib/com/liteusb/software/ftdi
Florent Kermarrec da0fe2ecfb liteusb: refactor software (use python instead of libftdicom in C) and provide simple example.
small modifications to fastftdi.c are also done to select our interface (A or B) and mode (synchronous, asynchronous)
2015-05-01 16:22:26 +02:00
..
linux liteusb: refactor software (use python instead of libftdicom in C) and provide simple example. 2015-05-01 16:22:26 +02:00
windows liteusb: refactor software (use python instead of libftdicom in C) and provide simple example. 2015-05-01 16:22:26 +02:00
README liteusb: refactor software (use python instead of libftdicom in C) and provide simple example. 2015-05-01 16:22:26 +02:00
__init__.py liteusb: refactor software (use python instead of libftdicom in C) and provide simple example. 2015-05-01 16:22:26 +02:00
example.py liteusb: refactor software (use python instead of libftdicom in C) and provide simple example. 2015-05-01 16:22:26 +02:00
fastftdi.c liteusb: refactor software (use python instead of libftdicom in C) and provide simple example. 2015-05-01 16:22:26 +02:00
fastftdi.h liteusb: refactor software (use python instead of libftdicom in C) and provide simple example. 2015-05-01 16:22:26 +02:00

README

[> Libftdicom
------------------------------

[> Windows build
--------------------------
1. Install MinGW32
2. Download libusbx windows binaries (tested version: libusbx-1.0.17-win)
3. Put libusb-1.0.dll.a in mingw lib directory
4. Download Zadig and use WinUSB driver for Interface A and Interface B
5. make all in libftdicom/win

[> Linux build
--------------------------
1. make all in libftdicom/linux