Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/arduino-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: egrekov/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stickbreaker-patch-1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 30, 2019

  1. add option to Flush() to only clear txQueue

    Add the option to cause Flush() to just wait for tx data to clear the tx fifo and uart, leave the rx queue and rx fifo as is.
    stickbreaker authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    995b9a0 View commit details
    Browse the repository at this point in the history
  2. support tx only flush()

    stickbreaker authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    48d28fb View commit details
    Browse the repository at this point in the history
  3. support tx only Flush()

    stickbreaker authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    92403a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4046a58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be1a52e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8956c51 View commit details
    Browse the repository at this point in the history
  7. default value error

    stickbreaker authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    d7ccd54 View commit details
    Browse the repository at this point in the history
  8. default value error

    stickbreaker authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    fb82400 View commit details
    Browse the repository at this point in the history
  9. Update esp32-hal-uart.h

    stickbreaker authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    16b7589 View commit details
    Browse the repository at this point in the history
  10. Update esp32-hal-uart.c

    stickbreaker authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    070836a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    715fcbe View commit details
    Browse the repository at this point in the history
  12. sp

    stickbreaker authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    62b11df View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f1628cc View commit details
    Browse the repository at this point in the history
Loading