Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matter: add shell commands for resource usage #12046

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,17 @@ See `Bluetooth mesh samples`_ for the list of changes in the Bluetooth mesh samp
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.

* Added:

* Page about :ref:`ug_matter_device_optimizing_memory`.
* Shell commands for printing and resetting the peak usage of critical system resources used by Matter.
These shell commands are available when both :kconfig:option:`CHIP_LIB_SHELL` and :kconfig:option:`CHIP_STATISTICS` Kconfig options are set.

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

Matter fork
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ manifest:
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: 97b73256e666f867cb840f0beeeaa5091f47e544
revision: 1e209c93fd43fd4eb313eec4285a36cb577800c4
submodules:
- name: nlio
path: third_party/nlio/repo
Expand Down
Loading