-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: awsp/arduino-esp32
base: master
head repository: espressif/arduino-esp32
compare: master
- 18 commits
- 78 files changed
- 16 contributors
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 875b923 - Browse repository at this point
Copy the full SHA 875b923View commit details -
feat(SDFS): Add destructor for SD card to clean up resources (espress…
…if#11521) * feat(test): Enhance NVS test * fix(nvs): Remove unused Unity header and improve Serial wait loop * refactor(nvs): Extract string increment logic into a separate function * refactor(test): Format long strings in expect_exact calls for better readability * feat(SDFS): Add destructor to clean up resources
Configuration menu - View commit details
-
Copy full SHA for 9a35d94 - Browse repository at this point
Copy the full SHA 9a35d94View commit details -
feat(esp_now): Add support for ESP NOW V2 (espressif#11524)
* feat(esp_now): Add support for ESP NOW V2 * fix(esp_now): Return -1 on error
Configuration menu - View commit details
-
Copy full SHA for 6754b19 - Browse repository at this point
Copy the full SHA 6754b19View commit details -
fix(esp32): Fix appending to Strings longer than 64k (espressif#11523)
If oldLen is truncated to uint16_t, appending to a String that is longer than 65535 bytes will create a broken string.
Configuration menu - View commit details
-
Copy full SHA for 6476260 - Browse repository at this point
Copy the full SHA 6476260View commit details -
feat(variant): add kode dot ESP32-S3 board with QSPI LCD, SD and GPIO…
… … (espressif#11371) * feat(variant): add KodeDot ESP32-S3 board with QSPI LCD, SD and GPIO header * fix(kodedot): Reorder board definitions and translate comments to English * fix(kodedot): Clean up OTA override and remove unused partition menu for kode dot * fix(kodedot): Build board changed from ESP32S3_DEV to KODE_DOT on kode dot board * ci(pre-commit): Fix whitespace, EOLs and codespell 'Analog' * ci(pre-commit): Add bash script formatter * fix(merge): New name and description for custom merge tool and change partitions table to variants folder
Configuration menu - View commit details
-
Copy full SHA for 6e60f2f - Browse repository at this point
Copy the full SHA 6e60f2fView commit details -
feat(p4): Add method to set the pins for SDIO to WiFi chip (espressif…
…#11513) * feat(p4): Add method to set the pins for SDIO to WiFi chip * 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 2592a7b - Browse repository at this point
Copy the full SHA 2592a7bView commit details
Commits on Jul 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8cf0818 - Browse repository at this point
Copy the full SHA 8cf0818View commit details -
fix(csrf): Fix SCRF vulnerability in OTA examples and libraries (espr…
…essif#11530) * fix(csrf): Fix SCRF vulnerability in WebUpdate.ino * fix(csrf): Prevent CSRF on other OTA examples * fix(csrf): Require auth user and pass to be changed * 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 f4fdecc - Browse repository at this point
Copy the full SHA f4fdeccView commit details -
IDF release/v5.4 (espressif#11517)
* IDF release/v5.4 dfa785ed * IDF release/v5.4 72775cd6 * IDF release/v5.4 858a988d
Configuration menu - View commit details
-
Copy full SHA for 212b12b - Browse repository at this point
Copy the full SHA 212b12bView commit details -
fix(example): led flash not working if not using default model in cam…
…era example. (espressif#11466) * fix(example): led flash not working if not using default model in camera example fix(example): add camera_config.h and enable LED FLASH based on board model fix(example): Remove face detection description as no longer supported * fix(example): add header guard for board_config.h
Configuration menu - View commit details
-
Copy full SHA for bc7a549 - Browse repository at this point
Copy the full SHA bc7a549View commit details -
feat(board): add support for RAKwireless RAK3112 (espressif#11485)
* feat(rak3112): add pins_arduino.h for RAKWireless RAK3112 module * feat(rak3112): update pins_arduino.h to define LED pins and update board.txt * Delete the redundant configuration information in board.txt * Restore the incorrect modifications to board.txt * Delete blank lines * Move the rak configuration information to the end of the boards.txt . * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Daniel.Cao <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Me No Dev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f75e44 - Browse repository at this point
Copy the full SHA 7f75e44View commit details -
Update ZigbeeColorDimmableLight to clamp color hue and saturation to …
…0-254 (Fixes espressif#11527) (espressif#11528) * Clamp Zigbee color saturation to 0-254 * Clamp hue to 0-254 for Zigbee color lights * Use std::min instead of ternary operator * 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 6474127 - Browse repository at this point
Copy the full SHA 6474127View commit details -
Add FED4 board (espressif#11536)
* Added Fed 4 board * fixed boards.txt * fixed board.txt again * added usb pid address * fixed typo: updated name to upper case * fix(fed4): update PID and change partition scheme to default_16MB * fix(fed4): remove unused OPI flash mode configurations * 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 33c8438 - Browse repository at this point
Copy the full SHA 33c8438View commit details -
fix(board): Update variant.cpp for senseBox MCU-S2 ESP32-S2 (espressi…
…f#11532) * fix(board): Update variant.cpp for senseBox MCU-S2 ESP32-S2 * fix(board): translate comments * ci(pre-commit): Apply automatic fixes * fix(board): translate comments * 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 12e881b - Browse repository at this point
Copy the full SHA 12e881bView commit details
Commits on Jul 3, 2025
-
fix(spi): Fix bus clock for ESP32-P4 + remove S2 leftover (espressif#…
…11547) * fix(spi): Fix bus clock for ESP32-P4 * fix(ci): Ignore unused-variable warning * 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 18f6476 - Browse repository at this point
Copy the full SHA 18f6476View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac961f6 - Browse repository at this point
Copy the full SHA ac961f6View commit details -
Add Deneyap Kart v2 (espressif#11545)
* Updated Pins of Devkits Deleted 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 Devkits Updated board.txt of all Devkits * Remove Repeating Pin Definition Remove Repeating Pin Definition * Fix Pin Definition Remove repeating pin definitions of SPI, I2C and DAC. Update RGB LED definition for using digitalWrite() command with RGB LED. * Remove Repeating Pin Definitions Remove repeating pin definitions of LEDB, SPI, I2C and DAC. * Update RGB LED definition Update RGB LED definition for using digitalWrite() command with RGB LED. * Fix broken links for external library test Fix broken links for external library test * Update UploadMode Config of Deneyap Kart 1A v2 Update UploadMode Config of Deneyap Kart 1A v2 * Add Deneyap Kart v2 Add pin definitions and configs of Deneyap Kart v2. * Update UploadMode config Hardware CDC is default now. * Fixed typo fault Fixed typo fault * Fixed build.board parameter Fixed build.board parameter * Removed unsupported Flash sizes and RAM type Removed unsupported Flash sizes and RAM type from menu. * Remove unsupported partition options Remove unsupported partition options * Fixed Annotations and Space * Update pins_arduino.h
Configuration menu - View commit details
-
Copy full SHA for 0b9c936 - Browse repository at this point
Copy the full SHA 0b9c936View commit details -
Configuration menu - View commit details
-
Copy full SHA for aab542d - Browse repository at this point
Copy the full SHA aab542dView 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 master...master