diff --git a/samples/matter/lock/prj.conf b/samples/matter/lock/prj.conf index 2e2c7adeb946..33d763b1749f 100644 --- a/samples/matter/lock/prj.conf +++ b/samples/matter/lock/prj.conf @@ -42,3 +42,8 @@ CONFIG_CHIP_APP_LOG_LEVEL=3 # Enable Factory Data feature CONFIG_CHIP_FACTORY_DATA=y CONFIG_CHIP_FACTORY_DATA_BUILD=y + +CONFIG_LTO=y +CONFIG_ISR_TABLES_LOCAL_DECLARATION=y +CONFIG_WPA_SUPP_NO_DEBUG=n +CONFIG_WPA_SUPP_LOG_LEVEL_DBG=y diff --git a/west.yml b/west.yml index 8df42e3ef174..8f928f2f1afe 100644 --- a/west.yml +++ b/west.yml @@ -169,7 +169,7 @@ manifest: - name: matter repo-path: sdk-connectedhomeip path: modules/lib/matter - revision: b6d6e9a8885ce8390e1847e7a986ecbbdcbc277d + revision: pull/head/468 west-commands: scripts/west/west-commands.yml submodules: - name: nlio