You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This disables the Friend feature when sample is compiled on 52DK to
save some RAM. Friendship is optional feature and not needed by BLCNLC
Profile, which is demonstrated in this sample.
Signed-off-by: Omkar Kulkarni <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,6 +338,13 @@ Bluetooth samples
338
338
339
339
* Added reconnection to bonded devices based on their address.
340
340
341
+
Bluetooth Mesh samples
342
+
----------------------
343
+
344
+
* :ref:`bluetooth_mesh_light_lc` sample:
345
+
346
+
* Disabled the Friend feature when the sample is compiled for the :ref:`zephyr:nrf52dk_nrf52832` board target to increase the amount of RAM available for the application.
Copy file name to clipboardExpand all lines: samples/bluetooth/mesh/light_ctrl/README.rst
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,15 @@ Configuration
167
167
168
168
|config|
169
169
170
-
|nrf5340_mesh_sample_note|
170
+
.. tabs::
171
+
172
+
.. group-tab:: nRF52 DK (nRF52832)
173
+
174
+
Due to limited RAM on the nRF52832 device, the Friend feature is disabled for this DK.
175
+
176
+
.. group-tab:: nRF53 DKs
177
+
178
+
|nrf5340_mesh_sample_note|
171
179
172
180
The Kconfig option :kconfig:option:`CONFIG_BT_MESH_LIGHT_CTRL_REG_SPEC` is set by default as it is necessary for the :ref:`bt_mesh_light_ctrl_srv_readme` model according to the `Bluetooth Mesh model specification`_.
173
181
The option enables a separate module called illuminance regulator.
0 commit comments