-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Comparing changes
Open a pull request
base repository: espressif/arduino-esp32
base: 3.2.0-RC1
head repository: espressif/arduino-esp32
compare: 3.2.0-RC2
- 15 commits
- 30 files changed
- 8 contributors
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
Configuration menu - View commit details
-
Copy full SHA for 684a931 - Browse repository at this point
Copy the full SHA 684a931View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9e2f755 - Browse repository at this point
Copy the full SHA 9e2f755View commit details
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
Configuration menu - View commit details
-
Copy full SHA for fb5f11b - Browse repository at this point
Copy the full SHA fb5f11bView commit details
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
Configuration menu - View commit details
-
Copy full SHA for efb02d3 - Browse repository at this point
Copy the full SHA efb02d3View commit details
Commits on Mar 10, 2025
-
Fix to a copy-paste error that causes a Guru Meditation crash with Zigbee Analog Example.
Configuration menu - View commit details
-
Copy full SHA for 4677ea6 - Browse repository at this point
Copy the full SHA 4677ea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8575d04 - Browse repository at this point
Copy the full SHA 8575d04View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for eeb6a26 - Browse repository at this point
Copy the full SHA eeb6a26View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bf5265c - Browse repository at this point
Copy the full SHA bf5265cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 665d6f8 - Browse repository at this point
Copy the full SHA 665d6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2276f0b - Browse repository at this point
Copy the full SHA 2276f0bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e680e7b - Browse repository at this point
Copy the full SHA e680e7bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d9dbc4a - Browse repository at this point
Copy the full SHA d9dbc4aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e8a243c - Browse repository at this point
Copy the full SHA e8a243cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bda7c48 - Browse repository at this point
Copy the full SHA bda7c48View commit details
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.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>
Configuration menu - View commit details
-
Copy full SHA for 07d6a5a - Browse repository at this point
Copy the full SHA 07d6a5aView commit details
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