Skip to content

Commit

Permalink
samples: matter: modify default configuration of Matter samples
Browse files Browse the repository at this point in the history
This PR brings changes related to the default configuration of Matter:
 - disables BLE Gatt cache
 - enables NVS erase natively
 - disables OT shell

Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
  • Loading branch information
LuDuda committed Aug 10, 2023
1 parent 91308a0 commit 4986837
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ Matter

* Added a page about :ref:`ug_matter_device_optimizing_memory`.
* Fixed an IPC crash on nRF5340 when Zephyr's main thread takes a long time.
* Disabled OpenThread shell by default in Matter over Thread samples.
* Enabled :kconfig:option:`CHIP_FACTORY_RESET_ERASE_NVS` Kconfig option by default, including for builds without factory data support.
The firmware now erases all flash pages in the non-volatile storage during a factory reset, instead of just clearing Matter-related settings.

See `Matter samples`_ for the list of changes for the Matter samples.

Expand Down Expand Up @@ -381,6 +384,8 @@ Thread samples
Matter samples
--------------

* Disabled OpenThread shell by default in Matter over Thread samples.

* :ref:`matter_lock_sample` sample:

* Fixed the feature map for software diagnostic cluster.
Expand Down

0 comments on commit 4986837

Please sign in to comment.