-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: lemonkey/arduino-esp32
base: 31d22e6
head repository: espressif/arduino-esp32
compare: 422e526
- 11 commits
- 15 files changed
- 10 contributors
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 <[email protected]>
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 <[email protected]> * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Lucas Saavedra Vaz <[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 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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 422e526 - Browse repository at this point
Copy the full SHA 422e526View 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 31d22e6...422e526