Skip to content

Conversation

@stickbreaker
Copy link
Owner

rebase

SuGlider and others added 28 commits September 9, 2025 10:52
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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
lucasssvaz and others added 30 commits December 8, 2025 14:37
* 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 <90197375+P-R-O-C-H-Y@users.noreply.github.com>

* 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(board): add support for MakerGO ESP32 C6 SuperMini

* Update variants/makergo_c6_supermini/pins_arduino.h

Remove trailing whitespace

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update variants/makergo_c6_supermini/pins_arduino.h

Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
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 <175728472+Copilot@users.noreply.github.com>

* fix(matter): better commentary

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix(matter): better variable name

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix(matter): better commentary

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix(matter): fix commentary

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 <175728472+Copilot@users.noreply.github.com>
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 <32426024+lucasssvaz@users.noreply.github.com>
* 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 <32426024+lucasssvaz@users.noreply.github.com>
* 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 <32426024+lucasssvaz@users.noreply.github.com>
…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 <175728472+Copilot@users.noreply.github.com>

* fix(matter_docs): 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): 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 <175728472+Copilot@users.noreply.github.com>

* fix(matter): better commentary

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 <175728472+Copilot@users.noreply.github.com>
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 <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>
#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 <32426024+lucasssvaz@users.noreply.github.com>
* 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 <32426024+lucasssvaz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.