forked from espressif/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 22
rebase #44
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
Open
stickbreaker
wants to merge
3,497
commits into
stickbreaker:master
Choose a base branch
from
espressif:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
rebase #44
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
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
refactor(ble): minor BLE library cleanup
feat(core): Add wait time before setup
feat(usb): allow the MIDI constructor to define a device name
fix(uart): always applies the user selected UART Clock Source
* feat(espnow): Add PHY configuration for ESP-NOW packets * 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(board): add support for Waveshare ESP32-C6 Zero * Update variants/waveshare_esp32_c6_zero/pins_arduino.h Co-authored-by: Jan Procházka <[email protected]> * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Jan Procházka <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(board): add support for MakerGO ESP32 C6 SuperMini * Update variants/makergo_c6_supermini/pins_arduino.h Remove trailing whitespace Co-authored-by: Copilot <[email protected]> * Update variants/makergo_c6_supermini/pins_arduino.h Co-authored-by: Jan Procházka <[email protected]> * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Jan Procházka <[email protected]> Co-authored-by: Me No Dev <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Updated the placeholder text for the version selection.
* feat(matter): adds window covering matter endpoint * feat(matter): improves the example * feat(matter): solves not used variables * fix(matter): code formatting Co-authored-by: Copilot <[email protected]> * fix(matter): better commentary Co-authored-by: Copilot <[email protected]> * fix(matter): better variable name Co-authored-by: Copilot <[email protected]> * fix(matter): better commentary Co-authored-by: Copilot <[email protected]> * fix(matter): fix commentary Co-authored-by: Copilot <[email protected]> * ci(pre-commit): Apply automatic fixes * fix(matter): vale CI check * fix(matter_doc): CI Vale check * ci(pre-commit): Apply automatic fixes * fix(matter_docs): CI Vale check Updated README.md for MatterWindowCovering example to clarify ESP32-C6 and ESP32-C5 Thread support and improved descriptions for lift and tilt controls. * ci(pre-commit): Apply automatic fixes * fix(matter_docs): CI Vale check * ci(pre-commit): Apply automatic fixes * feat(matter): adds a simple Window Blind example This example is the simplest possible in order to demonstrate how to control a Window blind. * ci(pre-commit): Apply automatic fixes * fix(matter): formatting in MatterSimpleWidowsBlind example * ci(pre-commit): Apply automatic fixes * fix(matter): adds necessary command changes from ESP-Matter * ci(pre-commit): Apply automatic fixes * feat(matter_docs): improves event handling documentation for MatterWindowCovering Updated callback descriptions and clarified command triggers for window covering events. * ci(pre-commit): Apply automatic fixes * feat(matter_docs): Enhance README with callback usage details Clarify the importance of calling setLiftPercentage() and setTiltPercentage() in callbacks to update CurrentPosition attributes. Expand on callback flow and provide details on target position callbacks. * ci(pre-commit): Apply automatic fixes * fix(matter_docs): typos in README.md for MatterSimpleWidowsBlind * fix(matter): Add new keywords for window treatments --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(string): Add initializer list constructor * fix(mac): Add initializer list constructor
…ag (#12120) * fix(OTA): ArduinoOTA, HTTPUpdate build fails with NO_GLOBAL_UPDATE flag `ArduinoOTA` and `HTTPUpdate` uses hardcoded `Update` instance to execude update writes which is not created if `NO_GLOBAL_UPDATE` or `NO_GLOBAL_INSTANCES` flag is defined refactor ArduinoOTA/HTTPUpdate clases to use an UpdateClass instance pointer member, it fixes build error and also allows to use UpdateClass derivatives as update executors. * 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]>
* Added Genesis One added Axiometa GENESIS One Board support. * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* docs(socs): Add missing SoCs and features to documentation * docs(table): Improve table information * docs(matter): Fix matter support * ci(pre-commit): Apply automatic fixes * fix(pre-commit): Apply code suggestions --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(sdcard): add validation diagrams and SD Card tests * fix(sdcard): correct author name in diagram files and remove obsolete test function * fix(sdcard): update author name in diagram files * Apply suggestions from code review --------- Co-authored-by: Lucas Saavedra Vaz <[email protected]>
* Added Genesis One added Axiometa GENESIS One Board support. * ci(pre-commit): Apply automatic fixes * pinout names fixes in pins_arduino.h --------- 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]>
…tation (#12140) * feat(matter): adds ways to check matter features in execution time * feat(matter): necesary IDE options to build matter * feat(matter): implements Thread connected function and add feature enabled functions * feat(matter): adds Matter Status example and documentation * feat(matter): adds necessary Arduino IDE options to all README files * feat(matter): creates individual exmaple link/URL set in documentation * feat(matter): fixes IDE tools option images in documentation * fix(matter_docs): typo Co-authored-by: Copilot <[email protected]> * fix(matter_docs): typo Co-authored-by: Copilot <[email protected]> * fix(matter): typo Co-authored-by: Copilot <[email protected]> * fix(matter): leftover commentary * fix(matter): fixes window blind terms * fix(matter): fixes window blind terms in code and readme file * fix(matter): removes not existing MACRO * fix(matter): if CHIPoBLE is not defined, it doesn't support it * fix(matter): fix commentary * fix(matter): better commentary Co-authored-by: Copilot <[email protected]> * fix(matter): better commentary Co-authored-by: Copilot <[email protected]> * fix(matter): identation * ci(pre-commit): Apply automatic fixes * fix(CI): Vale check * fix(CI): Vale check * fix(CI): Vale check * fix(CI): docs check * fix(CI): docs check * fix(CI): docs check * fix(CI): docs check * fix(CI): docs check --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(board): add support for Waveshare ESP32-C3-Zero * Modify the boards.txt file according to the review * Change the board name back to Waveshare ESP32-C3-Zero to align with Waveshare’s unified product naming convention. * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Jan Procházka <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
#12146) * feat(matter): adds hold time attribute to the Matter Occupancy endpoint * fix(matter): changing type to hold bigger value * fix(matter): code reorganization * feat(matter): update documentation to follow the same standard * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* fix(tests): Fix periman and add missing diagrams * 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(zigbee): Add option to set initial (default) value * feat(zigbee): Update temp examples * 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]>
* feat(ota): Add support for signed binaries * change(tools): Push generated binaries to PR * fix(ota): Use pointer rather than class * ci(pre-commit): Apply automatic fixes * change(tools): Push generated binaries to PR * fix(pre-commit): Fix spelling --------- 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>
* Update link to lib.json in documentation Fix broken Github link in released doc. * Fix link to lib.json in external_libraries_test.rst Eithier works for me right now, but I just want it fixed, so OK.
* feat(ppp): Update esp-modem to 2.0.0 * feat(p4): Update versions for esp-hosted and esp_wifi_remote * feat(hosted): Update esp-hosted to 2.8.0 * IDF release/v5.5 9bb7aa84 --------- Co-authored-by: Lucas Saavedra Vaz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
rebase