-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: asund/arduino-esp32
base: master
head repository: espressif/arduino-esp32
compare: master
Commits on Jun 4, 2025
-
feat(codeowners): Initial CODEOWNERS setup (espressif#11397)
* feat(codeowners): Initial CODEOWNERS setup * fix(comment): Improve comment * fix(codeowners): Add teams * fix(codeowners): Apply suggestions * fix(codeowners): Add missing libraries
Configuration menu - View commit details
-
Copy full SHA for 6f56df2 - Browse repository at this point
Copy the full SHA 6f56df2View commit details -
Support HTTP 204 (espressif#11408)
HTTP 204 is a successful return code which indicates No Content. While it's appropriate to return a 304 if the server has content for a device but it hasn't change, it is more accurate for a server to return a 204 if it simply doesn't have any firmware files for a particular device. Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b5c5655 - Browse repository at this point
Copy the full SHA b5c5655View commit details -
feat(ap): Add support for DHCP Captive Portal (opt 114) (espressif#11412
Configuration menu - View commit details
-
Copy full SHA for a2880a4 - Browse repository at this point
Copy the full SHA a2880a4View commit details -
make BT core code execution conditional from include esp_bt.h (espres…
…sif#11413) * make code execution conditional from include esp_bt.h.h * only one if * Update esp32-hal-bt.c
Configuration menu - View commit details
-
Copy full SHA for 460b892 - Browse repository at this point
Copy the full SHA 460b892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 375f2c0 - Browse repository at this point
Copy the full SHA 375f2c0View commit details -
feat(zigbee): Add endpoint identification in read handlers + command …
…structures fix (espressif#11425) * feat(zigbee): Add endpoint identification in read handlers * fix(zigbee): initialize Zigbee command structures with zeros * fix(zigbee): Spelling correction * 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 cae66e6 - Browse repository at this point
Copy the full SHA cae66e6View commit details -
feat(zigbee): Add method to set/get/report analog output (espressif#1…
…1431) * feat(zigbee): Add methot to set,get,report analog output * fix(ci): Update json file for example * fix(zigbee): Add missing keywords * 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 e3018b6 - Browse repository at this point
Copy the full SHA e3018b6View commit details -
fix: change geekble nano board setting (espressif#11432)
add PSRAM Setting
Configuration menu - View commit details
-
Copy full SHA for 31d22e6 - Browse repository at this point
Copy the full SHA 31d22e6View commit details
Commits on Jun 10, 2025
-
fix: Updated the tools options for Geekble Mini (espressif#11437)
fix: Updated the tools options for Geekble Mini
Configuration menu - View commit details
-
Copy full SHA for 1bac8de - Browse repository at this point
Copy the full SHA 1bac8deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 610d951 - Browse repository at this point
Copy the full SHA 610d951View commit details -
feat(boards): update wifiduinov2&wifiduino32s3 boards setting (espres…
…sif#11440) * update wifiduinov2&wifiduino32s3 boards setting * fix wifiduinov2&wifiduino32s3 build board error. * fix wifiduinov2(esp32c3) board setting * fix wifiduinov2(esp32c3) cdc on boot default setting. * fix wifiduino32s3 spi pin set * change wifiduino32s3 spi pin to spi1 * remove 32Mb flash size * 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 ee347ba - Browse repository at this point
Copy the full SHA ee347baView commit details -
Configuration menu - View commit details
-
Copy full SHA for af47bd3 - Browse repository at this point
Copy the full SHA af47bd3View commit details -
feat(p4): Add 32MB Flash Partitions to ESP32-P4 (espressif#11453)
* feat(p4): Add 32MB Flash Partitions to ESP32-P4 * feat(p4): Add 32MB flash size option --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0007815 - Browse repository at this point
Copy the full SHA 0007815View commit details -
feat(zigbee): Support min/max setting for Analog EP (espressif#11451)
* feat(zigbee): Support min max for Analog EP * feat(zigbee): Use cfloat FLT_MAX * 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 0aada09 - Browse repository at this point
Copy the full SHA 0aada09View commit details -
fix(libraries/asyncudp): IPv4 ONLY listenMulticast() (espressif#11444)
AsyncUDP::listenMulticast() properly receives packets sent to IPv4 multicast addresses like 239.1.2.3, but it is not receiving packets sent to IPv6 multicast addresses like ff12::6ood:cafe. The root cause is a bit hidden: listen(NULL, port) would match AsyncUDP::listen(const ip_addr_t *addr, uint16_t port), which calls _udp_bind(_pcb, addr, port), which uses the lwIP API to call udp_bind(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) at the end. If lwIP has LWIP_IPV4 enabled, it checks if ipaddr == NULL and sets it to IP4_ADDR_ANY. So an IPv6 address is never bound. This fix checks the IP address passed to AsyncUDP::listenMulticast(). If it is an IPv6 address, it constructs and passes the IPv6 any address (::); otherwise (IPv4), it constructs and passes the IPv4 any address (0.0.0.0).
Configuration menu - View commit details
-
Copy full SHA for d6a76da - Browse repository at this point
Copy the full SHA d6a76daView commit details -
feat(ledc): Improve timer management with frequency/resolution matchi…
…ng (espressif#11452) * feat(ledc): Improve timer management with frequency/resolution matching * fix(ci): Fix uninitialized timer variable warning * Update cores/esp32/esp32-hal-ledc.c Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> 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 cbdaee6 - Browse repository at this point
Copy the full SHA cbdaee6View commit details -
fix(release): Replace all assets with chinese mirrors (espressif#11323)
* fix(release): Replace all assets with chinese mirrors * feat(release): Add script to append "-cn" to versions * docs(install): Add instructions for users in China
Configuration menu - View commit details
-
Copy full SHA for c21ef70 - Browse repository at this point
Copy the full SHA c21ef70View commit details -
Fix(I2S example): make fix to the ESP32 I2S simple tone example (espr…
…essif#10954) * made some fix to the ESP32 I2S simple tone example * edit the I2S - simple tone example * edit the I2S - simple tone example * some edit * edit comment * edit * edit * 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 d71135e - Browse repository at this point
Copy the full SHA d71135eView commit details -
fix(msc): remove weak function declaration of tud_msc_is_writable_cb (e…
…spressif#11353) Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 422e526 - Browse repository at this point
Copy the full SHA 422e526View commit details
Commits on Jun 16, 2025
-
fix: Update Pin compatability (espressif#11473)
fix: Update Pin compatability
Configuration menu - View commit details
-
Copy full SHA for 2283937 - Browse repository at this point
Copy the full SHA 2283937View commit details -
feat(openthread): adds native api (espressif#11474)
* feat(openthread): adds native api * feat(openthread): adds source code to CMakeLists.txt * 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 ef995b6 - Browse repository at this point
Copy the full SHA ef995b6View commit details -
feat(LEDC): Add Gamma Fade support and enhance auto channel/timer sel…
…ection for multi-group (espressif#11464) * feat(ledc): Enhance LEDC auto channel/timer selection for multi-group support * feat(ledc): Add Gamma Fade support * fix(example): Update 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 7462b09 - Browse repository at this point
Copy the full SHA 7462b09View commit details
Commits on Jun 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4bc5ffc - Browse repository at this point
Copy the full SHA 4bc5ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d4886c - Browse repository at this point
Copy the full SHA 6d4886cView commit details
Commits on Jun 18, 2025
-
feat(openthread): Add RLOC16 in otPrintNetworkInformation() (espressi…
…f#11480) * feat(openthread): Add RLOC16 in otPrintNetworkInformation()
Configuration menu - View commit details
-
Copy full SHA for f788911 - Browse repository at this point
Copy the full SHA f788911View commit details
Commits on Jun 20, 2025
-
fix(docs): correct code block indentation in core_compatibility.rst (e…
…spressif#11471) * fix(docs): correct code block indentation in core compatibility guide * fix(docs): remove extra colon causing rendering error in core_compatibility.rst
Configuration menu - View commit details
-
Copy full SHA for 51f1367 - Browse repository at this point
Copy the full SHA 51f1367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02be6e8 - Browse repository at this point
Copy the full SHA 02be6e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 016077e - Browse repository at this point
Copy the full SHA 016077eView commit details -
Proper EDNS handling and cleaner NOERROR response in DNSSERVER (espre…
…ssif#11411) * Proper EDNS handling and cleaner NOERROR response * fix: library.properties reverting version number update - as it is done automatically * ci(pre-commit): Apply automatic fixes * Spelling Corrected and minor clarification in comments * Removing commented out code fragments * ci(pre-commit): Apply automatic fixes * fix(pr): Fix typo --------- 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>
Configuration menu - View commit details
-
Copy full SHA for 23c6abc - Browse repository at this point
Copy the full SHA 23c6abcView commit details -
feat(matter): Adds Matter Events callback plus example (espressif#11465)
* feat(matter): Adds Matter Events callback and related example
Configuration menu - View commit details
-
Copy full SHA for ccda9c5 - Browse repository at this point
Copy the full SHA ccda9c5View commit details
Commits on Jun 21, 2025
-
feat(uart): fixes loopback function after IDF changes (espressif#11492)
* feat(uart): fixes loopback function after IDF changes IDF 5.4.1 has added a new function called uart_release_pin() that is called whenever new pins are set or when uart driver is deleted. This has a side effect that causes RX pin to never work again with the loopback function. Other changes also have removed some GPIO setup that was necessary for the GPIO loopback mode work. The PR forces a full RX Pin setup in order to make it work in GPIO Matrix with Loopback TX Signal * feat(uart): adds missing include file * feat(uart): removes not necessary part of the code * fix(uart): commentaries style fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ci(pre-commit): Apply automatic fixes --------- 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>
Configuration menu - View commit details
-
Copy full SHA for 01e4d5d - Browse repository at this point
Copy the full SHA 01e4d5dView commit details
Commits on Jun 22, 2025
-
feat(uart): fixes pin attach for any IDF 5.x (espressif#11499)
* feat(uart): fixes pin attach for any IDF 5.x * fix(uart): commentary typo error Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(uart): commentary typo error Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(uart): commentary typo error Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(uart): commentary style fix * ci(pre-commit): Apply automatic fixes --------- 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>
Configuration menu - View commit details
-
Copy full SHA for 9d84c78 - Browse repository at this point
Copy the full SHA 9d84c78View commit details
Commits on Jun 23, 2025
-
fix(esp_now): Fix broadcast example and use nullptr (espressif#11490)
* fix(esp_now): Fix example and use nullptr * 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 dc82467 - Browse repository at this point
Copy the full SHA dc82467View commit details -
feat(test): Enhance NVS test (espressif#11481)
* 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
Configuration menu - View commit details
-
Copy full SHA for 95ae8cf - Browse repository at this point
Copy the full SHA 95ae8cfView commit details
Commits on Jun 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bad975d - Browse repository at this point
Copy the full SHA bad975dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 882ef25 - Browse repository at this point
Copy the full SHA 882ef25View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e5169 - Browse repository at this point
Copy the full SHA b7e5169View commit details -
fix(docs): Fix links and versions (espressif#11505)
* fix(docs): Fix links and versions * fix(docs): Apply suggestions and leftover substitutions
Configuration menu - View commit details
-
Copy full SHA for 30fb3cb - Browse repository at this point
Copy the full SHA 30fb3cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b0930 - Browse repository at this point
Copy the full SHA e9b0930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0213200 - Browse repository at this point
Copy the full SHA 0213200View commit details -
IDF release/v5.4 (espressif#11512)
* IDF release/v5.4 f0f2980d * fix(p4): Allow custom pins on P4 for ESP-Hosted
Configuration menu - View commit details
-
Copy full SHA for 9e61fa7 - Browse repository at this point
Copy the full SHA 9e61fa7View commit details
Commits on Jun 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 21640ac - Browse repository at this point
Copy the full SHA 21640acView commit details
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
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.