Set release version 1.2, sort ChangeLog by priority
[libftdi] / README
... / ...
CommitLineData
1--------------------------------------------------------------------
2libftdi version 1.2
3--------------------------------------------------------------------
4
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
14
15libftdi requires libusb 1.x.
16
17The AUTHORS file contains a list of all the people
18that made libftdi possible what it is today.
19
20Changes
21-------
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)
29
30You'll find the newest version of libftdi at:
31http://www.intra2net.com/en/developer/libftdi
32
33
34Quick start
35-----------
36mkdir build
37cd build
38
39cmake -DCMAKE_INSTALL_PREFIX="/usr" ../
40make
41make install
42
43More verbose build instructions are in "README.build"
44
45--------------------------------------------------------------------
46www.intra2net.com 2003-2014 Intra2net AG
47--------------------------------------------------------------------