Skip to content
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

add Adafruit_USBD_CDC::ignoreFlowControl #459

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 15, 2024

  1. add Adafruit_USBD_CDC::ignoreFlowControl

    In some cases, the target application will not assert the DTR virtual line, thus preventing writing operations to succeed.
    For this reason, the Adafruit_USBD_CDC::ignoreFlowControl() method disables the connection’s state verification, enabling the program to write on the port, even though the data might be lost.
    misaka19465 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0672cb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Limit Adafruit_USBD_CDC::ignoreFlowcontrol to rp2040 core

    Adafruit_USBD_CDC::ignoreFlowcontrol added in
    0672cb8 may only work for rp2040 for
    now.
    So add #ifdef to limit this method to rp2040 core only.
    misaka19465 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e674b68 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    deca2f5 View commit details
    Browse the repository at this point in the history