Skip to content

Flush now uses ftdi_tcioflush() when libftdi ≥ 1.5. #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
syha6821 opened this issue Apr 18, 2025 · 0 comments · Fixed by #14
Closed

Flush now uses ftdi_tcioflush() when libftdi ≥ 1.5. #13

syha6821 opened this issue Apr 18, 2025 · 0 comments · Fixed by #14

Comments

@syha6821
Copy link

syha6821 commented Apr 18, 2025

When libftdi version 1.5 is available, it is recommended to use replaced flush functions.

Below is from https://www.intra2net.com/en/developer/libftdi/
Implement tc[io]flush methods & deprecate broken purge_buffers methods
Please check your code for ftdi_usb_purge_rx_buffer(), ftdi_usb_purge_tx_buffer() and ftdi_usb_purge_buffers() and migrate to the new ftdi_tc[io]flush() methods.

intra2net
https://www.intra2net.com/en/developer/libftdi/

commit
particle-iot/libftdi@ed46f09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant