Increase version to 1.1 and copy over changelog to readme
[libftdi] / README
1 --------------------------------------------------------------------
2 libftdi version 1.1
3 --------------------------------------------------------------------
4
5 libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips
6 including the popular bitbang mode.
7
8 The 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
15 libftdi requires libusb 1.x.
16
17 The AUTHORS file contains a list of all the people
18 that made libftdi possible what it is today.
19
20 Changes
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
35 You'll find the newest version of libftdi at:
36 http://www.intra2net.com/en/developer/libftdi
37
38
39 Quick start
40 -----------
41 mkdir build
42 cd build
43
44 cmake -DCMAKE_INSTALL_PREFIX="/usr" ../
45 make
46 make install
47
48 More verbose build instructions are in "README.build"
49
50 --------------------------------------------------------------------
51 www.intra2net.com                             2003-2014 Intra2net AG
52 --------------------------------------------------------------------