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: 2.0.15
Choose a base ref
...
head repository: espressif/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.16
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    627ffe6 View commit details
    Browse the repository at this point in the history
  2. roll back HardwareSerial.h

    SuGlider authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b49cfc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    69fbcf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5613767 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat(uart): changed buffer size to 32bits

    Changed header files to use the same IDF buffer limits.
    
    * this is a backport from PR #9554
    SuGlider authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d5a7072 View commit details
    Browse the repository at this point in the history
  2. fix(merging): roll back to create a proper PR

    Roll back as it was merged directly instead of creating a PR.
    SuGlider authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    58962d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feat (uart): uses the same IDF 32bits size for TX/RX buffers (#9561)

    * feat (uart): uses the same IDF 32bits size for TX/RX buffers
    
    Uses the same IDF 32bits size for TX/RX buffers.
    
    Changed header files to use the same IDF buffer limits.
    * this is a backport from PR #9554
    
    * feat (uart): change UART events logs to Verbose 
    
    UART events like BREAK or errors are now Verbose instead of Warning Level.
    
    Backporting change from Issue #9551
    
    * feat (uart): uses the same IDF 32bits size for TX/RX buffers.
    
    Uses the same IDF 32bits size for TX/RX buffers.
    
    Changed header files to use the same IDF buffer limits.
    * this is a backport from PR #9554
    
    * feat (uart): keep overflow log as warning
    
    Keeps Overflow /  Buffer Full log messages in Warning Level.
    SuGlider authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5492733 View commit details
    Browse the repository at this point in the history
Loading