Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Loading
...
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
Loading
  • 15commits
  • 30files changed
  • 8contributors

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
    iranl authoredMar 5, 2025
    Configuration menu
    Copy the full SHA
    684a931View 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
    lucasssvaz authoredMar 5, 2025
    Configuration menu
    Copy the full SHA
    9e2f755View 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
    SuGlider authoredMar 7, 2025
    Configuration menu
    Copy the full SHA
    fb5f11bView 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
    SuGlider authoredMar 9, 2025
    Configuration menu
    Copy the full SHA
    efb02d3View 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
    oli-the-kitty authoredMar 10, 2025
    Configuration menu
    Copy the full SHA
    4677ea6View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8575d04View 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@pre-commit-ci-lite
    me-no-dev andpre-commit-ci-lite[bot] authoredMar 10, 2025
    Configuration menu
    Copy the full SHA
    eeb6a26View 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@pre-commit-ci-lite
    me-no-dev andpre-commit-ci-lite[bot] authoredMar 10, 2025
    Configuration menu
    Copy the full SHA
    bf5265cView commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    665d6f8View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2276f0bView 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
    SuGlider authoredMar 10, 2025
    Configuration menu
    Copy the full SHA
    e680e7bView 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@pre-commit-ci-lite
    SuGlider andpre-commit-ci-lite[bot] authoredMar 10, 2025
    Configuration menu
    Copy the full SHA
    d9dbc4aView 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
    SuGlider authoredMar 10, 2025
    Configuration menu
    Copy the full SHA
    e8a243cView 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
    me-no-dev authoredMar 10, 2025
    Configuration menu
    Copy the full SHA
    bda7c48View 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.cppUse ESP_ZB_HA_SIMPLE_SENSOR_DEVICE_ID device id* feat(zigbee): Add windspeed sensor endpoint* Update Zigbee.hAdd 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 <90197375+P-R-O-C-H-Y@users.noreply.github.com>Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    @lboue@P-R-O-C-H-Y@pre-commit-ci-lite
    3 people authoredMar 12, 2025
    Configuration menu
    Copy the full SHA
    07d6a5aView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp