Skip to content

Commit 39e42c5

Browse files
committed
doc: releasenotes: v4.2.0 release prep
Initial release notes for v4.2.0 Signed-off-by: David Leach <[email protected]>
1 parent 6180fcc commit 39e42c5

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
NXP Zephyr SDK v4.2.0.0 Release Notes
2+
=============================
3+
4+
The nxp-zsdk provides a NXP Zephyr Downstream for NXP SOCs.
5+
6+
How to get the code
7+
===================
8+
9+
The git tag for this release is "nxp-v4.2.0". See the ZSDK Getting Started at
10+
https://github.com/nxp-zephyr/nxp-zsdk/tree/main/doc/Getting-Started.md. The
11+
West init command is as follows:
12+
13+
$ west init -m https://github.com/nxp-zephyr/nxp-zsdk.git --mr nxp-v4.2.0
14+
15+
Then, run:
16+
$ west update
17+
$ west zephyr-export
18+
19+
Release Highlights
20+
==================
21+
22+
Aligned with Zephyr Project v4.2-branch
23+
24+
Zephyr Project sync SHA : <<INSERT SHA>>
25+
26+
nxp-zephyr Change Log
27+
=====================
28+
Following Changes have been applied on top of the Zephyr v4.2.0 release branch:
29+
30+
Base Enablement
31+
===============
32+
33+
- RW61x: Added standby (Power Mode 3 - PM3) support
34+
- Enabled standby (PM3) for RW612 and set IMU as wakeup source
35+
- rw6xx: Added support for XTAL32K clock
36+
- Added support to wakeup from a pin input
37+
- Added support to wakeup from an external pin
38+
- Set IMU as wakeup source for frdm_rw612
39+
40+
41+
BLE support
42+
============
43+
44+
Wi-Fi support
45+
=============
46+
47+
For RW612/IW610/IW416/IW612:
48+
- Support both supplicant and embedded supplicant
49+
- Support getting Wi-Fi channel load
50+
- Support host frame TX in monitor mode
51+
- Support overriding TX power limit file
52+
- Support net monitor mode
53+
For IW610/IW416/IW612:
54+
- Support nxp_mfg_bridge example
55+
- Support crypto hardware accelerator for enterprise mode
56+
57+
OpenThread Support
58+
==================
59+
60+
TF-M / mbedTLS / Crypto
61+
=======================
62+
63+
- els_pkc crypto module updated to v2.0.0
64+
- psa_crypto_driver performance improvements
65+
- mbedTLS v3.6.3 with support for HW acceleration via PSA APIs for RW61x
66+
- TF-M v2.2.0 enablement for RW61x
67+
- BL2 by default enabled for TF-M examples
68+
69+
EdgeLock 2GO support
70+
====================
71+
72+
- Updated nxp_iot_agent module to v6.3.0

0 commit comments

Comments
 (0)