Increase version to 1.1 and copy over changelog to readme
[libftdi] / README
CommitLineData
0beb9686 1--------------------------------------------------------------------
18f00de0 2libftdi version 1.1
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-------
18f00de0
TJ
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)
80101c71 33* See the git history for more changes and fixes
adb33a26
TJ
34
35You'll find the newest version of libftdi at:
1bfc403c 36http://www.intra2net.com/en/developer/libftdi
adb33a26 37
aa86fbf2
TJ
38
39Quick start
40-----------
41mkdir build
42cd build
43
44cmake -DCMAKE_INSTALL_PREFIX="/usr" ../
45make
46make install
47
648d71fe
XC
48More verbose build instructions are in "README.build"
49
0beb9686 50--------------------------------------------------------------------
dcd7e8a3 51www.intra2net.com 2003-2014 Intra2net AG
0beb9686 52--------------------------------------------------------------------