fixed EEPROM user-area space checks for FT232R and FT245R chips in ftdi_eeprom_build()
[libftdi] / examples / baud_test.c
2012-01-16 Thomas JaroschExample code: Fix compile warnings about unused variables
2011-10-04 Uwe BonnesUse ftdi_new and not ftdi_init in the examples
2011-06-21 Uwe BonnesClean up on error
2010-10-04 Thomas JaroschReformat example code to match libftdi style:
2010-09-16 Thomas JaroschCorrect (signedness) issues detected by -Wall
2010-01-19 Jie ZhangInitial import of using libusb-1.0.
2009-12-12 Gerd v. Egidyuse ftdi_usb_open_string() in baud_test example
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...