File tree Expand file tree Collapse file tree
samples/matter/common/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55#
66
77config NCS_SAMPLE_MATTER_APP_TASK_QUEUE_SIZE
8- int "Maximum amount of tasks delegated to be run in the application queue"
8+ int "Maximum number of tasks delegated to be run in the application queue"
99 default 10
1010 help
1111 Define the maximum size of the queue dedicated for application tasks that
@@ -22,7 +22,7 @@ config NCS_SAMPLE_MATTER_CUSTOM_BLUETOOTH_ADVERTISING
2222 bool "Define the custom behavior of the Bluetooth advertisement in the application code"
2323 help
2424 Disable the default Bluetooth advertising start which is defined in the board.cpp file and
25- allow to use the custom one.
25+ allows to use the custom one.
2626
2727config NCS_SAMPLE_MATTER_OPERATIONAL_KEYS_MIGRATION_TO_ITS
2828 bool "Operational keys migration feature"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ menuconfig NCS_SAMPLE_MATTER_DIAGNOSTIC_LOGS
1111 Provides support for diagnostics logs. Diagnostics logs allow the Matter controller to read end-user,
1212 network and crash logs from the Matter device.
1313 Diagnostic logs are usable only if the DiagnosticCluster is available and active on the device's root endpoint.
14- Otherwise the compilation error occurs.
14+ Otherwise, the compilation error occurs.
1515
1616if NCS_SAMPLE_MATTER_DIAGNOSTIC_LOGS
1717
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ manifest:
157157 - name : matter
158158 repo-path : sdk-connectedhomeip
159159 path : modules/lib/matter
160- revision : 8276cee2ff38d4cda5ade8f3c9c0ac2182c08dc1
160+ revision : d624f59a4f2b349271fd88fa4649abf045f2b912
161161 west-commands : scripts/west/west-commands.yml
162162 submodules :
163163 - name : nlio
You can’t perform that action at this time.
0 commit comments