examples/async.c : Short example using async read/write
[libftdi] / src /
2018-02-06 Robby McKilliamAdd kernel driver auto attach/detach
2017-10-27 Thomas JaroschAccess ftdi->max_packet_size after checking ftdi contex...
2017-09-25 Pawel Jewstafjewfix support for XON/XOFF flow control
2017-09-19 Thomas JaroschFix ftdi_stream.c compilation on WIN32
2017-08-25 Rolf FiedlerFix small memleak when ftdi_init() fails
2017-05-23 Maxwell DreytserChange ftdi_open_bus_port to ftdi_open_bus_addr, since...
2017-05-23 Maxwell DreytserMinor comment fix.
2017-04-21 Yegor YefremovAdd missing sys/time.h include
2017-04-21 Maxwell DreytserAdd a ftdi_usb_open_bus_port() function
2017-04-05 Thomas JaroschUpdate Copyright to 2017, switch download URLs to HTTPS v1.4rc1
2017-02-22 Thomas Jaroschftdi_eeprom_set_strings(): No need for an open device
2017-02-22 Thomas JaroschAdd doxygen documentation for ftdi_eeprom_get_strings()
2017-02-22 Adam MalinowskiAdd new function ftdi_eeprom_get_strings()
2016-12-23 Robert Coxeeprom: Fix USE_SERIAL handling for 230X type chips
2016-08-16 Joe ZbiciakUse BM/R series baud rate computation for FT230X.
2016-07-28 Jon BenistonConst correctness for char* strings
2016-07-22 Jon BenistonBuild on _WIN32: Don't include sys/time.h
2016-06-15 Yegor YefremovMake ftdi_read_eeprom_location() endianess independent
2016-06-06 Rolf Fiedlerftdi_eeprom: Fix flashing FT245R
2016-04-18 Fahrzin HemmatiAdd new function ftdi_usb_get_strings2()
2016-03-26 Ларионов Даниилftdi_stream: fix timeout setting: tv_usec field of...
2016-03-26 Eugene HutornyAdded ftdi_transfer_data_cancel for cancelation of...
2015-11-20 Salvador Eduardo... eeprom handling: Add support for arbitrary user data
2015-10-16 Thilo SchulzFix useless use_usb_version config file option is usele...
2015-09-07 Raphael AssenatFT232R EEPROM: Add External oscillator enable bit
2015-02-12 Thomas JaroschFix wrong offset for CBUS_FUNCTION_9 via ftdi_get_eepro...
2015-02-12 Robin Haberkornfixed ftdi_cbus_func and ftdi_cbush_func enumerations...
2015-01-23 Robin Haberkornfixed EEPROM user-area space checks for FT232R and...
2015-01-14 Thomas JaroschFix typo in CBUS defines (CBUSG_DRIVE1 -> CBUSH_DRIVE1)
2014-11-15 Thomas JaroschAdd FT230X support to ftdi_usb_find_all() v1.2rc1
2014-11-15 Thomas JaroschRemove print_inverted_bits() helper function from publi...
2014-11-06 Forest CrossmanEnable searching for FTDI devices with either a VID...
2014-10-28 Florian PreinstorferAdd print_inverted_bits() to replace a duplicated code...
2014-10-28 Florian PreinstorferReplace eeprom->rs232_inversion with eeprom->invert.
2014-09-26 xantaresFix declaration shadow in ftdi.c
2014-09-08 Uwe BonnesFT230X: Read out, decode and encode the RS232 inversion...
2014-06-12 xantaresFixed variable shadowing
2014-06-12 Benjamin Vanheuver... Fix a typo in a MPSSE command in ftdi.h
2014-05-16 Denis Sirotkinftdi_usb_get_strings(): Don't try to open an already...
2014-05-16 Andrei ErrapartMinor fixes for MSVC++
2014-05-16 Uwe Bonnesft230x: Fix more eeprom decode pathes.
2014-05-16 Uwe Bonnesft230x: Use factory values for drive strength.
2014-05-16 Uwe Bonnesft230x: Include Factory Configuration Data when buildin...
2014-05-16 Uwe BonnesFT230X is a USB FS device, so maximum packet size is...
2014-01-23 Thomas JaroschIncrease copyright year to 2014
2013-10-23 Paul FertserFix ftdi_get_library_version function prototype
2013-10-23 Davide MichelizzaFix FT232H eeprom suspend pulldown setting
2013-10-23 Davide MichelizzaFix FT232H eeprom user area size
2013-09-04 Uwe Bonneslibftdi_write_data: argument #2 should be const
2013-09-02 xantaresFixed installation of static libraries with windows.
2013-08-09 Paul FertserFix mingw build issue caused by "interface" preprocesso...
2013-04-26 Thomas JaroschFix typo in error message
2013-04-10 Thomas JaroschUnify style of the main source code
2013-04-10 Nathael PajaniAdded partial support for FT230X
2013-04-10 Nathael PajaniAdded ftdi_eeprom_set_strings()
2013-04-10 Nathael PajaniRemove compiler warnings on signed comparison
2013-04-10 Nathael PajaniPrevent possible segfault
2013-04-10 Thomas JaroschFix compile error reported by Bryan Richmond
2013-03-27 Jarkko SonninenSave device release number. Allow writing of eeprom...
2013-03-15 Mike Frysingermake building of static libs optional
2013-02-14 Jarkko SonninenFix eeprom flags for eeprom build
2013-01-15 Anders LarsenDon't #include <libusb.h> from ftdi.h
2012-12-28 Thomas JaroschIncrease copyright year (final release will be in 2013)
2012-08-31 Michel ZouFix doxygen doc generation if C++ wrapper is not built
2012-08-23 Thomas JaroschRemove ftdi_async_complete() left over from libftdi 0.x
2012-08-14 Thomas JaroschFix wrong array access in set_ft232h_cbus()
2012-07-28 Peter Schneiderfixed NULL-pointer dereference in the ftdi_error_return...
2012-07-28 Peter Schneiderfixed NULL-pointer dereference in the ftdi_error_return...
2012-06-24 Thomas JaroschRename library from libftdi to libftdi1
2012-05-15 Daniel KirkhamEEPROM max_power build/decode inconsistency
2012-04-13 Anders LarsenBump the library version number to 2.0.0
2012-04-13 Anders LarsenCompleted the support for the FT4232H chip
2012-03-26 Youness AlaouiFix header, API change ftdi_write_data_async has been...
2011-10-10 Thomas JaroschIncrease ftdi_eeprom->cbus_function array again
2011-10-07 Thomas JaroschInterface can not be changed on an already open device
2011-09-29 Thomas JaroschRemove old ftdi_enable_bitbang() function. It was marke...
2011-09-29 Uwe BonnesUse a private header for the private EEPROM structures
2011-09-29 Thomas JaroschMerge remote-tracking branch 'origin/get-library-version'
2011-09-29 Thomas JaroschMerge branch 'autoconf-removal'
2011-09-26 Thomas JaroschRemove autoconf support. Project switched to cmake
2011-09-25 Thomas JaroschMissing version header template file
2011-09-25 Thomas JaroschAdded API to get libftdi library version.
2011-09-25 Thomas JaroschSilence gcc warnings about possible uninitialized variables
2011-09-07 Uwe BonnesRound the returned baudrate in ftdi_to_clkbits and...
2011-09-07 Uwe Bonnes2232C is a BM type chips for baudrate calculations
2011-09-07 Uwe BonnesExplain the index/value format baudrate setting
2011-09-05 Uwe BonnesRewrite the baudrate calculation, tested for 232R and...
2011-09-02 Thomas JaroschFix off-by-one buffer size error (detected by PC-lint)
2011-09-02 Uwe BonnesUse default vendor/product strings for EEPROM when...
2011-09-02 Uwe BonnesEEPROM: treat USE_SERIAL as bool, not a flag
2011-09-02 Thomas JaroschAdd unit test for existing baudrate calculcation code
2011-09-02 Thomas JaroschFix include directories: Prefer local (probably newer...
2011-09-02 Uwe BonnesTry to inhibit programming EEPROM with data for a diffe...
2011-07-27 Uwe BonnesNext try to get the encoding/decoding for the different...
2011-07-27 Uwe BonnesFT232H has even more config bytes and less user_area
2011-07-27 Uwe BonnesBaud rate generation is the same as with FT2232H/FT232H
2011-07-19 Uwe BonnesAdd ftdi_set_eeprom_buf() as proposed in ftdi_eeprom
2011-07-19 Uwe BonnesAdd missing ftdi_get|set_eeprom_value entries
2011-07-08 Uwe Bonnesftdi_usb_find_all: Only search for default devices...
2011-07-04 Uwe BonnesAllow to search for all FTDI standard VID/PID
next