-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Comparing changes
Open a pull request
base repository: espressif/arduino-esp32
base: 3.3.1
head repository: espressif/arduino-esp32
compare: master
- 18 commits
- 75 files changed
- 16 contributors
Commits on Sep 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0b16221 - Browse repository at this point
Copy the full SHA 0b16221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5effd6f - Browse repository at this point
Copy the full SHA 5effd6fView commit details -
fix(script): Update .github/scripts/update-version.sh
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af2c581 - Browse repository at this point
Copy the full SHA af2c581View commit details -
Merge pull request #11850 from espressif/feature/issue_update_version
change(script): Update the issue template when version changed
Configuration menu - View commit details
-
Copy full SHA for a4feb6c - Browse repository at this point
Copy the full SHA a4feb6cView commit details
Commits on Sep 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 36c9de8 - Browse repository at this point
Copy the full SHA 36c9de8View commit details -
Merge pull request #11859 from espressif/fix/esp_sr_debug_message_use…
…s_pointer fix(esp_sr): Error with debug level log
Configuration menu - View commit details
-
Copy full SHA for c42facb - Browse repository at this point
Copy the full SHA c42facbView commit details
Commits on Sep 20, 2025
-
fix(hash): add selective build option for Hash, WebServer dependency (#…
…11854) * fix: add Hash selective build option * Add missing Hash selection --------- Co-authored-by: Lucas Saavedra Vaz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 393834b - Browse repository at this point
Copy the full SHA 393834bView commit details
Commits on Sep 22, 2025
-
Update pins_arduino.h for lolin_c3_pico to define LED as RGB rather t…
…han the default GRB (#11851) * Update pins_arduino.h for lolin_c3_pico to define LED as RGB rather than the default GRB * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Lucas Saavedra Vaz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c8cc7a - Browse repository at this point
Copy the full SHA 5c8cc7aView commit details
Commits on Sep 23, 2025
-
feat(board): add support for Soldered NULA Mini ESP32C6 (#11852)
* feat(board): add support for Soldered NULA Mini ESP32C6 - Add board configuration to `boards.txt` - Add pin definitions to 'variants/soldered_nula_mini_esp32c6' * fix(board): remove unsupported partition schemes - Delete unsupported partition schemes relative to the boards 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 c2e6a30 - Browse repository at this point
Copy the full SHA c2e6a30View commit details
Commits on Sep 24, 2025
-
fix(ota): Add legacy option for devices using MD5 authentication (#11862
) * fix(ota): Add legacy option for devices using MD5 authentication * change(tools): Push generated binaries to PR * ci(pre-commit): Apply automatic fixes * change(tools): Push generated binaries to PR --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@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 b9e597c - Browse repository at this point
Copy the full SHA b9e597cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f49eb06 - Browse repository at this point
Copy the full SHA f49eb06View commit details -
WiFiClientSecure: robust TLS writes (loop & chunk), avoid zero-length…
… write -> fixes sporadic MBEDTLS_ERR_NET_CONN_RESET (#11865) * fix(ssl_client,wifi): Write full TLS buffer and avoid zero-length writes Loop in send_ssl_data() until the entire buffer is written; handle MBEDTLS_ERR_SSL_WANT_{READ,WRITE} and respect socket timeouts. Return 0 for len==0 to prevent zero-length TLS writes. Add a size==0 guard in WiFiClientSecure::write() for symmetry. No API changes. * fix(ssl_client): Chunk TLS writes and reset timeout after progress Chunk TLS writes and reset timeout after progress to reduce mid-body resets Send large TLS payloads in moderate chunks (4 KiB) instead of a single large write, and measure the write timeout from the last successful progress. This significantly reduces sporadic MBEDTLS_ERR_NET_CONN_RESET (-0x0050) observed during long HTTP bodies (e.g., multipart uploads). - write loop remains intact; now caps per-call size to 4096 bytes - updates timeout window after each positive write to avoid false timeouts on slow links - no API changes; handshake/verification paths unaffected Sources Ask ChatGPT * refactor(ssl_client): Constexpr chunk size; rename max_write_chunk_size
Configuration menu - View commit details
-
Copy full SHA for f4f4bc6 - Browse repository at this point
Copy the full SHA f4f4bc6View commit details -
feat(update): Allow updating any type of file system (#11856)
* feat(update): Allow updating any type of file system * fix(style): Update libraries/HTTPUpdate/src/HTTPUpdate.cpp Co-authored-by: Copilot <[email protected]> * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Copilot <[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 ef453a5 - Browse repository at this point
Copy the full SHA ef453a5View commit details
Commits on Sep 25, 2025
-
Migrate to wokwi-py-client (update pytest-embedded and esptool) (#11863)
* change(requirements): Update pytest-embedded packages to version 2.0.0a1 and esptool to 5.1.0 * change(workflow): Remove extra index URL from pip install command in Wokwi tests - for testing * change(tests): Simplify Wokwi test script arguments and remove timeout variable * change(requirements): Update pytest-embedded packages to version 2.0.0 * Revert "change(workflow): Remove extra index URL from pip install command in Wokwi tests - for testing" This reverts commit 349922c.
Configuration menu - View commit details
-
Copy full SHA for 372ba6a - Browse repository at this point
Copy the full SHA 372ba6aView commit details
Commits on Sep 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 78a74e9 - Browse repository at this point
Copy the full SHA 78a74e9View commit details -
fix(board): Fix pid parameter for FoBE Quill ESP32S3 Mesh (#11877)
Co-authored-by: Me No Dev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2bd3c9 - Browse repository at this point
Copy the full SHA c2bd3c9View commit details -
Refactor touch pad error logging (#11878)
- Removed duplicated log_e("No touch pad on selected pin!") calls from multiple functions. - Centralized the error log inside digitalPinToTouchChannel(). - Extended the error message to include the pin number for better debugging context. - Added log_e() in digitalPinToTouchChannel() when no touch sensor is available on the chip. Co-authored-by: Me No Dev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea382df - Browse repository at this point
Copy the full SHA ea382dfView commit details
Commits on Oct 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e8d0d31 - Browse repository at this point
Copy the full SHA e8d0d31View 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.3.1...master