ftdi_stream: fix timeout setting: tv_usec field of timeval is in microseconds, not ms
[libftdi] / examples /
2013-02-26 Michel ZouMoved python stuff to own directory
2013-02-14 Michel ZouFixed read_pins argout typemap being sensitive to encoding.
2013-01-28 Thomas JaroschFix usleep unit conversion
2013-01-28 Xiaofan ChenMinGW support: Change sleep() to usleep()
2013-01-24 Michel ZouRenamed LibFTDIConfig.cmake. Cosmetic changes to CMakeL...
2013-01-23 Michel ZouAdded cmake config file
2013-01-15 Matthias Jankefix mem leaks in examples ftdi_deinit -> ftdi_free
2012-12-23 Thomas JaroschC++ wrapper: Fix use-after-free issue in List::find_all()
2012-10-22 Uffe JakobsenFix build on FreeBSD (cmake file typo)
2012-10-22 Michel ZouUpdated python wrapper: Fixes for python3 + documentation
2012-08-23 Michel Zoupython bindings: python3 support
2012-07-07 Thomas JaroschRename python wrapper to ftdi1. Adapt examples with...
2012-06-24 Thomas JaroschRename library from libftdi to libftdi1
2012-05-22 Jared BoonePatch for building examples on MacOS X Lion
2012-04-13 Xiaofan ChenFix _sleep warning on MinGW
2012-02-03 Michel ZouPython wrapper update
2012-01-16 Thomas JaroschExample code: Fix compile warnings about unused variables
2011-10-21 Michel ZouPython wrapper update
2011-10-17 Michel ZouEnhance python wrapper
2011-10-08 Thomas JaroschRemove errorneous ; after if
2011-10-04 Uwe BonnesUse ftdi_new and not ftdi_init in the examples
2011-09-29 Thomas JaroschAdd example code demonstrating how to use the python...
2011-09-29 Thomas JaroschMerge remote-tracking branch 'origin/get-library-version'
2011-09-29 Thomas JaroschMerge branch 'autoconf-removal'
2011-09-26 Thomas JaroschRemove autoconf support. Project switched to cmake
2011-09-25 Thomas JaroschAdded API to get libftdi library version.
2011-09-25 Thomas JaroschSilence gcc warnings about possible uninitialized variables
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 include directories: Prefer local (probably newer...
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 BonnesOnly try ftdi_usb_open_dev if devices found
2011-07-19 Uwe Bonnesexamples/eeprom: With no VID/PID/desc/serial, print...
2011-07-08 Uwe Bonnesexamples/find-all: Use the new "find-all" option
2011-07-04 Uwe BonnesAllow to search for all FTDI standard VID/PID
2011-06-28 Uwe BonnesDon't return before cleanup
2011-06-28 Uwe Bonnes1.0/examples/stream_test: Fix memory leakage pathes
2011-06-28 Uwe BonnesFix all leak in the examples shown with no device connected
2011-06-21 Uwe BonnesClean up on error
2011-06-21 Uwe BonnesClean up in error pathes
2011-06-21 Uwe BonnesRemove other duplicate-code
2011-06-21 Uwe BonnesAbort if no EEPROM is found
2011-06-21 Uwe BonnesRemove some code duplication
2011-05-20 Thomas JaroschMerge branch 'eeprom-new'
2010-10-04 Thomas JaroschReformat example code to match libftdi style:
2010-10-04 Uwe BonnesUse API and not direct structure ftdi->eeprom access...
2010-09-27 Uwe BonnesAnother approach to get the examples/streamtest.c print...
2010-09-27 Uwe BonnesAnother approach to get the examples/streamtest.c print...
2010-09-27 Uwe BonnesDocument the write option in usage()
2010-09-20 Uwe Bonnesexamples/eeprom.c: Remove unused variable
2010-09-20 Uwe BonnesAdd option to write eeprom
2010-09-20 Uwe BonnesHandle manufacturer/product/serial strings internal...
2010-09-20 Uwe BonnesProvide internal eeprom structure buffer with internal...
2010-09-20 Uwe BonnesUse allocated ftdi structure
2010-09-20 Uwe BonnesInitialize use_defaults
2010-09-20 Uwe BonnesExample for the EEPROM API
2010-09-16 Thomas JaroschCorrect (signedness) issues detected by -Wall
2010-09-16 Uwe Bonnesstream_test.c cleanup
2010-06-25 Mike Frysingerlibftdi: add a --without-examples configure flag
2010-06-21 Emmanuel BlotFix up build on Mac OS X:
2010-06-21 Emmanuel BlotFix up string formatting for long long integers (64...
2010-06-10 Uwe BonnesCorrect version of ftdi_readstream agains GIT Head
2010-06-09 Uwe BonnesProvide a streaming read, base on code from Micah Dowty
2010-01-19 Jie ZhangInitial import of using libusb-1.0.
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
next