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
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/migration/migration_guide_3.2.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,14 @@ Samples and applications
107
107
108
108
This section describes the changes related to samples and applications.
109
109
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.
0 commit comments