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/esp32-arduino-lib-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/v4.4
Choose a base ref
...
head repository: m1nl/esp32-arduino-lib-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/v4.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 10 files changed
  • 1 contributor

Commits on Apr 23, 2025

  1. fix build scripts

    m1nl committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    ff25790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a25e05b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d5c4d1 View commit details
    Browse the repository at this point in the history
  4. update dependency references

    m1nl committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    7776d44 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

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

Commits on Apr 25, 2025

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

Commits on Aug 25, 2025

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

Commits on Aug 27, 2025

  1. expose ESP32_RTC_EXT_CRYST_ADDIT_CURRENT_METHOD kconfig by default

    ESP32_RTC_EXT_CRYST_ADDIT_CURRENT_METHOD is dependent on
    ESP32_RTC_CLK_SRC_EXT_CRYS, which sets RTC clock source boot-time.
    This constraint prevents applying ESP32_RTC_EXT_CRYST_ADDIT_CURRENT_METHOD
    setting when RTC clock is switched to 32k XTAL run-time, not boot-time.
    Some projects switch to 32k XTAL run-time and there is no way to
    set this flag with ESP-IDF rtc_clk_32k_enable API.
    m1nl committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    c5368ed View commit details
    Browse the repository at this point in the history
Loading