Skip to content

Commit

Permalink
doc: release: Add Zephyr 3.6 highlights
Browse files Browse the repository at this point in the history
This adds a high-level summary of the most notable highlights of
Zephyr 3.6.

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben committed Feb 14, 2024
1 parent 78bc5dd commit 768e665
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/releases/release-notes-3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ We are pleased to announce the release of Zephyr version 3.6.0.

Major enhancements with this release include:

* New GNSS subsystem allowing to add geo-awareness to Zephyr applications.
* New API and drivers for handling keyboard matrices.
* New socket and CoAP service libraries simplifying the implementation of socket and CoAP servers
respectively, while also optimizing the use of resources.
* Integration of Trusted Firmware-M (TF-M) 2.0, including an update to mbedTLS 3.5.0.
* Improved tooling for building LLEXT modules.
* Added userspace support for Xtensa architecture.
* Over 30 new supported boards, across all the architectures supported by Zephyr.

An overview of the changes required or recommended when migrating your application from Zephyr
v3.5.0 to Zephyr v3.6.0 can be found in the separate :ref:`migration guide<migration_3.6>`.

Expand Down

0 comments on commit 768e665

Please sign in to comment.