Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Nov 5, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

me-no-dev and others added 6 commits November 5, 2025 10:32
* IDF release/v5.5 f1a1df9b * fix(usb): Add required callback for tinysub host * fix(sdmmc): Fix missing initializer warnings * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(uart): Add function to invert hardware UART Tx line Simply clone existing Rx functionality for Tx. Allow granular control over both lines. Avoid overloading HardwareSerial::begin() to change the bool invert parameter to a bitmask type. Add an untested implementation for ESP32C6, ESP32H2, ESP32P4 that references the different register naming on those chips. * feat(uart): Refactor UART signal inversion handling Refactor UART inversion functions to use a helper for signal inversion. Update UART bus array structure to include inversion mask. * feat(uart): Add UART signal inversion functions Added functions for UART signal inversion and updated existing function signatures. * feat(uart): Refactor UART signal inversion handling * feat(uart): Change setRxInvert and setTxInvert to return bool * feat(uart) : Refactor serial inversion methods to return bool Changed setRxInvert, setTxInvert to return bool. Added setCtsInvert and setRtsInvert methods. * feat(uart): adds commentatries Added functions for UART pins signal inversion. * feat(uart): add commentaties * feat(uart): Refactor uartPinSignalInversion for mutex locking * Refactor UART inversion functions to use new method * fix(uart): missing uart struct usage * fix(uart): missing function return value * feat(uart): add commentaties * fix(uart): inverting rx instead of tx * feat(uart): logging for UART signal inversion Added logging for signal inversion in UART functions. * feat(uart): standard verbose log message * feat(uart): add not inverted verbose log message * fix(uart): misspeling comment Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(uart): fixes bad code formating Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(uart): fixes misspeling Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(uart): fixes bad code formating Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(uart): fixes bad code formating Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(uart): fixes bad code formating Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(uart): fixes extra spaces Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(uart): extra spacing Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(uart): Improve logging for UART signal inversion * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com> 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>
…11978) * fix(nimble): Get descriptors on demand * feat(ble): Add client multiconnect example * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(matter): esp32-c6 matter over thread example This is a Enhanced Color Light example using Thread over Matter with Arduino Matter Library code. The example shall be built using Arduino as IDF Component. * fix(matter): typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(matter): typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(matter): typos * fix(matter): typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(matter): Add CI configuration * feat(matter): Update dependencies in idf_component.yml * feat(matter): allow C5, C6 and H2 as possible targets * feat(matter): CI will target any SoC with Thread radio Removed unsupported target configurations for ESP32. * feat(matter): remove C6 from project name * feat(matter): Revise README for ESP32-C5, C6, and H2 support Updated README to reflect support for ESP32-C5, ESP32-C6, and ESP32-H2. Adjusted Arduino and IDF version compatibility information. * feat(matter): Changes the folder name * feat(matter): Changes the folder name * feat(matter): clarify Matter device addition * feat(matter): limits possible SoC targets * fix(matter): bad dependency declaration * fix(matter): dependencies over Core 3.1.0, IDF 5.3 and Matter 1.3 * fix(matter): Add target configurations to ci.yml * fix(matter): exclude CI failing incompatible targets * fix(matter): fix cloning instructions Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ci(pre-commit): Apply automatic fixes * fix(pre-commit): Fix spelling --------- 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: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
* fix(eth): Del mac and phy resources - Delete _mac and _phy resources when initialization of ETH fails - Delete _mac and _phy resources when calling ETHClass::end() and ETH is not fully initialized * fx(pr): Remove call to _delMacAndPhy on MAC creation failure --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com> Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
* feat(matter): Adds README.md file for each example * fix(matter): typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(matter): missing information Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(matter): adds ESP32-C5 to supported list and fixes typos * feat(matter): fixes MatterSmartButton.ino name * fix(matter): typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(matter): typo * fix(matter): removes bad example * ci(pre-commit): Apply automatic fixes * fix(pre-commit): Fix spelling --------- 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: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Nov 5, 2025
@pull pull bot added the ⤵️ pull label Nov 5, 2025
@pull pull bot merged commit 21ddb09 into Stars1233:master Nov 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

5 participants