2011-11-17 19:17:48 by Jonathan A. Kollasch | Files touched by this commit (2) |
Log message: Update to libftdi-0.19. Changes since 0.18: - Make kernel driver detach configurable (Thomas Klose) - Correct ftdi_poll_modem_status() result code (Tom Saunders) - cmake build system improvements (Evgeny Sinelnikov) - Fix uninitialized memory access in async mode (Intra2net) - Support for FT232R eeprom features (Hermann Kraus) - Fix size returned by ftdi_read_data (Hermann Kraus) - C++ wrapper: Fix infinite recursion in set_bitmode (Intra2net) - Improvements to the python wrapper (Flynn Marquardt and Chris Zeh) |
2010-10-23 17:34:34 by Jonathan A. Kollasch | Files touched by this commit (1) |
Log message: buildlink for liftdi |
2010-10-23 17:26:46 by Jonathan A. Kollasch | Files touched by this commit (4) | |
Log message: import libftdi package. libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232D and FT245R, including the popular bitbang mode. The library is linked with your program in userspace, no kernel driver required. libFTDI works perfectly with Linux, Windows, MacOS X and BSD variants thanks to libusb. |