Add ftdi_eeprom target (currently disabled). Get version info from CMakeLists.txt
[libftdi] / README
... / ...
CommitLineData
1--------------------------------------------------------------------
2libftdi version 0.17
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
15The AUTHORS file contains a list of all the people
16that made libftdi possible what it is today.
17
18Many thanks to Marek Vavruša for providing
19the initial C++ wrapper implementation.
20
21Changes
22-------
23* C++ wrapper: Reopen the device after calling get_strings() in Context::open() (Marek Vavruša and Intra2net)
24* C++ wrapper: Fixed an inheritance problem (Marek Vavruša and Intra2net)
25* C++ wrapper: Relicensed under GPLv2 + linking exception (Marek Vavruša and Intra2net)
26* Support for FT2232H and FT4232H (David Challis, Alex Harford and Intra2net)
27* Support for mingw cross compile (Uwe Bonnes)
28* Python bindings and minor autoconf cleanup (Tarek Heiland)
29* Code cleanup in various places (Intra2net)
30* Fixed ftdi_read_chipid in some cases (Matthias Richter)
31* eeprom decode function and small cleanups (Marius Kintel)
32* cmake system improvements (Marius Kintel and Intra2net)
33* Fix compilation in -ansi -pedantic mode (Matthias Janke)
34
35You'll find the newest version of libftdi at:
36http://www.intra2net.com/en/developer/libftdi
37
38--------------------------------------------------------------------
39www.intra2net.com 2003-2009 Intra2net AG
40--------------------------------------------------------------------