Skip to content

Commit

Permalink
manifest: pull recent vital Matter SDK patches
Browse files Browse the repository at this point in the history
This PR pulls important commits cherry-picked from
the Matter SDK:
- Matter shell refinements
- compilation time optimization
- root certification expiration fixes
- RAM size optimization
- performance improvements
- subscriptions and reporting fixes
- Matter spec conformance fixes
- configuration fix

Signed-off-by: Marcin Kajor <[email protected]>
  • Loading branch information
markaj-nordic committed Oct 10, 2023
1 parent 8ce47a6 commit cbfa3de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#include <zephyr/logging/log.h>

#include <app-common/zap-generated/ids/Commands.h>

LOG_MODULE_DECLARE(app, CONFIG_CHIP_APP_LOG_LEVEL);

namespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#pragma once

#include <app-common/zap-generated/ids/Attributes.h>
#include <app-common/zap-generated/ids/Clusters.h>
#include <app/util/attribute-storage.h>

class BridgedDeviceDataProvider {
Expand Down
2 changes: 2 additions & 0 deletions samples/matter/common/src/bridge/matter_bridged_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#pragma once

#include <app-common/zap-generated/ids/Attributes.h>
#include <app-common/zap-generated/ids/Clusters.h>
#include <app/util/attribute-storage.h>

/* Definitions of helper macros that are used across all bridged device types to create common mandatory clusters in a
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ manifest:
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: ba4b30a246e95e3023e562bc5d00a5a6771feca5
revision: 96ea9333bb49c6b0cc381f3082d987223205e2a3
submodules:
- name: nlio
path: third_party/nlio/repo
Expand Down

0 comments on commit cbfa3de

Please sign in to comment.