Skip to content

Commit c3af6f2

Browse files
doc: Add a release note entry for switching to picolibc
Added a release note entry to infrom that Matter and Thread samples switched to picolibc. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 14abaac commit c3af6f2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,16 +607,18 @@ The issues in this section are related to the :ref:`ug_matter` protocol.
607607

608608
.. rst-class:: v3-1-1
609609

610-
KRKNWK-20774: Fatal error on nRF54LM20 SoC after enabling the :kconfig:option:`CONFIG_PICOLIBC` Kconfig option or dynamic heap memory allocation
610+
KRKNWK-20774: Fatal error on the nRF54LM20 SoC after enabling the :kconfig:option:`CONFIG_PICOLIBC` Kconfig option or dynamic heap memory allocation
611611
The nRF54LM20 SoC crashes after enabling the :kconfig:option:`CONFIG_PICOLIBC` Kconfig option or dynamic heap memory allocation while running a Matter sample.
612612
The root cause is that the nRF54LM20 DK devicetree overlay in the Matter samples configures the SRAM memory incorrectly.
613613
As a result, a restricted region of the SRAM is used, which leads to a crash.
614614

615+
**Affected platforms:** nRF54LM20
616+
615617
**Workaround:** Remove the following configuration from the :file:`boards/nrf54lm20dk_nrf54lm20a_cpuapp.overlay`, :file:`boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.overlay`, :file:`sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp.conf`, and :file:`sysbuild/mcuboot/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.conf` files of the Matter sample:
616618

617619
.. code-block:: console
618620
619-
/* restore full RRAM and SRAM space - by default some parts are dedicated to FLRP */
621+
/* Restore full RRAM and SRAM space. By default, some parts are dedicated to FLRP. */
620622
&cpuapp_rram {
621623
reg = <0x0 DT_SIZE_K(2036)>;
622624
};

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Gazell
179179
Matter
180180
------
181181

182-
|no_changes_yet_note|
182+
* Updated to using the :kconfig:option:`CONFIG_PICOLIBC` Kconfig option as the C library instead of :kconfig:option:`CONFIG_NEWLIB_LIBC`, in compliance with Zephyr requirements.
183183

184184
Matter fork
185185
+++++++++++
@@ -194,7 +194,10 @@ nRF IEEE 802.15.4 radio driver
194194
Thread
195195
------
196196

197-
* Updated the :ref:`thread_sed_ssed` documentation to clarify the impact of the SSED configuration on the device's power consumption and provide a guide for :ref:`thread_ssed_fine_tuning` of SSED devices.
197+
* Updated:
198+
199+
* The :ref:`thread_sed_ssed` documentation to clarify the impact of the SSED configuration on the device's power consumption and provide a guide for :ref:`thread_ssed_fine_tuning` of SSED devices.
200+
* The platform configuration to use the :kconfig:option:`CONFIG_PICOLIBC` Kconfig opiton as the C library instead of :kconfig:option:`CONFIG_NEWLIB_LIBC`, in compliance with Zephyr requirements.
198201

199202
Wi-Fi®
200203
------

0 commit comments

Comments
 (0)