-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
samples: matter: modify default configuration of Matter samples #11965
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
d790ac3
to
b8cd74e
Compare
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
828b5ae
to
12cad8a
Compare
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Enabled :kconfig:option:`CHIP_FACTORY_RESET_ERASE_NVS` KConfig option by default, including for builds without factory data support. | |
* Enabled :kconfig:option:`CHIP_FACTORY_RESET_ERASE_NVS` Kconfig option by default, including for builds without factory data support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found one typo. Approving.
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>
12cad8a
to
4986837
Compare
This PR brings changes related to the default configuration of Matter: