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-rc3
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
Choose a head ref
  • 13 commits
  • 11 files changed
  • 10 contributors

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    196e440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c36a2 View commit details
    Browse the repository at this point in the history
  3. fix(eth): Attach ETH events at the correct place (#9658)

    This is to ensure that stack events are called before ours, because callbacks are called in order of attaching
    me-no-dev authored May 21, 2024
    Configuration menu
    Copy the full SHA
    f2e064d View commit details
    Browse the repository at this point in the history
  4. feat(eth): Enable the possibility to use SPI ETH with only 4 wires (#…

    …9659)
    
    This PR enables ETH_SPI_SUPPORTS_NO_IRQ to support connection by only 4 wires (SCK, MISO, MOSI and SS) with IRQ and RESET being set as -1
    me-no-dev authored May 21, 2024
    Configuration menu
    Copy the full SHA
    b1c9506 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix(eth): Fix ETH.end() (#9661)

    * fix(eth): Fix ETH.end()
    
    * fix(eth): set glue handle to NULL
    me-no-dev authored May 22, 2024
    Configuration menu
    Copy the full SHA
    ee081b9 View commit details
    Browse the repository at this point in the history
  2. fix: remove "programmer.default" from Nano ESP32 (#9666)

    Setting programmer.default has unfortunately multiple effects:
    - sets the tick by default in the Tool menu in the IDE (which was the
      expected behavior),
    - forces the CLI to use the specified programmer every time an upload is
      attempted (which is confusing users).
    
    For this reason, it is better to remove the "programmer.default" setting
    from the board definition and let the user choose the programmer in the
    IDE menus, as it was before.
    pillo79 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    d164df8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update Kconfig.projbuild (#9684)

    Fix selective compilation to include LittleFS library when checked in menu.
    monte-monte authored May 27, 2024
    Configuration menu
    Copy the full SHA
    316c021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097f2ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4717585 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca28e65 View commit details
    Browse the repository at this point in the history
  5. feat(3rd_party_board):Add GPIO pin mappings for M5Stack CamS3 Unit an…

    …d select OPI PSRAM by default (#9688)
    
    * feat(camera): Add GPIO pin numbers for M5Stack CamS3 Unit
    
    * docs(troubleshooting): Update guide for M5UnitCamS3 PSRAM configuration
    
    * fix(): Remove QSPI option from M5Stack CamS3
    
    * ci(pre-commit): Apply automatic fixes
    
    * fix(): Make OPI PSRAM option as default
    
    * fix(): Revert troubleshooting addition
    
    ---------
    
    Co-authored-by: Jan Prochazka <[email protected]>
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    3 people authored May 27, 2024
    Configuration menu
    Copy the full SHA
    8091b7a View commit details
    Browse the repository at this point in the history
  6. fix(esp-hal-log):Provide a default TAG name for USE_ESP_IDF_LOG loggi…

    …ng macro (#9686)
    
    * change(logging): Provide a default TAG name for USE_ESP_IDF_LOG
    
    The ESP-IDF logging library has some nice features such as log
    forwarding. esp32-hal-log.h has long supported the USE_ESP_IDF_LOG
    macro, but due to subsequent changes, it requires a global TAG
    preprocessor macro to be defined. The macro name is too generic and
    just having a sane default would be preferable.
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    mairas and pre-commit-ci-lite[bot] authored May 27, 2024
    Configuration menu
    Copy the full SHA
    d94b32e View commit details
    Browse the repository at this point in the history
  7. fix(release): Update merge_package.py (#9694)

    Use packaging.version instead of the deprecated distutils.version
    me-no-dev authored May 27, 2024
    Configuration menu
    Copy the full SHA
    b3ad98c View commit details
    Browse the repository at this point in the history
Loading