litex/misoclib/com/liteusb/software/ftdi
Florent Kermarrec e9ef11620f liteusb/frontend/wishbone: use new packetized mode (allow grouping response in a single packet) 2015-05-02 16:22:45 +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/frontend/wishbone: use new packetized mode (allow grouping response in a single packet) 2015-05-02 16:22:45 +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