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.2.0-RC1
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.2.0-RC2
Choose a head ref
  • 15 commits
  • 30 files changed
  • 8 contributors

Commits on Mar 5, 2025

  1. fix(bt): Compile error on ESP32-P4 (#11035)

    * fix(bt): Fix compile error on ESP32-P4
    
    * fix(bt): Fix compile error on ESP32-P4
    iranl authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    684a931 View commit details
    Browse the repository at this point in the history
  2. test(i2c): Add test to scan bus (#11022)

    * test(i2c): Add test to scan bus
    
    * test(i2c): Add scan test with wifi running
    
    * fix(i2c): Simplify test
    lucasssvaz authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    9e2f755 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. feat(matter): necessary changes to insights version for esp_matter (#…

    …11042)
    
    * feat(matter): necessary changes to insights version for esp_matter
    
    * feat(rainmaker): update RainMaker version to 1.5.2
    SuGlider authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    fb5f11b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. feat(gpio): allows mixing digital and analog read/write operations (#…

    …11016)
    
    * feat(gpio): allows mixing digital and analog read/write operations
    
    * fix(gpio): simple mistake in calling __pinMode() fnuction
    
    * fix(gpio): simple mistake in calling __pinMode() fnuction
    
    * feat(gpio): update the log message to tell the solution for the error.
    
    * feat(gpio): warn user about digitalRead() used with non GPIO pin
    
    * fix(gpio): wrong peripheral manager test case
    SuGlider authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    efb02d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Fix to issue #11044 (#11064)

    Fix to a copy-paste error that causes a Guru Meditation crash with Zigbee Analog Example.
    oli-the-kitty authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    4677ea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8575d04 View commit details
    Browse the repository at this point in the history
  3. fix(wifi): Disable properly LR mode if it was enabled before (#11052)

    * fix(wifi): Disable properly LR mode if it was enabled before
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    me-no-dev and pre-commit-ci-lite[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    eeb6a26 View commit details
    Browse the repository at this point in the history
  4. feat(eth): Add setters for negotiation, speed and duplex modes (#11053)

    * feat(eth): Add setters for negotiation, speed and duplex modes
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    me-no-dev and pre-commit-ci-lite[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    bf5265c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    665d6f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2276f0b View commit details
    Browse the repository at this point in the history
  7. fix(matter): removes a few matter 1.4 / IDF 5.4 compilation warning m…

    …essages (#11067)
    
    * fix(matter): uninitialized fields warning
    
    * fix(matter): uninitialized fields warning
    SuGlider authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    e680e7b View commit details
    Browse the repository at this point in the history
  8. fix(matter): examples must set pin to Digital Mode after analogWrite(…

    …) and before digitalWrite() (#11070)
    
    * fix(matter): itshall set digital mode before digitalWrite
    
    * fix(matter): example must set pin in digital mode before writting
    
    * fix(matter): example shall set digital mode before writing
    
    * fix(matter): digitalMode necessary before digitalWrite(LOW)
    
    * fix(matter): example must set digital mode after analogwrite
    
    * fix(matter): wrong copy paste
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    SuGlider and pre-commit-ci-lite[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    d9dbc4a View commit details
    Browse the repository at this point in the history
  9. fix(network): fixes a macro name conflict warning (#11068)

    * fix(network): fixes a macro name conflict warning
    
    * feat(networking): removed local maco definition in favor of IDF one
    SuGlider authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    e8a243c View commit details
    Browse the repository at this point in the history
  10. IDF release/v5.4 d4aa25a3 (#11060)

    IDF release/v5.4 d4aa25a3
    me-no-dev authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    bda7c48 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. feat(Zigbee): Adding Zigbee Wind speed sensor endpoint (#10455)

    * Create ZigbeeWindSpeedSensor.h
    
    * Create ZigbeeWindSpeedSensor.cpp
    
    * Update ZigbeeWindSpeedSensor.cpp
    
    * Update ZigbeeWindSpeedSensor.cpp
    
    * Create ZigbeeWindSpeedSensor.ino
    
    * Update ZigbeeWindSpeedSensor.ino
    
    * Update ZigbeeWindSpeedSensor.ino
    
    * Create ci.json
    
    * Rename ZigbeeWindSpeedSensor.ino to Zigbee_Wind_Speed_Sensor.ino
    
    * Rename ci.json to ci.json
    
    * Update CMakeLists.txt
    
    * Update Zigbee_Wind_Speed_Sensor.ino
    
    * Update Zigbee_Wind_Speed_Sensor.ino
    
    * Update Zigbee_Wind_Speed_Sensor.ino
    
    * Update ZigbeeWindSpeedSensor.cpp
    
    * Update ZigbeeWindSpeedSensor.cpp
    
    Use ESP_ZB_HA_SIMPLE_SENSOR_DEVICE_ID device id
    
    * feat(zigbee): Add windspeed sensor endpoint
    
    * Update Zigbee.h
    
    Add ZigbeeWindSpeedSensor.h
    
    * update example
    
    * add missing sdkconfig include
    
    * add readme
    
    * ci(pre-commit): Apply automatic fixes
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Jan Procházka <[email protected]>
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    3 people authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    07d6a5a View commit details
    Browse the repository at this point in the history
Loading