libftdi
Thread
Date
Earlier messages
Messages by Thread
Error when multiple FTDI devices are connected and want to open a single one by product name
Karl Koehler
[PATCH] python/CMakeLists.txt: rework Python development files detection
yegorslists
Re: [PATCH] python/CMakeLists.txt: rework Python development files detection
Thomas Jarosch
[PATCH v2] ftdi_eeprom: fix static build
yegorslists
Re: [PATCH v2] ftdi_eeprom: fix static build
Thomas Jarosch
Re: [PATCH v2] ftdi_eeprom: fix static build
Yegor Yefremov
[PATCH] ftdi_eeprom: fix static build
yegorslists
Re: [PATCH] ftdi_eeprom: fix static build
Yegor Yefremov
[PATCH] Ignore VSCode temp folder
yegorslists
Re: [PATCH] Ignore VSCode temp folder
Thomas Jarosch
[PATCH 1/3] examples/async.c: fix sometimes-uninitialized warning
yegorslists
[PATCH 2/3] examples/async.c: remove unused includes
yegorslists
[PATCH 3/3] Ignore clangd specific files
yegorslists
Re: [PATCH 1/3] examples/async.c: fix sometimes-uninitialized warning
Thomas Jarosch
Support/Issue with for FT232HL
Ameya Vikram Singh
Re: Support/Issue with for FT232HL
Uwe Bonnes
Re: Support/Issue with for FT232HL
Ameya Vikram Singh
Re: Support/Issue with for FT232HL
Uwe Bonnes
[PATCH] C++ wrapper: get rid of the Boost dependency
Aurelien Jarno
Re: [PATCH] C++ wrapper: get rid of the Boost dependency
Thomas Jarosch
[PATCH] python/CMakeLists.txt: rework policy CMP0078
yegorslists
Re: [PATCH] python/CMakeLists.txt: rework policy CMP0078
Yegor Yefremov
Re: [PATCH] python/CMakeLists.txt: rework policy CMP0078
Thomas Jarosch
Re: [PATCH] python/CMakeLists.txt: rework policy CMP0078
Yegor Yefremov
[PATCH 1/4] CMakeLists.txt: bump CMake version to 3.15
yegorslists
[PATCH 2/4] CMakeLists.txt: enable CMAKE_EXPORT_COMPILE_COMMANDS by default
yegorslists
[PATCH 3/4] CMakeLists.txt: ignore out-of-source build folder
yegorslists
[PATCH 4/4] CMakeLists.txt: remove CMAKE_COLOR_MAKEFILE assignment
yegorslists
Re: [PATCH 1/4] CMakeLists.txt: bump CMake version to 3.15
Thomas Jarosch
issue with receiving emails from this mailinglist
Michal B
issue with ftdi stream on FT2232H
Michal B
Re: issue with ftdi stream on FT2232H
Uwe Bonnes
JTAG IDCODE
Røunnus
Re: JTAG IDCODE
Uwe Bonnes
ftdi_usb_get_strings fails because usb_dev is not set
Larry Martin
update for SWIG 4.3
Dan Horák
Re: update for SWIG 4.3
Thomas Jarosch
Building for 32 bit on 64 bit machine
Uwe Bonnes
How to recover from ftdi_write_data() error?
rick.wal...@agilent.com
RE: How to recover from ftdi_write_data() error?
rick.wal...@agilent.com
Using cpp, how do you get the eeprom strings from an already open device?
David Walton
Re: Using cpp, how do you get the eeprom strings from an already open device?
Harald Bergmann
ftdi_eeprom_get_strings() failure when the device has no serial number
David Walton
Re: ftdi_eeprom_get_strings() failure when the device has no serial number
Harald Bergmann
Re: ftdi_eeprom_get_strings() failure when the device has no serial number
David Walton
Problem with stream_test.c
Board
Re: Problem with stream_test.c
Board
Re: Problem with stream_test.c
Uwe Bonnes
[PATCH 00/10] msvc fixes
Shawn Hoffman
[PATCH 01/10] msvc: fix warnings by using all enum values in case statements
Shawn Hoffman
[PATCH 02/10] msvc: fix shadowed variable warning
Shawn Hoffman
[PATCH 04/10] cmake: fix elseif statement
Shawn Hoffman
[PATCH 03/10] cmake: autoformat
Shawn Hoffman
[PATCH 05/10] remove deprecated code
Shawn Hoffman
[PATCH 06/10] ftdipp: use stl instead of boost for shared_ptr
Shawn Hoffman
[PATCH 07/10] use timespec_get instead of gettimeofday timespec_get is in C11 hide some internal stream state from public api this is breaking change, but required as the old one was unusable anyway.
Shawn Hoffman
[PATCH 08/10] fix unit var warning if ftdi_read_eeprom_location returned error, data would not be initialized
Shawn Hoffman
[PATCH 10/10] cmake: fix building static lib on windows/msvc include(GNUInstallDirs) is required to populate CMAKE_INSTALL_LIBDIR
Shawn Hoffman
[PATCH 09/10] msvc: quiet uninteresting warnings GREATER_EQUAL needs cmake 3.7
Shawn Hoffman
Re: [PATCH 00/10] msvc fixes
Thomas Jarosch
[PATCH] ftdi_eeprom: Allow programming of the is_not_pnp value
Dmitry Baryshkov
Fwd: [libusb] Announcing libusb v1.0.27
Xiaofan Chen
[PATCH] CMake: bump the minimal required version to 3.5
yegorslists
Re: [PATCH] CMake: bump the minimal required version to 3.5
Thomas Jarosch
Pull Request Process
Andrew O'Mahony
Re: Pull Request Process
Yegor Yefremov
Re: Pull Request Process
Harrison Marcks
[PATCH 1/2] CMake: fix multiarch support
yegorslists
[PATCH 2/2] CMake: use ${PC_LIBUSB_LIBRARIES} instead of a library name
yegorslists
Re: [PATCH 2/2] CMake: use ${PC_LIBUSB_LIBRARIES} instead of a library name
Thomas Jarosch
Possible bug found in ftdipp.cpp: function "int Context::open(int vendor, int product)"
Wagner Andre
[PATCH v2 1/6] CMake: use dedicated recipe for documentation generation
yegorslists
[PATCH v2 2/6] CMake: report CMake version
yegorslists
[PATCH v2 3/6] CMake: rework findlibusb module
yegorslists
[PATCH v2 5/6] ftdipp/CMakeLists.txt: remove VIM modline settings
yegorslists
[PATCH v2 4/6] CMake: rework subdirectory handling
yegorslists
[PATCH v2 6/6] CMake: make the project compatible ´with building as a subproject
yegorslists
Re: [PATCH v2 6/6] CMake: make the project compatible ´with building as a subproject
Thomas Jarosch
[PATCH 1/2] CMake: use dedicated recipe for documentation generation
yegorslists
[PATCH 2/2] CMake: report CMake version
yegorslists
[PATCH] CMake: disable deprecated behavior
yegorslists
Re: [PATCH] CMake: disable deprecated behavior
Thomas Jarosch
[PATCH] Doxygen: resolve warnings
yegorslists
[PATCH 1/2] CMake: require 2.8.12 for cmake_example
yegorslists
[PATCH 2/2] CMake: rework documentation creation section
yegorslists
[PATCH] examples/eeprom.c: use AUTO_DETACH_REATACH_SIO_MODULE
yegorslists
[PATCH] CMake: fix indentation and normalize braces
yegorslists
Re: [PATCH] CMake: fix indentation and normalize braces
Thomas Jarosch
[WIP PATCH v3 1/2] Change user_data from pointer to a buffer
yegorslists
[WIP PATCH v3 2/2] Rework user area handling
yegorslists
[PATCH] Align is_not_pnp property
yegorslists
[PATCH] FT4232: show mode for both C and D channels
yegorslists
Re: [PATCH] FT4232: show mode for both C and D channels
Yegor Yefremov
Re: [PATCH] FT4232: show mode for both C and D channels
Thomas Jarosch
FT4232: Legacy port name and PnP fields
Yegor Yefremov
[PATCH] examples: eeprom: add the missing newlines
yegorslists
[PATCH] EEPROM: mention FT230X in the dynamic content calculation
yegorslists
[PATCH] EEPROM: fix checksum for FT230X series
yegorslists
[PATCH] Add .editorconfig for C and CMake files
yegorslists
[PATCH] Fix typos and harmonize spaces
yegorslists
[WIP PATCH v2 1/2] Change user_data from pointer to a buffer
yegorslists
[WIP PATCH v2 2/2] Rework user area handling
yegorslists
[PATCH 1/2] Change user_data from pointer to a buffer
yegorslists
[PATCH 2/2] Rework user area handling
yegorslists
[PATCH] CMake: bump the minimal required version to 2.8.12
yegorslists
EEPROM: calculate user_data_addr
Yegor Yefremov
Re: EEPROM: calculate user_data_addr
Yegor Yefremov
Re: EEPROM: calculate user_data_addr
Yegor Yefremov
Re: EEPROM: calculate user_data_addr
Yegor Yefremov
[PATCH] EEPROM: make user_data_addr value readable
yegorslists
[PATCH] Exposing ftdi_module_detach_mode for configuration
Johnson, Chris (Tulsa)
Re: [PATCH] Exposing ftdi_module_detach_mode for configuration
Thomas Jarosch
Purging receive buffer after using BITMODE_BITBANG
Colin Bourassa
Re: Purging receive buffer after using BITMODE_BITBANG
Thomas Jarosch
macOS build problem due to latest patch
Xiaofan Chen
Re: macOS build problem due to latest patch
Xiaofan Chen
[PATCH] Fix race during build of python bindings
Fabian Vogt
[PATCH] python: move from distutils to sysconfig
Dan Horák
Re: [PATCH] python: move from distutils to sysconfig
Thomas Jarosch
Unit test build failure under MSYS2 mingw
Xiaofan Chen
libusb_init is now deprecated
Xiaofan Chen
Re: libusb_init is now deprecated
Xiaofan Chen
Re: libusb_init is now deprecated
Xiaofan Chen
Re: libusb_init is now deprecated
Thomas Jarosch
[PATCH] ftdi_stream: fix timeout setting
Matthias Klein
Re: [PATCH] ftdi_stream: fix timeout setting
Thomas Jarosch
Re: [PATCH] ftdi_stream: fix timeout setting
Matthias Klein
[PATCH Fixed first device failure in open_desc function v3 1/2] Fixed first device failure in open_desc function
Harrison Marcks
[PATCH Fixed first device failure in open_desc function v3 2/2] action review comments
Harrison Marcks
Re: [PATCH Fixed first device failure in open_desc function v3 1/2] Fixed first device failure in open_desc function
Thomas Jarosch
Re: [PATCH Fixed first device failure in open_desc function v3 1/2] Fixed first device failure in open_desc function
Harrison Marcks
justresending the ft4233hpq patch
benjamin maddocks
Re: justresending the ft4233hpq patch
benjamin maddocks
Re: just resending the ft4233hpq patch
Thomas Jarosch
Re: just resending the ft4233hpq patch
benjamin maddocks
Re: just resending the ft4233hpq patch
benjamin maddocks
Re: just resending the ft4233hpq patch
Thomas Jarosch
Re: just resending the ft4233hpq patch
Dan Horák
Re: just resending the ft4233hpq patch
benjamin maddocks
Re: USB Device file disappeared after ftdi library open its port
Thomas Jarosch
Re: Better error code from ftdi_write_data()
Thomas Jarosch
Re: Better error code from ftdi_write_data()
Ларионов Даниил
[PATCH] Fixed first device failure in open_desc function
Harrison Marcks
[PATCH] Fixed first device failure in open_desc function
Harrison Marcks
Re: [PATCH] Fixed first device failure in open_desc function
Thomas Jarosch
Re: [PATCH] Fixed first device failure in open_desc function
Thomas Jarosch
[PATCH 2/2] action review comments
Harrison Marcks
Re: [PATCH 2/2] action review comments
Harrison Marcks
[PATCH] Add group 0 & 1 options to ftdi_eeprom, and fix group1 eeprom offset for ft232h
Brian
Re: [PATCH] Add group 0 & 1 options to ftdi_eeprom, and fix group1 eeprom offset for ft232h
Brian
Re: [PATCH] Add group 0 & 1 options to ftdi_eeprom, and fix group1 eeprom offset for ft232h
Thomas Jarosch
f4233hpq patches
benjamin maddocks
Re: ft4233hpq support (was: f4233hpq patches)
Thomas Jarosch
Re: ft4233hpq support (was: f4233hpq patches)
benjamin maddocks
Re: ft4233hpq support (was: f4233hpq patches)
benjamin maddocks
[PATCH] CMakeLists.txt: fix static build with libusb and -latomic
Fabrice Fontaine
Re: [PATCH] CMakeLists.txt: fix static build with libusb and -latomic
Thomas Jarosch
Synchronous Baud Rate Change
Owen, Parker (US)
Re: Synchronous Baud Rate Change
Thomas Jarosch
Re: Synchronous Baud Rate Change
Ori Idan
Re: Synchronous Baud Rate Change
benjamin maddocks
Fwd: [libusb] Announcing libusb v1.0.25
Xiaofan Chen
Fwd: libusb-1.0.25rc1 released
Xiaofan Chen
How to program serial numbers to multiple devices
Lars Täuber
Re: How to program serial numbers to multiple devices
Arnim Läuger
Re: How to program serial numbers to multiple devices
Lars Täuber
build libftdi with msvc
Philipp von-den-Hoff
64bit Windows Snapshot Binary
Xiaofan Chen
Re: 64bit Windows Snapshot Binary
Xiaofan Chen
baudrate/frequency in bitbang mode
Michael Niewöhner
Re: baudrate/frequency in bitbang mode
Michael Plante
Re: baudrate/frequency in bitbang mode
Michael Niewöhner
libusb-1.0.25RC1 comining
Xiaofan Chen
Minor patches to push upstream
Tomasz Wasilczyk
Re: Minor patches to push upstream
Tomasz Wasilczyk
Re: Minor patches to push upstream
Thomas Jarosch
Re: Minor patches to push upstream
Tomasz Wasilczyk
Re: Minor patches to push upstream
Thomas Jarosch
Feature Request: Identify LibFTDI Device Strings
Karl Semich
Re: Feature Request: Identify LibFTDI Device Strings
Thomas Jarosch
Re: Feature Request: Identify LibFTDI Device Strings
Karl Semich
Help debug dropped transfers in FT232H sync fifo application
rick.wal...@agilent.com
Re: Help debug dropped transfers in FT232H sync fifo application
Ed Jubenville
RE: Help debug dropped transfers in FT232H sync fifo application
rick.wal...@agilent.com
Re: Help debug dropped transfers in FT232H sync fifo application
Ed Jubenville
RE: Help debug dropped transfers in FT232H sync fifo application
rick.wal...@agilent.com
RE: Help debug dropped transfers in FT232H sync fifo application
rick.wal...@agilent.com
usb_open() failed on Windows 10
drfiemost
Re: usb_open() failed on Windows 10
Xiaofan Chen
Re: usb_open() failed on Windows 10
drfiemost
Compile error on MinGW
drfiemost
Re: Compile error on MinGW
Xiaofan Chen
Re: Compile error on MinGW
drfiemost
Re: Compile error on MinGW
Xiaofan Chen
Re: Compile error on MinGW
Xiaofan Chen
CMake modernization PR
Andrew Marshall
Re: CMake modernization PR
Thomas Jarosch
Fwd: [libusb] Announcing libusb v1.0.24
Xiaofan Chen
Re: Fwd: [libusb] Announcing libusb v1.0.24
Paul Fertser
Re: Fwd: [libusb] Announcing libusb v1.0.24
Xiaofan Chen
Earlier messages