building parts of libftdi via cmake is now optional.
[libftdi] / examples /
2010-01-18 Gerd von Egidybuilding parts of libftdi via cmake is now optional.
2009-12-13 Gerd v. Egidydon't use deprecated functions in examples anymore
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...
2009-12-04 Thomas JaroschRenamed examples/sio to examples/serial_read
2009-12-04 Jim Parisexamples: add sio example
2009-05-04 Thomas JaroschFix result test of example application
2009-05-04 Marek VavrusaFixed Context::open as get_strings() closes the device...
2009-04-06 Uwe BonnesMingw Cross compiling
2009-03-17 Thomas JaroschShow a good example: Always check the return value...
2009-03-16 Thomas Jaroschlibftdi++: Adjust library filename to match autoconf...
2009-03-16 Thomas JaroschImprove indentation and whitespace cleanup
2008-10-22 Thomas JaroschInclude cmake rules in 'make dist'
2008-10-21 Thomas JaroschRemoved examples/memorytest.cpp - it's more like a...
2008-10-21 Thomas Jaroschcmake rules: Fixed project description, adjusted output...
2008-10-21 Marek VavrusaAdded cmake rules
2008-10-21 Thomas JaroschAdded C++ examples to the build process
2008-10-21 Marek VavrusaAdded C++ wrapper examples
2008-09-08 Thomas Jaroschlibftdi: (tomj) fixed flow control code, fixed wrong...
2007-10-19 Thomas Jaroschlibftdi: (tomj) FTDICHIP-ID read support
2007-04-24 Thomas JaroschContributed CBUS EEPROM template
2007-04-24 Thomas JaroschCBUS example fixed by Steve Brown
2007-04-24 Thomas Jaroschlibftdi: (tomj) short CBUS mode example
2007-04-24 Thomas Jaroschlibftdi: (tomj) short CBUS mode example
2007-04-24 Thomas JaroschProper copyright headers
2007-04-19 Thomas Jaroschlibftdi: (tomj) fix ftdi_list_free
2007-04-19 Thomas JaroschCosmetic changes
2007-01-24 Thomas Jaroschlibftdi: (tomj) updated ft2232 bitbang mode example
2006-10-09 Thomas Jaroschlibftdi: (tomj) polished documentation, started "exampl...