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