File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ We are pleased to announce the release of Zephyr version 3.6.0.
9
9
10
10
Major enhancements with this release include:
11
11
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
+
12
25
An overview of the changes required or recommended when migrating your application from Zephyr
13
26
v3.5.0 to Zephyr v3.6.0 can be found in the separate :ref: `migration guide<migration_3.6> `.
14
27
You can’t perform that action at this time.
0 commit comments