Skip to content

Commit 0773cc8

Browse files
committed
release: document major changes
added highlights to the 3.4 release notes. Signed-off-by: Anas Nashif <[email protected]>
1 parent be04e30 commit 0773cc8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

doc/releases/release-notes-3.4.rst

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

1010
Major enhancements with this release include:
1111

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+
1237
The following sections provide detailed lists of changes by component.
1338

1439
Security Vulnerability Related

0 commit comments

Comments
 (0)