- Notifications
You must be signed in to change notification settings - Fork7.8k
Comparing changes
Open a pull request
base repository:espressif/arduino-esp32
Uh oh!
There was an error while loading.Please reload this page.
base:3.2.0-RC1
head repository:espressif/arduino-esp32
Uh oh!
There was an error while loading.Please reload this page.
compare:3.2.0-RC2
- 15commits
- 30files changed
- 8contributors
Commits on Mar 5, 2025
fix(bt): Compile error on ESP32-P4 (#11035)
* fix(bt): Fix compile error on ESP32-P4* fix(bt): Fix compile error on ESP32-P4
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
Commits on Mar 7, 2025
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
Commits on Mar 9, 2025
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
Commits on Mar 10, 2025
Fix to a copy-paste error that causes a Guru Meditation crash with Zigbee Analog Example.
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>
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>
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
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>
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
Commits on Mar 12, 2025
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>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 3.2.0-RC1...3.2.0-RC2
Uh oh!
There was an error while loading.Please reload this page.