fixed EEPROM user-area space checks for FT232R and FT245R chips in ftdi_eeprom_build()
[libftdi] / examples / bitbang_ft2232.c
2013-01-28 Thomas JaroschFix usleep unit conversion
2013-01-28 Xiaofan ChenMinGW support: Change sleep() to usleep()
2013-01-15 Matthias Jankefix mem leaks in examples ftdi_deinit -> ftdi_free
2012-04-13 Xiaofan ChenFix _sleep warning on MinGW
2011-10-04 Uwe BonnesUse ftdi_new and not ftdi_init in the examples
2011-06-28 Uwe BonnesFix all leak in the examples shown with no device connected
2010-01-19 Jie ZhangInitial import of using libusb-1.0.
2009-12-13 Gerd v. Egidydon't use deprecated functions in examples anymore
2009-04-06 Uwe BonnesMingw Cross compiling
2009-03-17 Thomas JaroschShow a good example: Always check the return value...
2009-03-16 Thomas JaroschImprove indentation and whitespace cleanup
2007-01-24 Thomas Jaroschlibftdi: (tomj) updated ft2232 bitbang mode example
2006-10-09 Thomas Jaroschlibftdi: (tomj) polished documentation, started "exampl...