From 6597a65b23ff87ee526644c407dbbff7d257743a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 19 Oct 2023 20:46:19 +0300 Subject: [PATCH] doc: release: 3.5: Add more content to the major enhancements List more items in the "major encements" section. Signed-off-by: Johan Hedberg --- doc/releases/release-notes-3.5.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/releases/release-notes-3.5.rst b/doc/releases/release-notes-3.5.rst index 40979b3fb1d569..3c2ad7317f046a 100644 --- a/doc/releases/release-notes-3.5.rst +++ b/doc/releases/release-notes-3.5.rst @@ -9,7 +9,19 @@ We are pleased to announce the release of Zephyr version 3.5.0. Major enhancements with this release include: -* Added native_sim (successor to native_posix) +* Added support for linkable loadable extensions (llext) +* Added native_sim simulator target (successor to native_posix) +* Added new battery charger driver API +* Added new hardware spinlock driver API +* Added new modem subsystem +* Added support for 45+ new boards +* Networking: improvements to CoAP, Connection Manager, DHCP, Ethernet, gPTP, ICMP, + IPv6 and LwM2M +* Bluetooth: improvements to the Controller, Audio, Mesh, as well as the host stack in + general +* Improved LVGL graphics library integration +* Integrated support with the CodeChecker static analyzer +* Picolibc is now the default C standard library An overview of the changes required or recommended when migrating your application from Zephyr v3.4.0 to Zephyr v3.5.0 can be found in the separate :ref:`migration guide`.