Skip to content

Commit f31b527

Browse files
kartbenMaureenHelm
authored andcommitted
doc: release: Add Zephyr 3.6 highlights
This adds a high-level summary of the most notable highlights of Zephyr 3.6. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent a48c958 commit f31b527

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/releases/release-notes-3.6.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ We are pleased to announce the release of Zephyr version 3.6.0.
99

1010
Major enhancements with this release include:
1111

12+
* New :ref:`GNSS subsystem <gnss_api>` added, enabling geo-awareness in Zephyr applications.
13+
* New API and drivers introduced for interfacing with :ref:`keyboard matrices <gpio-kbd>`.
14+
* New socket and CoAP service libraries streamlining the implementation of socket and CoAP servers
15+
respectively, while also optimizing the use of resources.
16+
* Integrated Trusted Firmware-M (TF-M) 2.0, including an update to mbedTLS 3.5.2.
17+
* Improved LLEXT tooling, simplifying module creation in the Zephyr build system.
18+
* Userspace support extended to Xtensa architecture.
19+
* Build system now supports Link Time Optimization (LTO), reducing the size of the final image.
20+
* Bluetooth Mesh Protocol 1.1 now supported by default.
21+
* Major updates to the documentation of the :ref:`native simulator <native_sim>`, clarifying
22+
supported peripherals and how to use them.
23+
* Over 30 new supported boards, spanning all Zephyr-supported architectures.
24+
1225
An overview of the changes required or recommended when migrating your application from Zephyr
1326
v3.5.0 to Zephyr v3.6.0 can be found in the separate :ref:`migration guide<migration_3.6>`.
1427

0 commit comments

Comments
 (0)