Skip to content

Commit b43a4cc

Browse files
pankorewqx6gemini-code-assist[bot]cecilledependabot[bot]
authored
[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

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 changed

examples/all-clusters-app/realtek/bee/README.md renamed to examples/all-clusters-app/realtek/common/README.md

Lines changed: 7 additions & 9 deletions

examples/all-clusters-app/realtek/bee/chip_main.cmake renamed to examples/all-clusters-app/realtek/common/chip_main.cmake

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ pw_set_backend(pw_assert.assert pw_assert.assert_compatibility_backend)
2828
pw_set_backend(pw_sys_io pw_sys_io.bee)
2929
pw_set_backend(pw_trace pw_trace_tokenized)
3030

31-
add_subdirectory(${chip_dir}/third_party/pigweed/repo ${chip_dir}/examples/all-clusters-app/realtek/bee/out/pigweed)
32-
add_subdirectory(${chip_dir}/third_party/nanopb/repo ${chip_dir}/examples/all-clusters-app/realtek/bee/out/nanopb)
33-
add_subdirectory(${chip_dir}/examples/platform/realtek/pw_sys_io ${chip_dir}/examples/all-clusters-app/realtek/out/pw_sys_io)
31+
add_subdirectory(${chip_dir}/third_party/pigweed/repo ${chip_dir}/examples/all-clusters-app/realtek/common/out/pigweed)
32+
add_subdirectory(${chip_dir}/third_party/nanopb/repo ${chip_dir}/examples/all-clusters-app/realtek/common/out/nanopb)
33+
add_subdirectory(${chip_dir}/examples/platform/realtek/pw_sys_io ${chip_dir}/examples/all-clusters-app/realtek/common/out/pw_sys_io)
3434

3535
pw_proto_library(attributes_service
3636
SOURCES
@@ -173,12 +173,12 @@ list(
173173
${chip_dir}/examples/all-clusters-app/all-clusters-common/src/oven-modes.cpp
174174
${chip_dir}/examples/all-clusters-app/all-clusters-common/src/oven-operational-state-delegate.cpp
175175

176-
${chip_dir}/examples/all-clusters-app/realtek/bee/main/AppTask.cpp
177-
${chip_dir}/examples/all-clusters-app/realtek/bee/main/LightingManager.cpp
178-
${chip_dir}/examples/all-clusters-app/realtek/bee/main/chipinterface.cpp
179-
${chip_dir}/examples/all-clusters-app/realtek/bee/main/DeviceCallbacks.cpp
180-
${chip_dir}/examples/all-clusters-app/realtek/bee/main/CHIPDeviceManager.cpp
181-
${chip_dir}/examples/all-clusters-app/realtek/bee/main/Globals.cpp
176+
${chip_dir}/examples/all-clusters-app/realtek/common/main/AppTask.cpp
177+
${chip_dir}/examples/all-clusters-app/realtek/common/main/LightingManager.cpp
178+
${chip_dir}/examples/all-clusters-app/realtek/common/main/chipinterface.cpp
179+
${chip_dir}/examples/all-clusters-app/realtek/common/main/DeviceCallbacks.cpp
180+
${chip_dir}/examples/all-clusters-app/realtek/common/main/CHIPDeviceManager.cpp
181+
${chip_dir}/examples/all-clusters-app/realtek/common/main/Globals.cpp
182182
${chip_dir}/examples/platform/realtek/util/LEDWidget.cpp
183183
${chip_dir}/examples/providers/DeviceInfoProviderImpl.cpp
184184
${chip_dir}/examples/platform/realtek/dac_provider/CommonDACProvider.cpp
@@ -203,7 +203,7 @@ target_include_directories(
203203
${chip_dir}/examples/platform/realtek/pw_sys_io/public
204204
${chip_dir}/examples/common
205205
${chip_dir}/examples/common/pigweed
206-
${chip_dir}/examples/common/pigweed/realtek/bee
206+
${chip_dir}/examples/common/pigweed/realtek
207207
${chip_dir}/src
208208
${chip_dir}/src/lib/support
209209
${pigweed_dir}/pw_rpc/nanopb/public
@@ -217,7 +217,7 @@ target_include_directories(
217217
${chip_dir}/zzz_generated/all-clusters-app
218218
${chip_dir}/zzz_generated/all-clusters-app/zap-generated
219219
${chip_dir}/zzz_generated/app-common
220-
${chip_dir}/examples/all-clusters-app/realtek/bee/main/include
220+
${chip_dir}/examples/all-clusters-app/realtek/common/main/include
221221
${chip_dir}/examples/all-clusters-app/all-clusters-common
222222
${chip_dir}/examples/all-clusters-app/all-clusters-common/include
223223
${chip_dir}/examples/microwave-oven-app/microwave-oven-common

0 commit comments

Comments
 (0)