libftdi
2015-01-23 Robin Haberkornfixed EEPROM user-area space checks for FT232R and...
2015-01-14 Rodney SinclairAdd cbus python example code
2015-01-14 Thomas JaroschFix typo in CBUS defines (CBUSG_DRIVE1 -> CBUSH_DRIVE1)
2014-12-23 Thomas JaroschCosmetic change only (fix cmake style)
2014-11-21 Thomas JaroschAdd FT230X to the list of supported devices
2014-11-21 Thomas JaroschPrepare for final 1.2 release v1.2
2014-11-15 Thomas JaroschAdd FT230X support to ftdi_usb_find_all() v1.2rc1
2014-11-15 Thomas JaroschAdd udev rules for FT232H and FT230X type devices
2014-11-15 Thomas JaroschNew default version for new git tags
2014-11-15 Thomas JaroschRemove print_inverted_bits() helper function from publi...
2014-11-15 Thomas JaroschWhitespace cleanup
2014-11-15 Thomas JaroschSet release version 1.2, sort ChangeLog by priority
2014-11-15 Thomas JaroschPrepare changelog for 1.2 RC
2014-11-15 Thomas JaroschAdd new code authors
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-09-02 Jochen SprickerhofFix LIBFTDIPP_LIBRARY name (it's ftdipp1, not ftdi1pp)
2014-07-14 Samuel BrynerMake build of the unit tests configurable
2014-07-07 Thomas JaroschNo more freshmeat / freecode :(
2014-06-12 xantaresFixed variable shadowing
2014-06-12 xantaresAdded LibFTDI1ConfigVersion to allow version detection
2014-06-12 Benjamin VanheuverzwijnFix 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-03-05 xantares 09enable doxygen docstrings
2014-02-05 Chris MorganCorrect incorrect initial value for LIBFTDI_STATIC_LIBR... v1.1
2014-02-05 Thomas JaroschFinal touches for 1.1 release
2014-02-05 Chris MorganAdd LIBFTDI_STATIC_LIBRARY and LIBFTDI_STATIC_LIBRARIES...
2014-01-30 Xiaofan ChenUpdate README.mingw to address libusb / libusbx merge
2014-01-27 Thomas JaroschFix up rpm packaging of the python examples
2014-01-23 Thomas JaroschIncrease version to 1.1 and copy over changelog to... v1.1rc1
2014-01-23 Thomas JaroschIncrease copyright year to 2014
2014-01-23 Thomas JaroschUpdate ChangeLog according to git history
2014-01-23 Thomas JaroschUpdate AUTHORS according to git history
2014-01-23 Thomas JaroschAlphabetic sorting
2013-10-31 xantaresRemoved useless cmake instructions
2013-10-31 xantaresFixed mingw python installation.
2013-10-31 xantaresWorkaround for cmake bug #0013449
2013-10-31 xantaresuse link dirs.
2013-10-31 xantaresConfigure libftdi1-config only unix & mingw, not win32
2013-10-31 xantaresAllow libusb detection without pkgconfig.
2013-10-31 xantaresProvide cmake config fo mingw/win32 too.
2013-10-24 Thomas Jaroschreformatting with astyle (to match existing code style)
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 xantaresCleaned static-lib cmake doc.
2013-09-02 xantaresAlso move LibFTDI1Config to /cmake
2013-09-02 xantaresGuess libdir for archlinux.
2013-09-02 xantaresAdded mingw-w64 toolchain files
2013-09-02 xantaresFixed installation of static libraries with windows.
2013-09-02 xantaresFixed libintl use.
2013-08-30 Paul FertserImprove mingw cross-compiling instructions
2013-08-09 Paul Fertsercmake: allow to use pkg-config for windows builds as...
2013-08-09 Paul FertserFix mingw build issue caused by "interface" preprocesso...
2013-07-19 Michel ZouPython bindings: Fix warnings from pep8
2013-07-08 Thomas JaroschWhitespace cleanup
2013-07-08 Michel Zouswig wrapper: Remove dynamic python module soname
2013-06-03 Julien SchuellerTake dist-specifc python path into account.
2013-05-28 Julien SchuellerAdded detection of libintl.
2013-04-26 Jochen SprickerhofAdd get/set for usb_read/write_timeout in C++ wrapper
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-26 Michel ZouMoved python stuff to own directory
2013-02-26 Michel ZouAdded confuse script and moved cmake files
2013-02-14 Jarkko SonninenFix eeprom flags for eeprom build
2013-02-14 Michel ZouFixed read_pins argout typemap being sensitive to encoding.
2013-02-04 Michel ZouAdded version attribute.
2013-02-04 Michel ZouAllow to override LIB_SUFFIX
2013-02-04 Michel ZouFixed deprecated cmake python variable.
2013-01-29 Thomas JaroschFix typo in release documentation
2013-01-29 Thomas JaroschPrepare changelog for release v1.0
2013-01-28 Thomas JaroschFix usleep unit conversion
2013-01-28 Xiaofan ChenMinGW support: Change sleep() to usleep()
2013-01-25 Thomas JaroschPrepare third release candidate v1.0rc3
2013-01-25 Thomas JaroschAdapt to new cmake config files path
2013-01-24 Michel ZouAdd C++ wrapper config vars.
2013-01-24 Michel ZouRenamed LibFTDIConfig.cmake. Cosmetic changes to CMakeL...
2013-01-24 Thomas JaroschAdapt rpm specfile to changed doxygen output path
2013-01-24 Thomas JaroschInclude generated cmake config files in devel rpm package
2013-01-24 Michel ZouFixed cmake script installation dir on rpm distro.
2013-01-24 Thomas JaroschChange default build type to optimized build with debug...
2013-01-23 Michel ZouFixed python wrapper being rebuilt every time.
2013-01-23 Michel ZouAdded cmake config file
2013-01-16 Thomas JaroschPrepare for 1.0rc2 v1.0rc2
next