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

Adds HardwareSerial::setTxBufferSize() #6383

Merged
merged 8 commits into from
Mar 28, 2022

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    9a5e3d5 View commit details
    Browse the repository at this point in the history
  2. uartBegin def fix

    gonzabrusco committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c44468f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

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

Commits on Mar 17, 2022

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

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    8a505a0 View commit details
    Browse the repository at this point in the history
  2. checks TXBufferSize as defined in IDF

    Makes sure that the buffer size will not cause a reset to the board.
    SuGlider authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    89746b4 View commit details
    Browse the repository at this point in the history
  3. Removes double value in Rx/Tx Buffer Size

    Keeps Rx/Tx buffer size as set, not doubling it. It makes the process more clear.
    SuGlider authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    82aed79 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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