Me No Dev
10d0bf8ea7
ci: Allow push to the component registry from a given git ref ( #10757 )
...
Co-authored-by: Sergei Silnov <sergei.silnov@espressif.com>
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
2025-01-07 12:01:55 +02:00
Rodrigo Garcia
e3cc04084d
feat(matter): new Matter Endpoint for Thermostat ( #10755 )
...
* feat(matter): add new matter endpoint for thermostat
* fix(matter): not used variable from log_e() message
* feat(matter): adds specifc type name for thermostat auto mode enabled
* fix(matter): suggested changes in pr review
* feat(matter): added the whole list of thermostat operational modes
* fix(matter): fixed type in thermostat operational modes
* ci(pre-commit): Apply automatic fixes
* fix(matter): typos caught by CI codespell
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-01-07 12:01:16 +02:00
Mathieu Carbou
b07eb175d8
feat(webserver): Middleware with default middleware for cors, authc, curl-like logging ( #10750 )
...
* feat(webserver): Middleware with default middleware for cors, authc, curl-like logging
* ci(pre-commit): Apply automatic fixes
---------
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-01-07 12:00:50 +02:00
Lucas Saavedra Vaz
089cbabf17
docs(3rd-party): Add section for third party tools ( #10749 )
...
* docs(3rd-party): Add section for third party tools
* fix(docs): Fix dependencies in Python 3.13
* fix(typo): Fix docs typo
* docs(3rd-party): Re-write some phrases
* ci(pre-commit): Apply automatic fixes
* fix(naming): Rename files
* fix(spelling): Fix spelling mistake
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-01-07 12:00:21 +02:00
Ramprasad G
5c41881858
improving logging message while waiting for WiFi ( #10739 )
...
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
2025-01-07 11:59:52 +02:00
Me No Dev
9eb7dc6f7b
Update Issue-report.yml with the latest version numbers
2024-12-19 12:54:56 +02:00
Lucas Saavedra Vaz
352705e607
fix(component): Add check for workflow_run ( #10753 )
2024-12-18 15:55:26 -03:00
Me No Dev
7298959ce5
Merge pull request #10752 from lucasssvaz/ci/component
...
fix(component): Checkout proper branch for uploading component
2024-12-18 20:43:02 +02:00
Lucas Saavedra Vaz
4884c96463
fix(component): Checkout proper branch for uploading component
2024-12-18 15:37:39 -03:00
Me No Dev
bd7a74ee51
Merge pull request #10202 from espressif/release/v3.1.x
...
ESP32 Arduino v3.1.x
2024-12-18 15:56:18 +02:00
Me No Dev
4fdf9ef854
Merge pull request #10740 from lucasssvaz/ci/sched_debug
...
ci(debug): Compile once a week with verbose log level
2024-12-18 15:01:11 +02:00
Me No Dev
3ffee273fb
Merge pull request #10745 from lucasssvaz/fix/update_readme
...
fix(readme): Update readme and fix badges
2024-12-18 14:56:47 +02:00
Me No Dev
ee33ad5910
Merge pull request #10741 from yellobyte/master
...
feat(board): Add custom board YB-ESP32-S3-ETH
2024-12-18 14:56:32 +02:00
Lucas Saavedra Vaz
238c384e4e
fix(readme): Update readme and fix badges
2024-12-17 19:02:26 -03:00
Lucas Saavedra Vaz
2fc679151c
ci(debug): Compile once a week with verbose log level
2024-12-17 09:57:25 -03:00
pre-commit-ci-lite[bot]
4d0ae18aee
ci(pre-commit): Apply automatic fixes
2024-12-17 06:37:40 +00:00
Thomas Jentzsch
25ebe440e2
add board yb_esp32s3_eth
2024-12-16 23:36:33 +01:00
Me No Dev
6bf6df2d6f
Merge pull request #10734 from SuGlider/matter_identify_callback
...
feat(matter) adds Identification callback to all matter endpoints
2024-12-16 21:46:43 +02:00
pre-commit-ci-lite[bot]
71e57eaf52
ci(pre-commit): Apply automatic fixes
2024-12-16 19:29:30 +00:00
Rodrigo Garcia
e2dc5b60f3
fix(matter): stashing merge error
2024-12-16 16:28:51 -03:00
pre-commit-ci-lite[bot]
bce01087d2
ci(pre-commit): Apply automatic fixes
2024-12-16 19:20:35 +00:00
Rodrigo Garcia
017f2df8ef
fix(matter): ci codespell
2024-12-16 16:19:47 -03:00
pre-commit-ci-lite[bot]
1ef603aab7
ci(pre-commit): Apply automatic fixes
2024-12-16 19:13:45 +00:00
Rodrigo Garcia
7302be9792
fix(matter): log_i() leftover
2024-12-16 15:50:59 -03:00
Rodrigo Garcia
6f79e03449
fix(matter): fixes identify and double begin() call
2024-12-16 15:48:41 -03:00
Rodrigo Garcia
ba8d04eff2
Merge branch 'release/v3.1.x' into matter_identify_callback
2024-12-16 14:25:27 -03:00
Me No Dev
6a6edcbee9
Merge branch 'master' into release/v3.1.x
2024-12-16 19:12:44 +02:00
Me No Dev
0515264aa6
Merge pull request #10737 from TD-er/patch-2
...
[NetworkClient] Init members of NetworkClient
2024-12-16 19:12:24 +02:00
Me No Dev
eb7258070b
Merge pull request #10735 from lucasssvaz/fix/p4_apll
...
fix(clk_src): Fix error as APLL is not yet supported for P4
2024-12-16 19:12:10 +02:00
Me No Dev
30e55fc4b7
Merge pull request #10732 from SuGlider/matter_while_serial
...
feat(matter): General Review - remove while(!serial) ipv6(enable) and fixes some commentaries in the code
2024-12-16 19:11:52 +02:00
TD-er
8479b4cd9f
[NetworkClient] Init members of NetworkClient
...
Fixes : #10736
2024-12-16 16:25:53 +01:00
Rodrigo Garcia
cd7a775344
fix(matter): missing logged message type value
2024-12-16 11:47:07 -03:00
pre-commit-ci-lite[bot]
43c419e31b
ci(pre-commit): Apply automatic fixes
2024-12-16 14:41:38 +00:00
Rodrigo Garcia
3f7c5976d2
feat(matter):replacing code in examples and header files
2024-12-16 11:40:49 -03:00
Rodrigo Garcia
0e22bb4bac
feat(matter): moved all identify callback to endpoint.h
2024-12-16 10:58:49 -03:00
Lucas Saavedra Vaz
c688f3090f
fix(clk_src): Fix error as APLL is not yet supported for P4
2024-12-16 10:48:50 -03:00
Rodrigo Garcia
1dff8bc759
feat(matter) adds Identification callback to all matter endpoints
2024-12-16 10:01:24 -03:00
me-no-dev
1ef1e7dbac
fix(version): Update Zigbee Library version
2024-12-16 14:43:33 +02:00
Rodrigo Garcia
7d465f323b
feat(matter): fix commentaries related to feature changes and log messages
2024-12-16 08:14:13 -03:00
Rodrigo Garcia
31dc520c4d
feat(matter): removed while(serial) and ipv6 enabling, which is a default
2024-12-16 08:11:50 -03:00
Me No Dev
a207d58f0f
Merge branch 'master' into release/v3.1.x
2024-12-16 13:09:39 +02:00
Me No Dev
6005b15947
Merge pull request #10730 from leochen4891/patch-1
...
Use INPUT_PULLUP instead of INPUT
2024-12-16 13:09:19 +02:00
Me No Dev
926c043e3a
Merge pull request #10727 from FaBjE/feature/zigbeeDimmableLight
...
Zigbee: Add dimmable light endpoint class
2024-12-16 13:08:31 +02:00
Jan Procházka
4f863d52ba
fix(zigbee): Rename method to avoid future conflict
2024-12-16 10:19:42 +01:00
pre-commit-ci-lite[bot]
ddf8c42af3
ci(pre-commit): Apply automatic fixes
2024-12-16 09:10:57 +00:00
Lei Chen
2c7b76aea8
Use INPUT_PULLUP instead of INPUT
...
Tested on some of the popular S3 board bought from Amazon, the digitalRead of an INPUT pin is LOW, which stops the timer right after start.
Setting it to INPUT_PULLUP will fix it.
2024-12-15 12:19:49 -05:00
FaBjE
ae274ee897
feat(Zigbee): Adjusted example author comment
2024-12-14 18:01:49 +01:00
FaBjE
ff7e50482a
feat(Zigbee): Applied formatter + add formatter protection
...
As suggested by code review
2024-12-14 17:57:00 +01:00
Me No Dev
3c3ff48d73
Merge branch 'master' into release/v3.1.x
2024-12-14 17:52:55 +02:00
Me No Dev
64b62dc45b
Merge pull request #10724 from socram8888/fix-web-raw-timeout
...
Cap size of last chunk in raw read in WebServer
2024-12-14 17:50:39 +02:00