Skip to content

Commit 62ffbb0

Browse files
kartbendanieldegrasse
authored andcommitted
doc: releases: 4.2: Consolidate release highlights
Add twister power harness mention Use same structure as the one used for 4.1 Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent d9045ea commit 62ffbb0

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,33 @@ We are pleased to announce the release of Zephyr version 4.2.0.
3333

3434
Major enhancements with this release include:
3535

36-
- Initial support for the **Renesas RX** 32-bit architecture has been added, including a QEMU-based
36+
**Initial Support for Renesas RX**
37+
The Renesas RX architecture is now supported, including a QEMU-based
3738
:zephyr:board:`board target <qemu_rx>`.
3839

39-
- The USB device stack now supports **USB Video Class** (UVC).
40+
**USB Video Class Driver**
41+
The USB device stack now supports USB Video Class (UVC) allowing camera devices and other
42+
image/video sources to be exposed as standard USB video devices. See :zephyr:code-sample:`uvc` to
43+
get started.
4044

41-
- The networking stack now includes full support for the **MQTT 5.0** protocol.
45+
**Twister Power Harness**
46+
A :ref:`new Twister harness <twister_power_harness>` enables measurement of the power consumption
47+
of the device under test and ensures it remains within a given tolerance.
4248

43-
- Zbus graduates to stable status with the release of API version v1.0.0.
49+
**MQTT 5.0**
50+
The networking stack now includes full support for the :ref:`MQTT 5.0 <mqtt_socket_interface>`
51+
protocol.
4452

45-
- **Bluetooth Classic** stack now supports **Hands-Free Profile** (HFP) for both Audio Gateway (AG)
46-
and Hands-Free (HF) roles.
53+
**Bluetooth Classic improvements**
54+
The Bluetooth Classic stack now includes support for **Hands-Free Profile** (HFP) for both Audio
55+
Gateway (AG) and Hands-Free (HF) roles.
4756

48-
- **96 new boards** have been added since the last release.
57+
**Zbus**
58+
The :ref:`Zbus library <zbus>` graduates to stable status with the release of API version v1.0.0.
59+
60+
**Expanded Board Support**
61+
Support for 96 :ref:`new boards <boards_added_in_zephyr_4_2>` and 22
62+
:ref:`new shields <shields_added_in_zephyr_4_2>` has been added in this release.
4963

5064
An overview of the changes required or recommended when migrating your application from Zephyr
5165
v4.1.0 to Zephyr v4.2.0 can be found in the separate :ref:`migration guide<migration_4.2>`.
@@ -469,6 +483,8 @@ New APIs and options
469483
* :kconfig:option:`CONFIG_ZBUS_RUNTIME_OBSERVERS_NODE_POOL_SIZE`
470484

471485

486+
.. _boards_added_in_zephyr_4_2:
487+
472488
New Boards
473489
**********
474490

0 commit comments

Comments
 (0)