Commit b43a4cc
[Realtek] Modify path of examples (project-chip#41500)
* [Realtek] Modify path of examples
* [Realtek] Fix grammatical issue
* [Realtek] Fix window app path
* Add more DAC provier (project-chip#41480)
* [Realtek] add CONFIG_DAC_KEY_ENC
* [Realtek] Improve code maintainability
* [Realtek] Add cg dac vendor
* [Realtek] Restyle files
* [Realtek] Modify according to bot
* [Realtek] Modify according by bot
* [Realtek] modify according to bot
* [Realtek] Fix some error
* [Realtek] Fix some error
* [Realtek] Fix some error
* [Realtek] Modify return value
* esp32: upgrade IDF version to v5.5.1 (project-chip#41436)
* esp32: upgrade IDF version to v5.5.1
* Update docs/platforms/esp32/setup_idf_chip.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* try to fix nuttx build
* install esp-idf-kconfig in workflow
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Remove DD tests that were removed from test plans (project-chip#41492)
* Bump third_party/imgui/repo from `5af650f` to `2a5e9a1` (project-chip#41475)
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `5af650f` to `2a5e9a1`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@5af650f...2a5e9a1)
---
updated-dependencies:
- dependency-name: third_party/imgui/repo
dependency-version: 2a5e9a15e4d1860df756fee9dd678569705f877d
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei Litvin <[email protected]>
* Added PushAV session management and validation APIs (project-chip#41321)
* Refactor Camera AV stream management, zone event handling and update bandwidth calculation logic.
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Add zone event handling overrides and correct endpoint comment in transport logic.
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Build fix
Signed-off-by: Raveendra Karu <[email protected]>
* Add clip recorder file management utilities
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Restyled by clang-format
* Updated bandwidth calculation to use bps
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Moved zone triggered event handling from delegate to camera device
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Address review comments.
Signed-off-by: Raveendra Karu <[email protected]>
* Reverted changes related to removing GetAllocatedStreams()
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Refactor Camera AV stream management, zone event handling and update bandwidth calculation logic.
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Add zone event handling overrides and correct endpoint comment in transport logic.
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Moved zone triggered event handling from delegate to camera device
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Updated PushAV stream validation, segment duration validation and url validation
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* update init segment file extension from .fmp4 to .cmfv and related testcases
* Update select stream API to select stream from camera cluster
Co-author: Sambhavi <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Remove extra debugging logs
Co-author: Sambhavi <[email protected]
Signed-off-by: Raveendra Karu <[email protected]>
* Initial changes for session grouping feature
Author: Tushant Yadav <[email protected]>
* Build fix
Author: Tushant Yadav <[email protected]>
* Enhance session management in Push AV stream transport, Added max session duration
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Fixed path concatination and variable assignment
Signed-off-by: Raveendra Karu <[email protected]>
* Added missed changes
* Restyled by whitespace
* Restyled by clang-format
* Build fix
* Fixed upload url
* Remove unwanted logs and fix tc failure
Sambhavi<[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* fixed pushav audio noise issue
Author: Kakadiya Dhruvkumar Babubhai
Signed-off-by: Raveendra Karu <[email protected]>
* rebased and removed redundant changes
Author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Restyled by clang-format
* Handle Audio or Video only PushAVStreamTransport allocation.
Signed-off-by: Raveendra Karu <[email protected]>
* Restyled by clang-format
* Remove unused code added for debug.
Signed-off-by: Raveendra Karu <[email protected]>
* Move PushAV server end point URL validation to the server cluster.
* PushAV URL validation is done by server cluster instead
of delegate.
Signed-off-by: Raveendra Karu <[email protected]>
* support audio-only and video-only recording modes
Co-author: Kakadiya Dhruvkumar Babubhai
Co-author: Tushant Yadav <[email protected]>
* Restyled by clang-format
* Build fix
* Restyled by autopep8
* Remove GetBandwidthForStreams from Server cluster.
Signed-off-by: Raveendra Karu <[email protected]>
* Updated upload url format, code update and cleanup for review comments
Co-author: Tushant Yadav <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Restyled by whitespace
* Restyled by clang-format
* Improve segment duration validation to only check for CMAF container type
* Restyled by clang-format
* addressing review comment
* Restyled by clang-format
* Update TC6 as per updated test plan
Co-author: Sambhavi <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
* Added segment ID offset constant to align numbering with spec
Author: Tushant Yadav <[email protected]>
* removed duplicate log
* Address review comments on publishing point URL validation logic.
Signed-off-by: Raveendra Karu <[email protected]>
* Updated mUploadedInitSegment usage and avioCtxBufferSize calculation
* Update AllocatePushTransport to include peerFabricIndex and remove unused SetFabricIndexForConnection method.
Author: Tushant Yadav
Co-author: Kakadiya Dhruvkumar Babubhai
Signed-off-by: Raveendra Karu <[email protected]>
* Restyled by whitespace
* Restyled by clang-format
* Rename the peerFabricIndex parameter to accessingFabricIndex in PushAvStreamTransport
* Updated logs
---------
Signed-off-by: Raveendra Karu <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
* adds literal length check (project-chip#41478)
* [Silabs] Update Silabs Submodules to pick up our latest SDK versions (project-chip#41493)
* Bump silabs submodules to use our latest SDKS
* Bump docker version used in silabs workflow to pick up the docker image with the new sdks
* Update examples-efr32.yaml
Co-authored-by: lpbeliveau-silabs <[email protected]>
* remove usage of sl_memory_manager_retarget. 917 when back to heap4 and use sl_memory_manager_redirect
---------
Co-authored-by: Mathieu Kardous <[email protected]>
Co-authored-by: lpbeliveau-silabs <[email protected]>
* Enable ccache reusing between apps on some CI workflows (project-chip#41503)
* Configure ccache for a greater hit ratio (project-chip#40724)
* Disable reusing cache in global env setup
* Enable ccache reuse on some CI workflows
* Update scripts/setup/bootstrap.sh
Co-authored-by: Copilot <[email protected]>
* Simplify prefix script so it will run faster
* Show ccache stats in post action
* Use ccache as PW launcher
* Do not use ccache with i.MX builds - there is not enough benefit:
Overall workflow time: 48m 15s
Cacheable calls: 2951 / 2951 (100.0%)
Hits: 144 / 2951 ( 4.88%)
Direct: 30 / 144 (20.83%)
Preprocessed: 114 / 144 (79.17%)
Misses: 2807 / 2951 (95.12%)
Local storage:
Cache size (GiB): 0.5 / 5.0 (10.83%)
Hits: 144 / 2951 ( 4.88%)
Misses: 2807 / 2951 (95.12%)
Without ccache time was ~40 min. So, such caching does not make
sense here.
---------
Co-authored-by: Miłosz Tomkiel <[email protected]>
Co-authored-by: Copilot <[email protected]>
* Update zap files throughout - run zap_convert_all & zap_regen (project-chip#41491)
* Update Silabs Documentation Links (project-chip#41509)
* update silabs documentation to updated links
* Update examples/closure-app/silabs/README.md
Co-authored-by: Copilot <[email protected]>
* Update examples/thermostat/silabs/README.md
Co-authored-by: Copilot <[email protected]>
* Update examples/thermostat/silabs/README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* resolve restyle failures by running prettier on all files in PR
* Restyled by prettier-markdown
* resolve matter_sdk styling comments
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>
* [Groupcast] Add AuxiliaryACL ZAP XML changes (project-chip#41510)
* Add AuxiliaryACL to XML via re-alchemy
* Regen ZAP
* Fix kotlin build
* Improve docs
* Fix format
* Remove unneeded paths
* Remove unneeded paths
* Remove pump and configueration client cluster items. (project-chip#41524)
* Add generic read attribute function (project-chip#41514)
* Add generic read attribute function
* Code update
* Addressing review comments
* Code update
* Code update
* Cleanup: remove empty client bindings. (project-chip#41523)
* Fix crash when HandleProvideAnswer is called twice for the same session. (project-chip#41498)
* Use correct user input method (project-chip#41516)
* [PAVST] Lengthen expirytime to 30s (project-chip#41511)
* Lengthen expirytime to 30s
* Address code comments
* Restyled by autopep8
---------
Co-authored-by: Restyled.io <[email protected]>
* Access Control Follow Up Changes (project-chip#41525)
* Access control follow ups
* Fix build file
* Restyled by gn
---------
Co-authored-by: Restyled.io <[email protected]>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Raveendra Karu <[email protected]>
Co-authored-by: Wang Qixiang <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: C Freeman <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: [Samsung] Raveendra Karu <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: Raul Marquez <[email protected]>
Co-authored-by: Junior Martinez <[email protected]>
Co-authored-by: Mathieu Kardous <[email protected]>
Co-authored-by: lpbeliveau-silabs <[email protected]>
Co-authored-by: Arkadiusz Bokowy <[email protected]>
Co-authored-by: Miłosz Tomkiel <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Sergio Soares <[email protected]>
Co-authored-by: Michael Duggan <[email protected]>
Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
Co-authored-by: arielsz71 <[email protected]>
Co-authored-by: Yufeng Wang <[email protected]>
Co-authored-by: marktrayer <[email protected]>
Co-authored-by: Zaid Omer <[email protected]>1 parent 3878442 commit b43a4cc
File tree
109 files changed
+92
-96
lines changed- examples
- all-clusters-app/realtek/common
- main
- include
- light-switch-app/realtek/common
- main
- include
- lighting-app/realtek/common
- main
- include
- lock-app/realtek/common
- main
- include
- ota-requestor-app/realtek/common
- main
- include
- thermostat/realtek/common
- main
- include
- window-app/realtek/common
- main
- include
- scripts/build/builders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
109 files changed
+92
-96
lines changedLines changed: 7 additions & 9 deletions
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments