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

[U(S)ART] hardware flow control support #1634

Merged
merged 6 commits into from
Feb 2, 2022

Commits on Jan 26, 2022

  1. Add RTS/CTS configuration interface

    void setRts(_rts);
    void setCts(_cts);
    void setRtsCts(_rts, _cts);
    
    These APIs accept either uint32_t pin number or PinName.
    akasona committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    31937c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ac042 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54581cf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    0049c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a91670 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

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