libftdi
2012-03-19 Thomas JaroschBump version number and update ChangeLog v0.20
2012-01-16 Thomas JaroschRevert "Fixes the three open methods of the cpp wrapper...
2012-01-09 Peter SchneiderFixes the three open methods of the cpp wrapper that...
2011-09-29 Thomas JaroschPrefer local include directories over system wide ones
2011-09-29 Uwe BonnesAdd -Wall flag for CMake compilation
2011-09-29 Uwe BonnesBackport serial_test from libftdi 1.0
2011-07-08 Thomas Jaroschcmake: Fix install location of header files. Based...
2011-07-08 Uwe BonnesAdd H-Type specific MPSSE definitions
2011-06-21 Uwe BonnesAdd FT232H support
2011-05-23 Thomas JaroschUpdate ChangeLog and AUTHORS v0.19
2011-05-23 Thomas Klosemake module-unloading behavior flexible
2011-05-20 Thomas JaroschIncrease version for 0.19 release
2011-05-20 Thomas JaroschUpdate ChangeLog
2011-05-20 Thomas JaroschAdd Flynn Marquardt to AUTHORS
2011-05-06 Thomas JaroschCorrect ftdi_poll_modem_status() result code
2011-05-02 Evgeny SinelnikovFix cmake build with not remove doc directory for build...
2011-05-02 Evgeny SinelnikovFix cmake build of python binding link with libftdi
2011-05-02 Evgeny SinelnikovFix libftdi.hpp with include of system ftdi.h
2011-05-02 Chris ZehFix ftdi_read_pins in python bindings
2011-05-02 Thomas JaroschRevert "Let ftdi_read_data() honor usb_read_timeout"
2011-04-12 Uwe BonnesBetter explanation of ftdi_read_data() behaviour
2010-10-25 Thomas JaroschFix clean up code path in _usb_bulk_write_async (uninit...
2010-10-25 Thomas JaroschFix uninitialized memory access of ret variable in...
2010-08-18 Hermann KrausSupport for FT232R eeprom features
2010-08-18 Thomas JaroschInclude Hermann Kraus in AUTHORS
2010-08-18 Hermann KrausReturn correct size if there's enough data in the read...
2010-08-16 Thomas JaroschC++ wrapper: Fix infinite recursion in set_bitmode()
2010-07-14 Flynn MarquardtPython wrapper: Fix argument type of ftdi_read_chipid
2010-07-07 Martin Zenzes... gitignore: temporary swp-files created by vim
2010-07-07 Thomas JaroschFix compilation if async mode is disabled
2010-07-07 Uwe BonnesLet ftdi_read_data() honor usb_read_timeout
2010-06-28 Thomas JaroschFix typo in release checklist
2010-06-25 Thomas JaroschIgnore more swig autogenerated files v0.18
2010-06-25 Thomas JaroschDon't crash in ftdi_eeprom_free() if eeprom is unalloca...
2010-06-25 Thomas JaroschUpdate autoconf suite on release
2010-06-25 Thomas JaroschWrote changelog for 0.18
2010-06-25 Thomas JaroschIncrease libftdi version to 0.18
2010-06-25 Mike Frysingerlibftdi: add a --without-docs flag
2010-06-25 Mike Frysingerlibftdi: add a --without-examples configure flag
2010-06-25 Mike Frysingeruse AC_CHECK_TOOL for libusb-config
2010-06-14 Wilfried HolzkeAdd ftdi_eeprom_free() to free allocated memory in...
2010-06-10 Thomas JaroschEnhance FTDI driver message once more
2010-06-09 Thomas JaroschMore generic error message for the FTDI kernel driver
2010-05-25 Alexander LehmannHonor CPPFLAGS in python wrapper to improve build proce...
2010-05-04 Uwe BonnesCMAKE: Fix package creation on 32-bit machines
2010-04-16 Thomas JaroschFix swig argument constraints. Thanks to Craig Hollabau...
2010-03-29 Thomas JaroschFix ftdi_set_interface: It get's called before ftdi_usb...
2010-02-19 Thomas JaroschProtect against segfault if device is closed or ftdi...
2010-01-18 Gerd von Egidybuilding parts of libftdi via cmake is now optional.
2010-01-04 Mike FrysingerAX_BOOST_BASE: fix host boost search when cross-compiling
2010-01-04 Mike Frysingeravoid PATH_MAX/string copies usage
2010-01-04 Mike Frysingerpython: fix typo in top_builddir
2009-12-21 Thomas JaroschDocument libftdi release process
2009-12-21 Thomas JaroschCorrect version in README file
2009-12-21 Mike Frysingerignore more generated files
2009-12-21 Mike Frysingeruse AC_CONFIG_FILES to avoid outputting files over...
2009-12-19 Thomas JaroschIncrease version v0.17
2009-12-19 Thomas JaroschUpdated ChangeLog before release
2009-12-19 Thomas JaroschDon't lint async mode anymore as libusb-compat results...
2009-12-13 Gerd v. Egidysmall improvements in C++ wrapper:
2009-12-13 Gerd v. Egidydeprecated bitbang_enable in C++ wrapper too
2009-12-13 Gerd v. Egidydon't use deprecated functions in examples anymore
2009-12-13 Gerd v. Egidydeprecate ftdi_enable_bitbang()
2009-12-13 Gerd v. Egidydocumentation improvements, small fix setting bitbang_e...
2009-12-12 Gerd v. Egidyuse ftdi_usb_open_string() in baud_test example
2009-12-12 Gerd v. Egidyfix description strings without serial
2009-12-12 Gerd v. Egidyadd new open functions: ftdi_usb_open_desc_index()...
2009-12-09 Thomas JaroschDon't install baud_test program
2009-12-06 Gerd v. Egidyfix sync bitbang read-timing
2009-12-06 Gerd v. Egidyread only what has really been written (seems not to...
2009-12-06 Gerd v. Egidymake the write chunksize (and read chunksize for syncbb...
2009-12-06 Gerd v. Egidyincrease resolution of time factor output
2009-12-06 Gerd v. Egidyfix documentation typo
2009-12-06 Gerd v. Egidyadd baud_test example program: compare expected and...
2009-12-04 Thomas JaroschUpdated ChangeLog
2009-12-04 Thomas JaroschRenamed examples/sio to examples/serial_read
2009-12-04 Jim Parisexamples: add sio example
2009-11-27 Thomas JaroschDetermine maximum packet size via usb config descriptor
2009-11-22 Uwe BonnesAdd bitmode for synchronous fifo if FT2232H
2009-11-05 Thomas JaroschAdded new read/write_eeprom_location to C++ wrapper
2009-11-03 Thomas JaroschUpdated AUTHORS and ChangeLog
2009-11-03 Thomas JaroschFix usb_set_configuration() call on Windows 64.
2009-11-03 Thimo EichstaedtFix usb index in ftdi_convert_baudrate() for FT2232H...
2009-11-03 Thimo EichstaedtSet initial baudrate on correct interface instead of...
2009-11-03 Uwe BonnesCall usb_set_configuration() on Windows only
2009-11-03 Thomas JaroschAdd Toolchain-Crossbuild32.cmake for "make dist"
2009-11-03 Uwe BonnesAllow to crossbuild 32-bit library on 64-bit machine
2009-11-03 Uwe BonnesFor Unix 64-bit builds, use LIB_SUFFIX to install to...
2009-11-03 Clifford Wolfdon't build --with-async-mode w/ libusb-compat-0.1
2009-11-03 Oleg SeiljusFunctions for read/write of a single eeprom location
2009-07-27 Thomas JaroschUpdated ChangeLog and AUTHORS
2009-07-27 Thomas JaroschRenamed new usb_close_intl() to ftdi_usb_close_internal...
2009-07-27 Nathan FraserFix for double-free and segfault after close
2009-05-25 Aurelien JarnoFix out of tree building
2009-05-25 Jim Parislibftdi: Fix doxygen errors
2009-05-25 Jim Parislibftdi: Fix git build problems by using autoreconf
2009-05-09 Thomas JaroschFix compile warning on some gcc versions:
2009-05-08 Thomas JaroschFinal v0.16 release date v0.16
2009-05-06 Thomas JaroschUpdate README file with latest changes v0.16rc3
2009-05-06 Alex HarfordAllow C/D interfaces to be used on the 4232H, initializ...
next