Allow include() directive for libconfuse formatted config
[libftdi] / README
CommitLineData
0beb9686 1--------------------------------------------------------------------
195ec696 2libftdi version 1.2
0beb9686 3--------------------------------------------------------------------
adb33a26 4
0beb9686
TJ
5libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips
6including the popular bitbang mode.
7
8The following chips are supported:
3e078e16 9* FT230X
0beb9686
TJ
10- FT4232H / FT2232H
11- FT232R / FT245R
12- FT2232L / FT2232D / FT2232C
13- FT232BM / FT245BM (and the BL/BQ variants)
14- FT8U232AM / FT8U245AM
5efa6083 15
10650522
TJ
16libftdi requires libusb 1.x.
17
829ce4de
TJ
18The AUTHORS file contains a list of all the people
19that made libftdi possible what it is today.
20
adb33a26
TJ
21Changes
22-------
195ec696
TJ
23* Support for FT230X devices (Uwe Bonnes)
24* ftdi_usb_get_strings(): Don't try to open an already open device (Denis Sirotkin)
25* Support for finding devices bricked by the Windows driver (Forest Crossman)
26* cmake build system: New LibFTDI1ConfigVersion.cmake file (xantares09)
27* Fix a typo in the MPSSE command CLK_BYTES_OR_LOW (Benjamin Vanheuverzwijn)
28* Minor fixes for MSVC++ (Andrei Errapart)
29* Various small code improvements (Florian Preinstorfer, Jochen Sprickerhof, xantares09)
adb33a26
TJ
30
31You'll find the newest version of libftdi at:
1bfc403c 32http://www.intra2net.com/en/developer/libftdi
adb33a26 33
aa86fbf2
TJ
34
35Quick start
36-----------
37mkdir build
38cd build
39
40cmake -DCMAKE_INSTALL_PREFIX="/usr" ../
41make
42make install
43
648d71fe
XC
44More verbose build instructions are in "README.build"
45
0beb9686 46--------------------------------------------------------------------
dcd7e8a3 47www.intra2net.com 2003-2014 Intra2net AG
0beb9686 48--------------------------------------------------------------------