- Sep 22, 2022
-
-
Timothy Maes authored
Used for customer development and simple OTA test image creation
-
- Sep 21, 2022
-
-
Alex Tsitsiura authored
-
- Sep 20, 2022
-
-
Andrei Litvin authored
[BUG] Fix ReadClient to use the right parameters when computing the liveness timeout (#22699) (#22760) * Fix ReadClient to use the right parameters when computing the liveness timeout This fixes the logic in ReadClient to use the local IDLE interval when computing the liveness timeout instead of the IDLE interval of our peer. Testing: Using the REPL and the liveness timer print, confirmed the fixes are indeed applied. Restyled by whitespace Restyled by clang-format Build fixes * Review feedback Co-authored-by:
Jerry Johns <johnsj@google.com>
-
- Sep 16, 2022
-
-
Sharad Binjola authored
-
chrisdecenzo authored
-
markaj-nordic authored
Accessing DeviceProxy object in the application callback is redundant and leads to crash, because of modified lifetime of this object in Matter core.
-
Tennessee Carmel-Veilleux authored
* Update TestEventTrigger to match SVE2 test plan - There was a 3-way mismatch between spec, SDK and SVE2 test plans in the TestEventTrigger command. - Since this command is meant for cert testing and 1.0 spec is loced down, it was determined that making behavior match TC-DGEN-2.3 is the best outcome. Fixes #22232 Changes: - Make all EnableKey errors are ConstraintError - Add test event trigger support to all Linux examples by default with a command that always succeeds in the reserved range - Add integration test for feature - Fix Python IM status codes list that had an old name - Add "commission-only" mode to matter_testing_support.py done while testing this feature Testing done: - All unit tests still pass - Integration tests pass, including new TC_TestEventTrigger.py * Update some comments * Fix CI YAML config
-
adabreuti authored
-
Vivien Nicolas authored
[Darwin] Fix Matter framework delegates to pass the delegating object as the first arg to their methods - Followup for the missing delegates that have not been updated in examples/darwin-framework-tool/commands/tests/TestCommandBridge.h (#22690)
-
yunhanw-google authored
-
Jerry Johns authored
* Omit write-only attributes in wildcard processing This omits processing write-only attributes during wildcard processing of Reads/Subscribes. It only achieves this for attributes backed by the AttributeAccessInterface. Specifically, it watches for UnsupportedRead error being returned by AttributeAccessInterface::Read and if so, ignores the error specifically when handling a wildcard-based interaction. Added a Python test that validates that the new WriteOnlyInt8u attribute is not served when doing a wildcard read. * Restyle
-
jczhang777 authored
* [BL602] Fix sve2 problems * Restyled by whitespace * Restyled by clang-format * Restyled by gn * [BL602] Update readme * call ef_env_set_default to do factory reset * [BL602] Fix code review issues * Restyled by clang-format * [BL602] Delete not use code Co-authored-by:
Restyled.io <commits@restyled.io> Co-authored-by:
wyhong <wyhong@bouffalolab.com>
-
Yufeng Wang authored
* Improve matter gcoverage accuracy by excluding non-core sdk files * Address review comments
-
pankore authored
* [RouteHook] Implement route hooks to allow communication with thread devices * [Connectivity] Remove disconnection code from ConnectivityManager * [RouteHook] Fix compile error on 8720CM platform * [Restyle] Fix restyling
-
Vivien Nicolas authored
* Update ZAP repo * [darwin] Add cluster and commands description from XML into MTRBaseClusters.zapt * [Darwin] Update template to preserve acronyms (e.g ACL) in APIs * Update constants name in TemperatureSensorViewController.m * Ota -> OTA in src/darwin/Framework/CHIPTests/MTRTestOTAProvider.m * Exclude src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h from restyle as we seems to have colliding versions * Update generated code
-
Jeff Tung authored
[Darwin] Fix Matter framework delegates to pass the delegating object as the first arg to their methods (#22682)
-
Seth Rickard authored
* add interface IPv6 addresses and up fabrics for SVE#2 * reduce all-clusters-app stack to match lock-app
-
Evgeny Margolis authored
-
- Sep 15, 2022
-
-
Boris Zbarsky authored
Fixes https://github.com/project-chip/connectedhomeip/issues/22674 Addresses part of https://github.com/project-chip/connectedhomeip/issues/22420
-
Terence Hampson authored
* Disable MDNS lookup on first message deliver failure * Restyle * Reorder config entry * Address PR comments and clean up config comment * Address PR comments
-
Vivien Nicolas authored
Ensure darwin-framework-tool is beeing rebuilt when something changes in the generated code from src/darwin/Framework/CHIP/zap-generated (#22677)
-
manjunath-grl authored
* Modified script TC-CADMIN-1.3 TC-CADMIN-1.4 TC-CADMIN-1.5 TC-CADMIN-1.6 TC-CADMIN-1.9 TC-CADMIN-1.10 TC-CADMIN-1.11 TC-CADMIN-1.13 TC-DGGEN-2.1 TC-LVL-4.1 TC-OO-2.3 Manual script: TC-BR-2 * Auto generated files * Restyled by whitespace Co-authored-by:
Restyled.io <commits@restyled.io>
-
Vivien Nicolas authored
* [darwin] Make sure the prefixes on the enum names match the type * Update generated code
-
pankore authored
* [ColorControl] Set EnhancedColorMode to 3 during enhanced-move-to-hue-and-saturation * [ColorControl] Update handleModeSwitch to set EnhancedColorMode
-
Vivien Nicolas authored
[darwin] Be a bit less restrictive when it comes to filtering interfaces for mdns broadcasting (#22667)
-
Boris Zbarsky authored
* Fix function naming to indicate we are reading a path (maybe multiple attributes), not just an attribute. * Fix documentation. * Rename to MTRClusterStateCacheContainer. Fixes https://github.com/project-chip/connectedhomeip/issues/22532 Addresses part of https://github.com/project-chip/connectedhomeip/issues/22420
-
pankore authored
* [Chef] Add amebaD platform for chef app * [Chef] Implement Z2 build logic for chef * [KeyValueStore] Add include FreeRTOS.h * [Chef] Add make is command into z2 build * [Chef] Add macro definitions for Z2 from script * [Chef] Only flash when platform is Ameba D - Z2 currently does not support flashing through script - Only allow terminal when platform is D - Z2 image is not flashed, hence do not open terminal * [Restyle] Restyling
-
Andrei Litvin authored
Co-authored-by:
Andrei Litvin <andreilitvin@google.com>
-
Andrei Litvin authored
* Add lint step for IDLs in workflows, ensure lint can be run with act * Remove default value for an external array in chef zap files * Ran zap regen for chef stuff * Bootstrap and checkout so that idl script can run, added issues on todo * Set container for lints: we need some packages installed for checkout submodules and bootstrap to work * Fix comment on how to act-execute the lints * Add space before ] for propper scripting * Replace == with = in script * Add more exceptions for the idl linter. virtually all chef files are broken * Use python3 instead of python for check_includes.py Co-authored-by:
Andrei Litvin <andreilitvin@google.com>
-
joonhaengHeo authored
-
Praveen Chandran authored
-
Evgeny Margolis authored
-
Arkadiusz Bokowy authored
-
pankore authored
- According to spec, RequestorCanConsent should be 0 if device do not support userconsent
-
Yufeng Wang authored
* Fix CurrentPositionLiftPercent100ths attribute read value mismatch * Run codegen * Adjust the delay to improve the CI stability
-
AlvinHsiao authored
* Check value size before cleaning config value.
-
Jerry Johns authored
This removes the KeyError exception that is thrown when the Python cluster cache encounters an attribute that it doesn't have schema for. This occurs for some of the extended attributes in the test cluster that are not actually defined in schema. This ensures that we don't abruptly terminate attribute processing when running tests against the all clusters app.
-
pankore authored
-
pankore authored
-
Vivien Nicolas authored
[Darwin] Rename MTRDevicePairingDelegate to MTRDeviceControllerDelegate and MTRPairingStatus to MTRCommissioningStatus (#22633) * [Darwin] Rename MTRDevicePairingDelegate to MTRDeviceControllerDelegate * [Darwin] Rename MTRPairingStatus to MTRCommissioningStatus
-