Add new code authors
[libftdi] / README
... / ...
CommitLineData
1--------------------------------------------------------------------
2libftdi version 1.1
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* Fix FT232H eeprom suspend pulldown setting (Davide Michelizza)
23* Fix FT232H eeprom user area size (Davide Michelizza)
24* Improved mingw build (Paul Fertser and Michel Zou)
25* C++ wrapper: Get/set functions for USB timeouts (Jochen Sprickerhof)
26* Partial support for FT230X (Nathael Pajani)
27* New API function: ftdi_eeprom_set_strings() (Nathael Pajani)
28* Prevent possible segfault in ftdi_eeprom_decode() (Nathael Pajani)
29* Save device release number in eeprom (Jarkko Sonninen)
30* Fix "self powered" eeprom flag (Jarkko Sonninen)
31* Improved python wrapper (Michel Zou)
32* Many buildsystem improvements (Michel Zou and Mike Frysinger)
33* See the git history for more changes and fixes
34
35You'll find the newest version of libftdi at:
36http://www.intra2net.com/en/developer/libftdi
37
38
39Quick start
40-----------
41mkdir build
42cd build
43
44cmake -DCMAKE_INSTALL_PREFIX="/usr" ../
45make
46make install
47
48More verbose build instructions are in "README.build"
49
50--------------------------------------------------------------------
51www.intra2net.com 2003-2014 Intra2net AG
52--------------------------------------------------------------------