Skip to content

Commit f3b5fd0

Browse files
committed
doc: nrf: migration: Add note on MCUboot picolibc change
Add a note on this change Signed-off-by: Jamie McCrae <[email protected]>
1 parent 9710cb1 commit f3b5fd0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/nrf/releases_and_maturity/migration/migration_guide_3.2.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,14 @@ Samples and applications
107107

108108
This section describes the changes related to samples and applications.
109109

110-
|no_changes_yet_note|
110+
MCUboot
111+
-------
112+
113+
The default C library for MCUboot has changed to picolibc.
114+
Picolibc is recommended over the minimal C library as it is a fully developed and supported C library designed for application usage.
115+
If you have not explicitly specified the C library in your sysbuild project for MCUboot using either a :file:`sysbuild/mcuboot/prj.conf` file or :file:`sysbuild/mcuboot.conf` file, picolibc will be used by default.
116+
To set picolibc in your project, use the :kconfig:option:`CONFIG_PICOLIBC` Kconfig option.
117+
If you need to use the minimal C library (which is not recommended outside of testing scenarios), use the :kconfig:option:`CONFIG_MINIMAL_LIBC` Kconfig option.
111118

112119
Libraries
113120
=========

0 commit comments

Comments
 (0)