fix mem leaks in examples ftdi_deinit -> ftdi_free
[libftdi] / ftdi_eeprom /
2012-12-28 Thomas JaroschIncrease copyright year (final release will be in 2013)
2012-12-27 Thomas JaroschInstall ftdi_eeprom
2012-07-07 Anders Larsenftdi_eeprom: reset the device after flashing the eeprom
2012-07-07 Anders Larsenftdi_eeprom: Added config value "eeprom_type"
2012-07-07 Anders Larsenftdi_eeprom: reset the device after flashing the eeprom
2012-07-07 Anders Larsenftdi_eeprom: Added config value "eeprom_type"
2012-06-24 Thomas JaroschRename library from libftdi to libftdi1
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
2011-12-12 Andreas HelmckeAdd missing malloc in ftdi_eeprom
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-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 JaroschFix include directories: Prefer local (probably newer...
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-01-19 Vladimir YakovlevNot writing to file, in flash_raw mode
2011-01-19 Vladimir YakovlevDefault USB PID differs for different devices. 0x6001...
2011-01-15 Thomas JaroschImport example config file from ftdi_eeprom tree
2011-01-15 Thomas JaroschFix raw eeprom buffer handling
2011-01-15 Thomas JaroschUse eeprom_set_value()/eeprom_get_value() where possible
2011-01-15 Thomas JaroschPrepare switch to opaque eeprom buffer
2011-01-15 Thomas JaroschUpdate copyright information and add ftdi_eeprom TODO...
2010-10-23 Thomas Jaroschftdi_eeprom compiles now. Still needs a lot of work
2010-10-23 Thomas JaroschAdd ftdi_eeprom target (currently disabled). Get versio...
2010-10-15 Thomas JaroschImport latest, unchanged ftdi_eeprom source
2010-09-27 Thomas JaroschCmake skeleton for ftdi_eeprom build support