forked from espressif/arduino-esp32
- Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from espressif:master #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
* 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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
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 : )