Skip to content

Commit e5c532d

Browse files
stephanosiocarlescufi
authored andcommitted
doc: release-notes: Add C library release notes
This commit adds the C library release notes for the Zephyr 3.3 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent cc998ec commit e5c532d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ API Changes
2020
Changes 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
768773
Libraries / 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

0 commit comments

Comments
 (0)