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: 3.0.0-rc2
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: 3.0.0-rc3
Choose a head ref
  • 11 commits
  • 44 files changed
  • 6 contributors

Commits on May 14, 2024

  1. docs(lib-builder): Add docker image documentation (#9621)

    * docs(lib-builder): Add docker image documentation
    
    * docs(lib-builder): Add note about git
    
    * docs(lib-builder): Fix windows command
    
    * Apply suggestions from code review
    
    Co-authored-by: Jan Procházka <[email protected]>
    
    ---------
    
    Co-authored-by: Jan Procházka <[email protected]>
    lucasssvaz and P-R-O-C-H-Y authored May 14, 2024
    Configuration menu
    Copy the full SHA
    5dd4692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5de054b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4db2edd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    a3c8a48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b98a5 View commit details
    Browse the repository at this point in the history
  3. fix: NetworkClientSecure - copyability improvements (#9632)

    and _timeout shadowing fixed
    JAndrassy authored May 15, 2024
    Configuration menu
    Copy the full SHA
    3d92ede View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7acd875 View commit details
    Browse the repository at this point in the history
  5. fix(cdc): Disable SOF interrupt and CDC reset on begin() (#9628)

    * fix(cdc): Disable SOF interrupt and CDC reset on begin()
    
    * feat(jtag/hwcdc): uses SOF detection from IDF
    
    Restores back IDF 5.1 SOF detection method in order to fix the HW CDC uploading process.
    
    Enabling SOF mask in the ISR routine causes a problem with esptool uploading when using CDC/JTAG port.
    
    * feat(jtag/hwcdc): uses SOF detection from IDF
    
    Restores back IDF 5.1 SOF detection method in order to fix the HW CDC uploading process.
    
    Enabling SOF mask in the ISR routine causes a problem with esptool uploading when using CDC/JTAG port.
    
    * feat: revert include 
    
    This include is not necessary here.
    
    Moving it back to the HWCDC.cpp file.
    
    * feat: adding a necessary include 
    
    Adding the IDF 5.1 SOF check include file.
    
    Necessary to make it compile. Moved from HWCDC.h file to here.
    
    * feat: move function call to header file
    
    * feat: Moved SOF function
    
    * feat: Removed unused header file
    
    * fix: Use correct SOF header file
    
    * ci(pre-commit): Apply automatic fixes
    
    * Small fixes for Debug prints on C3, C6 and H2
    
    * fix(usb): Fix log prints
    
    ---------
    
    Co-authored-by: Rodrigo Garcia <[email protected]>
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    3 people authored May 15, 2024
    Configuration menu
    Copy the full SHA
    6adeca4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6cbea1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    356e738 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50ef6f4 View commit details
    Browse the repository at this point in the history
Loading