File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,31 @@ We are pleased to announce the release of Zephyr version 3.4.0.
9
9
10
10
Major enhancements with this release include:
11
11
12
+ * Input subsystem: handles input events from various types of input devices and
13
+ distribute them to other threads in the application.
14
+ * Barrierr API: add architecture agnostic API for data memory barriers.
15
+ * USB Device support:
16
+
17
+ * USB device controller API (UDC API)
18
+ * USB device controller API and nRF USBD controller driver.
19
+ * USB device stack implementation using new UDC API
20
+
21
+ * Added Power Delivery Source Support to the USB-C Stack
22
+ * Bluetooth: Added support for Periodic Advertising with Responses (PAwR)
23
+ * Cache API functions are now fully inlined by compilers.
24
+ * Added an API for real-time clocks (RTC).
25
+ * Added Retention subsystem
26
+ * Added initial support for MMU on Xtensa
27
+ * SMBus (System Management Bus) API
28
+ * Various improvements to the testing framework and twister:
29
+
30
+ - Introduction of 3 new test harnesses into twister supporting pyTest,
31
+ GoogleTest and RobotFramework
32
+ - Transitioning to new Ztest API was completed and legacy Ztest was deprecated.
33
+
34
+ * Added Snippets: Support common configuration settings that can be used across
35
+ platforms.
36
+
12
37
The following sections provide detailed lists of changes by component.
13
38
14
39
Security Vulnerability Related
You can’t perform that action at this time.
0 commit comments