- Notifications
You must be signed in to change notification settings - Fork7.7k
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.1
head repository:espressif/arduino-esp32
Uh oh!
There was an error while loading.Please reload this page.
compare:master
- 16commits
- 44files changed
- 10contributors
Commits on Jul 3, 2025
* Updated Pins of DevkitsDeleted soc_caps.h library and related commands at Deneyap Kart 1A v2, Deneyap Kart 1A, Deneyap Mini and Deneyap Mini v2.Added TX1 and RX1 pins and updated LED pin definition at all Devkits.Added BOOT (BT) pins at Deneyap Kart, Deneyap Kart 1A, Deneyap Mini and Deneyap Kart G.Changed D0 and D1 pin numbers at Deneyap Kart G.Changed D12, D13, D14, D15, PWM0 and PWM1 pin numbers at Deneyap Kart 1A v2.Added A8, T0, T1, T2, T3, T4, T5, T6, T7, T8, D16, D17, D18, D19, PWM2, PWM3, PWM4 and BAT pin numbers at Deneyap Kart 1A v2.Changed A2, A3, A4 (T0) and A5 (T1) pin numbers at Deneyap Kart and Deneyap Kart 1A.Renamed DA2 (DAC2) pin as DA0 (DAC0) and changed DAC1 and DAC2 pin numbers at Deneyap Mini and Deneyap Mini v2.* Updated board.txt of all DevkitsUpdated board.txt of all Devkits* Remove Repeating Pin DefinitionRemove Repeating Pin Definition* Fix Pin DefinitionRemove repeating pin definitions of SPI, I2C and DAC.Update RGB LED definition for using digitalWrite() command with RGB LED.* Remove Repeating Pin DefinitionsRemove repeating pin definitions of LEDB, SPI, I2C and DAC.* Update RGB LED definitionUpdate RGB LED definition for using digitalWrite() command with RGB LED.* Fix broken links for external library testFix broken links for external library test* Update UploadMode Config of Deneyap Kart 1A v2Update UploadMode Config of Deneyap Kart 1A v2* Add Deneyap Kart v2Add pin definitions and configs of Deneyap Kart v2.* Update UploadMode configHardware CDC is default now.* Fixed typo faultFixed typo fault* Fixed build.board parameterFixed build.board parameter* Removed unsupported Flash sizes and RAM typeRemoved unsupported Flash sizes and RAM type from menu.* Remove unsupported partition optionsRemove unsupported partition options* Fixed Annotations and Space* Update pins_arduino.h
Commits on Jul 7, 2025
fix(board): Update PSRAM configuration for RAK3112 to fix PSRAM error (…
…#11552)* fix(board): Update PSRAM configuration for RAK3112 to fix PSRAM error* feat(board): RAK3112 add WisBlock module pin definitions to pins_arduino.h* fix(board): Update RAK3112 flash mode and boot settings for improved performance* ci(pre-commit): Apply automatic fixes---------Co-authored-by: Daniel.Cao <daniel.cao@rakwireless.com>Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Commits on Jul 8, 2025
feat(zigbee): Add Fan Control endpoint support (#11559)
* feat(zigbee): Add Fan Control endpoint support* fix(zigbee): Update logs and change device_id* 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(async): Update IP setup in AsyncUDP (#11569)
* fix(async): Update IP setup in AsyncUDP* fix(udp): Revert to IP_SET_TYPE_VAL in connect
Add access methods to get the Wire bus number and I2C bus handle (#11570
Commits on Jul 9, 2025
feat(docs_version): Update docs in update-version script (#11564)
* feat(docs_version): Update docs in update-version script* fix(logging): Fix log message* fix(idf_version): Add error if IDF version is not found
Commits on Jul 11, 2025
feat(matter): new matter lambda function example (#11561)
Adds a new Matter Library example using lambda function to creat 6 endpoints using a single callback
Commits on Jul 12, 2025
feat(wire): std::functional Wire slave callback functions (#11582)
This PR enhances the Wire library to support std::function–based callbacks for I2C slave mode, enabling the use of lambdas and captured contexts.- Replaces raw function pointers in TwoWire and HardwareI2C with std::function for onRequest and onReceive- Updates constructors, method signatures, and default initializations to use std::function- Adds new example sketch, CI config, and documentation updates demonstrating the functional callback API
Commits on Jul 14, 2025
ci(gitlab): Initial GitLab setup (#11577)
* ci(gitlab): Initial GitLab setup* fix(version): Add to version update script* ci(pre-commit): Apply automatic fixes---------Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Commits on Jul 16, 2025
feat(gpio): new functional interrupt lambda example (#11589)
* feat(gpio): new functional interrupt lambda example* fix(readme): schematic diagram allignment* fix(example): uses volatile for ISR variablesCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* fix(example): uses volatile for ISR variablesCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* fix(example): uses volatile data type also for the pointers* fix(readme): clear documentation* feat(example): improves ISR execution timeCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* feat(gpio): simplifies the example and documentation* feat(gpio): uses IRAM lambda and fixes volatile operation* fix(doc): fixing documentation apresentation* ci(pre-commit): Apply automatic fixes* fix(ci): Update README.md---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
feat(openthread): native API extension (#11598)
* feat(openthread): native API extension* fix(openthread): wrong return type and parameter* fix(openthread): wrong field reference* fix(openthread): CR/LF fix* feat(openthread): print leader RLOC information* feat(openthread): code improvements* ci(pre-commit): Apply automatic fixes---------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.1...master
Uh oh!
There was an error while loading.Please reload this page.