Sergio Soares
Sergio Soares
### Description As discussed in the [forum](https://www.element14.com/community/message/225441/l/re-synchronize-devicesperipheral-view-with-cmsis-pack-installed-from-cmsis-pack-eclipse-plugin#225441), the Packs plugin from GNU MCU Eclipse is not able to detect packs installed outside its Packs manager, even using the [cmsis-pack-eclipse](https://github.com/ARM-software/cmsis-pack-eclipse) plugin...
### Description As discussed in the [forum](https://www.element14.com/community/message/225441/l/re-synchronize-devicesperipheral-view-with-cmsis-pack-installed-from-cmsis-pack-eclipse-plugin#225441), it seems the Packs plugin from GNU MCU Eclipse is not able to detect packs installed with the [cmsis-pack-eclipse](https://github.com/ARM-software/cmsis-pack-eclipse) plugin. Even after removing...
Hi guys, There is one use case we would love to have on the CMSIS-Packs plugin (not sure if it's possible). In our projects, we sometimes use different variants of...
Hi folks, Thanks for the great work on the CMSIS-Pack plugin. Is it possible to add a scroll bar in the device data books panel? For our device (RSL10) we...
Hi folks, I'm trying to use the hal and just realized it doesn't seem to support the `lsm6dsv32x` sensor, only the 16x. What would involve adding support for the 32x?...
This PR adds the missing Water Heater device to matter-devices.xml. The description was generated using the Alchemy tool (https://github.com/project-chip/alchemy) with the following command: `alchemy zap --attribute="in-progress" --sdkRoot=./connectedhomeip/ --specRoot=./connectedhomeip-spec/ ./connectedhomeip-spec/src/device_types/WaterHeater.adoc` I...
### Reproduction steps How to reproduce: 1. Run the `TC_BasicDeviceComposition.py` against the tv-app. Command: ``` scripts/run_in_python_env.sh out/python_env './scripts/tests/run_python_test.py --app ./out/linux-x64-tv-app-no-ble-clang-boringssl/chip-tv-app --app-args "--trace-to json:log" --script src/python_testing/TC_DeviceBasicComposition.py --script-args "--qr-code MT:-24J0AFN00KA0648G00"' ``` Full...
See PR (https://github.com/project-chip/connectedhomeip/pull/36458) for details and slack discussion: https://csamembers.slack.com/archives/C01B01GH64E/p1731349802658659 It seems like a change in `` caused unwanted changes in .matter after a zap regen. If we change the name...
# Server Cluster Shim ## Overview The `ServerClusterShim` provides a way to adapt legacy (codegen/ember-based) server cluster implementations to the new `ServerClusterInterface`. It acts as an intermediary layer, translating between...
#### Summary This PR refactors the `ChimeCluster` to follow the "Code-Driven" pattern, inheriting from `DefaultServerCluster`. ### Key Changes: **Code-Driven `ChimeCluster`**: * Implemented `ChimeCluster` in `src/app/clusters/chime-server/ChimeCluster.cpp` and `.h`. * Handles `ReadAttribute`...