- 401a2a0 M-ACL: switch from UnsupportedAccess to AccessRestricted (#35263) by Thomas Lea · 7 months ago
- 5ad899a Update ACL API to support ARL use cases (#34537) by Thomas Lea · 8 months ago
- b85f076 Make AttributeAccessInterface and CommandHandlerInterface registries consistent as objects with singletons (#34462) by Andrei Litvin · 8 months ago
- b9c192b [HVAC] Use atomic writes with Presets (#34570) by Hasty Granbery · 8 months ago
- 7b2adc6 API renames: `chip::app::InteractionModel::*` becomes `chip::app::DataModel` and renamed `DataModel` to `Provider` (#34520) by Andrei Litvin · 8 months ago
- 161b256 Implementation of service area server (#33991) by William · 8 months ago
- 77824ed Add a way to force reporting when setting attr value in ember store. (#34521) by Boris Zbarsky · 8 months ago
- 5e3127f Add water heater management cluster sdk support (#34339) by PeterC1965 · 8 months ago
- 20c251b Add water heater mode to sdk and all-clusters-app (#34351) by PeterC1965 · 8 months ago
- 3b97495 Move command handler registered list out of InteractionModelEngine and into a separate `Registry` (#34414) by Andrei Litvin · 8 months ago
- 483af54 Update AttributePathExpandIterator to be able to use the IM/DM DataModel split (#34288) by Andrei Litvin · 8 months ago
- ba375be Update `ember-compatibility-functions` to always return error codes instead of directly encoding them as success. (#34392) by Andrei Litvin · 8 months ago
- fec6c7e Implement the codegen-data-model Write support (#34139) by Andrei Litvin · 9 months ago
- 395a613 Split the targets for nullable support (#34198) by Tennessee Carmel-Veilleux · 9 months ago
- 3806a38 Disentangle data model tests by moving fixtures into their own file (#34154) by Karsten Sperling · 9 months ago
- 947fef5 Removing NL Unit Infrastructure (#33943) by Amine Alami · 9 months ago
- 47097e0 cluster model decoupling - declare the codegen (ember) version and implement iteration (#33345) by Andrei Litvin · 10 months ago
- 3219a5f Ember compatibility layer - split out GlobalAttributeAccessInterface and the I/O buffer (#33396) by Andrei Litvin · 11 months ago
- a30b439 Some interface cleanup and make AttributeValueEncoder/Decoder more similar (#33028) by Andrei Litvin · 11 months ago
- c4699cf More IWYU across app/ & src/ (#32952) by achaulk-goog · 11 months ago
- 69d8585 Convert a few more items to std::optional (#33073) by Andrei Litvin · 11 months ago
- 5727ff0 Split out `AttributeAccessInterface.h` into separate headers/cpp for each underlying class (#32984) by Andrei Litvin · 12 months ago
- 07f4b35 Separate out attribute access interface registry/cache, remove free functions from InteractionModelEngine.h (#32954) by Andrei Litvin · 12 months ago
- 9e0f288 More fixes to src/app/util/mock. (#32932) by Andrei Litvin · 12 months ago
- c6c8e67 Fix up mock ember implementation: (#32928) by Andrei Litvin · 12 months ago
- 5236e27 Optimize out no-op writes in attribute-table. (#31162) by Boris Zbarsky · 12 months ago
- 660c928 Move declarations from `af.h` into the corresponding storage/table/... headers (#32776) by Andrei Litvin · 12 months ago
- eed2a1a Remove unused public api (#32728) by Andrei Litvin · 1 year ago
- 4f9e9ea Re-add Matter*Callback with STRONG linkage (#32730) by Andrei Litvin · 1 year ago
- 9957401 Fix incorrect comment in MatterCallbacks. (#32723) by Boris Zbarsky · 1 year ago
- e2ea7d7 Remove weak-linkage usage for matter callbacks for pre/post attribute read/write and command invocation (#32673) by Andrei Litvin · 1 year ago
- 1f2aff4 Start moving matter pre/post callbacks from `__weak__` handling to a injectable class instead. (#32648) by Andrei Litvin · 1 year ago
- d338455 Create `ember-compatibility-functions.h` to represent what `ember-compatibility-functions.cpp` contains (#32623) by Andrei Litvin · 1 year ago
- 27a478f Add 3 more headers from ember src/app/util to be known to gn (#32622) by Andrei Litvin · 1 year ago
- 22901a1 Update ZAP to v2024.03.14-nightly. (#32564) by Boris Zbarsky · 1 year ago
- 9d2f350 Make use of ZAP's new support for specifying the parent of an endpoint. (#32487) by Boris Zbarsky · 1 year ago
- f05f3f0 move `att-storage.h` to src/app/util and make it known to GN (#32435) by Andrei Litvin · 1 year, 1 month ago
- 4b0cbcc Move endpoint-config-defines (#32436) by Andrei Litvin · 1 year, 1 month ago
- 8a1c7aa Remove `privilege-constants.h` in favor of using `access/Privilege.h` (#32408) by Andrei Litvin · 1 year, 1 month ago
- 23a76a9 Move isIdentifying out of util.cpp (#32407) by Andrei Litvin · 1 year, 1 month ago
- 0b4caea Introduce AttributeAccessInterface lookup cache (#32414) by Tennessee Carmel-Veilleux · 1 year, 1 month ago
- a986606 Cleanup some unused functionality from `app/util/util.cpp` (#32382) by Andrei Litvin · 1 year, 1 month ago
- 42727b1 Rename `src/util/message.cpp` to `src/util/strings.cpp` and add appropriate headers (#32379) by Andrei Litvin · 1 year, 1 month ago
- 2b1d7e1 Clean up some includes in DataModelHandler (#32381) by Andrei Litvin · 1 year, 1 month ago
- bdde9cf Define explicit `data_model` sub-targets for generated files (#32343) by Andrei Litvin · 1 year, 1 month ago
- 116317f remove the header `src/app/util/common.h` (#32320) by Andrei Litvin · 1 year, 1 month ago
- f72008c Correctly annotate things that are unused when logging is disabled. (#32141) by Boris Zbarsky · 1 year, 1 month ago
- a3d0a86 Add more files to be managed and known by GN (#32140) by Andrei Litvin · 1 year, 1 month ago
- cc5b41a [Feature] Power Topology server & all-clusters-app stub (#31783) by Hasty Granbery · 1 year, 1 month ago
- 598356c Remove some unneeded dependencies from generic-callbacks.h (#32051) by Andrei Litvin · 1 year, 1 month ago
- 67f2ae5 [App] Removing af-enums.h (#32110) by Jean-Francois Penven · 1 year, 1 month ago
- 58bf8e1 [SDK] Rename EMBER_XXX to MATTER_XXX (#32078) by Jean-Francois Penven · 1 year, 1 month ago
- ddf373c [IM] Remove EmberAfStatus from src/app/clusters (#32055) by Jean-Francois Penven · 1 year, 1 month ago
- 3b3d37b Update src/app/util/ emberafstatus (#32054) by Jean-Francois Penven · 1 year, 1 month ago
- a95af94 [Interaction Model]Sync AmberAfStatus to InteractionModel::Status (#32016) by Jean-Francois Penven · 1 year, 2 months ago
- 3ec1ba5 [IM] Remove the EMBER_ZCL_STATUS_DUPLICATE_EXISTS error code (#32017) by Jean-Francois Penven · 1 year, 2 months ago
- cda0379 Quick cleanup of unused type (#32009) by Jean-Francois Penven · 1 year, 2 months ago
- 71fe503 Rename EMBER_AF to MATTER_DM (#31971) by Jean-Francois Penven · 1 year, 2 months ago
- 0d2ffbb Feature/electrical energy & power measurement clusters (#31518) by Hasty Granbery · 1 year, 2 months ago
- f5ca5ad Looking to remove some redundant and unused functions from the ember attribute storage/table (#31613) by Andrei Litvin · 1 year, 2 months ago
- a9edb72 Allow attribute-storage to compile even if GENERATED_CLUSTERS is not defined. (#31693) by Boris Zbarsky · 1 year, 2 months ago
- e06d8ad Ember attribute storage API surface simplification (#31611) by Andrei Litvin · 1 year, 2 months ago
- 98bd3e2 Reduce ember attribute-storage API surface: remove emberAfIsCluster* methods (#31562) by Andrei Litvin · 1 year, 2 months ago
- 9238d4b Make attribute-storage.h API surface smaller (#31568) by Andrei Litvin · 1 year, 2 months ago
- ed22840 Remove unused constants and extern declare from attribute-storage.cpp (#31567) by Andrei Litvin · 1 year, 2 months ago
- e09d5c8 Add DEM_M and EVSE_M cluster XML (#31506) by jamesharrow · 1 year, 2 months ago
- 91d3288 Oven: adding OvenCavityOperationalState example (#30898) by eahove · 1 year, 2 months ago
- 1e6e62b Move emAfLoadAttributeDefaults to private inside attribute-storage.cpp (#31427) by Andrei Litvin · 1 year, 2 months ago
- 87e6da0 Fix the error code returned when writing global list attributes. (#31454) by Boris Zbarsky · 1 year, 2 months ago
- e61d94f [Scenes] Scenes Management (#31023) by lpbeliveau-silabs · 1 year, 2 months ago
- 2869798 Add initial boolean state config cluster impl (#30977) by fesseha-eve · 1 year, 2 months ago
- 3beb43b Add initial valve cluster implementation (#30562) by fesseha-eve · 1 year, 2 months ago
- 4676d27 Remove dependency between chip-tool and the nlunit-test (#31234) by Jakub Latusek · 1 year, 2 months ago
- e0b4832 OvenMode example Implementation (#30983) by eahove · 1 year, 2 months ago
- 74f0e06 Remove DeviceLayer include in attribute-storage (#31400) by Andrei Litvin · 1 year, 2 months ago
- 4855f58 Add space after %p format specifier (#31194) by Shubham Patil · 1 year, 3 months ago
- e49c56d Update boolean configuration cluster XML according to latest spec (#30950) by fesseha-eve · 1 year, 3 months ago
- 6c6fe0a Add EnergyEvse to all-clusters-app (#30857) by jamesharrow · 1 year, 3 months ago
- d389403 Fixed DECLARE_DYNAMIC_CLUSTER to support CLIENT role as well. (#30873) by Kamil Kasperczyk · 1 year, 3 months ago
- 0373659 Add new IM Status NO_COMMAND_RESPONSE (#30921) by Terence Hampson · 1 year, 4 months ago
- e98d514 Make the mock attribute storage implementation configurable at runtime (#30676) by Karsten Sperling · 1 year, 4 months ago
- ac920cf [Feature]Microwave oven mode cluster implementation (#30441) by haijun1656 · 1 year, 4 months ago
- 54c9723 Remove attribute size header and util (#30521) by Andrei Litvin · 1 year, 4 months ago
- 00b7ed9 XMLs for valve configuration and control cluster, and boolean sensor configuration cluster & device types (#29787) by fesseha-eve · 1 year, 4 months ago
- f473579 Fix dynamic cluster dispatcher in controller (#29575) by yunhanw-google · 1 year, 5 months ago
- 4c205a2 [Scenes] Enabling TableSize feature (#29762) by lpbeliveau-silabs · 1 year, 5 months ago
- 842f454 Clear endpoint bitmask before reporting the PartList attribute (#29673) by Arkadiusz Bałys · 1 year, 6 months ago
- 4fa3721 Remove usage of `__has_include` and usage of `USE_ZAP_CONFIG` (#29492) by Andrei Litvin · 1 year, 6 months ago
- 38d6a48 Restyle C(++) code after upgrade to clang-format 16 (#29496) by Karsten Sperling · 1 year, 6 months ago
- 394eed3 Ensure we always have our endianness defined. (#29294) by Boris Zbarsky · 1 year, 6 months ago
- b15a6e6 Make constexpr constants in headers inline constexpr (#29279) by Karsten Sperling · 1 year, 6 months ago
- ddb9c77 Fix standard naming for ember status codes (#29013) by Andrei Litvin · 1 year, 7 months ago
- b9b2ead [fix] optimize tag list api in descriptor cluster (#28907) by mideayanghui · 1 year, 7 months ago
- 6f71e28 Add functions to set TagList attribute in descriptor cluster (#28753) by mideayanghui · 1 year, 7 months ago
- 55d1e8e Adding invalid in state to status code file (#28530) by abeck-whirlpool · 1 year, 8 months ago
- d4e1bca Remove special-case in ToInteractionModelStatus. (#28538) by Boris Zbarsky · 1 year, 8 months ago
- 5067c4a Add functions to set Parent Endpoint and Composition Type for an Endpoint (#28410) by Matt Hazley · 1 year, 8 months ago
- 5dd4b06 Reverted the AttributePersistenceProvider and added a SafeAttributePersistenceProvider (#28302) by William · 1 year, 8 months ago
- d328c30 Feature/dishwasher alarm impl (#27748) by fengdx4 · 1 year, 8 months ago
- 37d9608 [Feature] RVC Operational State implementation and example cluster server application (#28020) by mideayanghui · 1 year, 8 months ago