File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ API Changes
2020Changes in this release
2121=======================
2222
23+ * Newlib nano variant is no longer selected by default when
24+ :kconfig:option: `CONFIG_NEWLIB_LIBC ` is selected.
25+ :kconfig:option: `CONFIG_NEWLIB_LIBC_NANO ` must now be explicitly selected in
26+ order to use the nano variant.
27+
2328* Bluetooth: Add extra options to bt_le_per_adv_sync_transfer_subscribe to
2429 allow disabling sync reports, and enable sync report filtering. these two
2530 options are mutually exclusive.
@@ -768,6 +773,15 @@ Devicetree
768773Libraries / Subsystems
769774**********************
770775
776+ * C Library
777+
778+ * Newlib nano variant is no longer selected by default when
779+ :kconfig:option: `CONFIG_NEWLIB_LIBC ` is selected.
780+ :kconfig:option: `CONFIG_NEWLIB_LIBC_NANO ` must now be explicitly selected
781+ in order to use the nano variant.
782+ * Picolibc now supports all architectures supported by Zephyr.
783+ * Added C11 ``aligned_alloc `` support to the minimal libc.
784+
771785* C++ Library
772786
773787 * C++ support in Zephyr is no longer considered a "subsystem" because it
You can’t perform that action at this time.
0 commit comments