libftdi
2012-06-24 Thomas JaroschRename and adapt pkgconfig files for libftdi1
2012-06-24 Thomas JaroschWe decided to skip this API change for now
2012-06-24 Thomas JaroschActually configure libftdi1.spec
2012-06-24 Thomas JaroschRename libftdi.spec.in to libftdi1.spec.in. Adapt packa...
2012-06-24 Thomas JaroschRename libftdi-config to libftdi1-config
2012-06-21 Thomas Jaroschpkgconfig file: Depend on libusb-1.0
2012-06-21 Maciej GrelaFix libftdi.pc file generation when building with ...
2012-05-22 Thomas JaroschAdd Xiaofan Chen to AUTHORS. This was long overdue
2012-05-22 Thomas JaroschAdd Jared Boone to AUTHORS
2012-05-22 Jared BoonePatch for building examples on MacOS X Lion
2012-05-15 Daniel KirkhamEEPROM max_power build/decode inconsistency
2012-04-13 Thomas JaroschAdd 'Anders Larsen' to AUTHORS
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-04-13 Anders Larsenftdi_eeprom: Fix segmentation fault after --flash_eeprom
2012-04-13 Anders Larsenftdi_eeprom: remove redundant debug output
2012-04-13 Xiaofan ChenFix _sleep warning on MinGW
2012-03-26 Youness AlaouiFix header, API change ftdi_write_data_async has been...
2012-02-03 Michel ZouPython wrapper update
2012-01-16 Thomas JaroschC++ wrapper: Reset internal USB device pointer on Conte...
2012-01-16 Thomas JaroschExample code: Fix compile warnings about unused variables
2012-01-16 Peter Schneidercpp-wrapper: when using get-string-and-reopen method...
2012-01-16 Thomas JaroschRemove duplicated udev rule.
2012-01-09 Michel ZouFix build on Mac OS X
2011-12-12 Andreas HelmckeAdd missing malloc in ftdi_eeprom
2011-12-05 Xiaofan ChenFix boost include directory in unit test
2011-11-29 Thomas JaroschUpdate udev rule syntax for newer kernels
2011-11-28 Lucian Langaudev rules: Support all FTDI chip types
2011-10-21 Michel ZouPython wrapper update
2011-10-21 Michel ZouDrop 64bit lib suffix on debian systems
2011-10-17 Michel ZouEnhance python wrapper
2011-10-11 Michel ZouFix installaton of python wrapper
2011-10-10 Thomas JaroschIncrease ftdi_eeprom->cbus_function array again
2011-10-08 Thomas JaroschRemove errorneous ; after if
2011-10-07 Thomas JaroschInterface can not be changed on an already open device
2011-10-04 Uwe BonnesUse ftdi_new and not ftdi_init in the examples
2011-09-30 Thomas JaroschSolved another TODO entry
2011-09-29 Thomas JaroschAdd example code demonstrating how to use the python...
2011-09-29 Thomas JaroschRemove old ftdi_enable_bitbang() function. It was marke...
2011-09-29 Thomas JaroschSWIG wrapper: Mark ftdi_version_info.version_str and...
2011-09-29 Uwe BonnesUse a private header for the private EEPROM structures
2011-09-29 Thomas JaroschUpgrade doxygen file with 'doxygen -u'
2011-09-29 Thomas JaroschQuiet normal doxygen output so we only see the useful...
2011-09-29 Thomas JaroschSome more steps done towards 1.0
2011-09-29 Thomas JaroschMerge remote-tracking branch 'origin/get-library-version'
2011-09-29 Thomas JaroschMerge branch 'autoconf-removal'
2011-09-26 Thomas JaroschIncrease library version to 0.99
2011-09-26 Thomas JaroschRemove unused templates directory
2011-09-26 Thomas JaroschUpdate release process documentation
2011-09-26 Thomas JaroschAdd 'make dist' target
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-09 Thomas JaroschMerge branch 'new-baudrate-code'
2011-09-09 Thomas JaroschAdjust unit test to match baudrate calculation for...
2011-09-08 Uwe Bonnesftdi_eeprom/main.c: Clean up the FTDI structure on...
2011-09-08 Uwe Bonnesftdi_eeprom/main.c: Malloc the eeprom Buffer with the...
2011-09-08 Uwe BonnesThe BM_type_chip option no longer exists
2011-09-08 Thomas JaroschDocument what needs to be done for an official 1.0...
2011-09-07 Thomas JaroschUpdate PC-Lint settings file
2011-09-07 Thomas JaroschFixture base class destructor should be virtual
2011-09-07 Thomas JaroschCosmetic changes and add Uwe to authors
2011-09-07 Uwe Bonnestest/baudrate.cpp: Add testcases for the rounding borde...
2011-09-07 Uwe BonnesRound the returned baudrate in ftdi_to_clkbits and...
2011-09-07 Uwe Bonnestest/baudrate.cpp: Change the expected results to the...
2011-09-07 Uwe Bonnes2232C is a BM type chips for baudrate calculations
2011-09-07 Uwe Bonnestest/baudrate.cpp: Use orthogonal names for the test...
2011-09-07 Uwe BonnesExplain the index/value format baudrate setting
2011-09-06 Thomas JaroschUnify baudrate unit test for chips behaving the same
2011-09-05 Thomas JaroschUpdate unit test to the new baudrate code
2011-09-05 Uwe BonnesRewrite the baudrate calculation, tested for 232R and...
2011-09-05 Thomas JaroschUpdate baudrate unit test to show divisor/fractional...
2011-09-05 Uwe Bonnesexamples/serial_test.c: Use smaller buffers for lower...
2011-09-05 Uwe Bonnesexamples/serial_test.c: Explicit set the line parameters
2011-09-05 Uwe Bonnesexamples/serial_test.c: Use FTDI vendor ID as default
2011-09-05 Uwe Bonnesexamples/serial_test.c: Don't crash if no pattern on...
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 Uwe Bonnesftdi_eeprom: the chip type is given by the connected...
2011-09-02 Uwe Bonnesftdi_eeprom: Change sequenc of initialization to get...
2011-09-02 Uwe Bonnesftdi_eeprom: If we don't understand the argument, tell...
2011-09-02 Thomas JaroschCosmetic changes to the unit test
2011-09-02 Thomas JaroschAdd unit test for existing baudrate calculcation code
2011-09-02 Thomas JaroschAdd (optional) unit test infrastructure
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 BonnesSearch for any devices with one of the default VID...
2011-07-27 Thomas JaroschFix more occurences of serial_read -> serial_test
2011-07-27 Uwe BonnesRename serial_read to serial_test, as now write is...
2011-07-27 Uwe BonnesGive usage hints for handling empty EEPROM
2011-07-27 Uwe BonnesFT232H has even more config bytes and less user_area
2011-07-27 Uwe BonnesOnly try ftdi_usb_open_dev if devices found
2011-07-27 Uwe BonnesBaud rate generation is the same as with FT2232H/FT232H
2011-07-27 Uwe BonnesMove opening the device before tampering with the value...
2011-07-19 Uwe Bonnesftdi_eeprom: Change handling the EEPROM size
2011-07-19 Uwe Bonnesftdi_eeprom: Use exported APIs only
2011-07-19 Uwe Bonnesexamples/eeprom: With no VID/PID/desc/serial, print...
next