Skip to content

Commit 7dd4b4a

Browse files
committed
doc: release: v4.0.0 release notes
Add release notes for nxp-zsdk v4.0.0 release Signed-off-by: David Leach <[email protected]>
1 parent ead14cb commit 7dd4b4a

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
NXP Zephyr SDK v4.0.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+
Use the getting Zephyr started guide to setup your development environment. However,
10+
the west init command is as follows:
11+
12+
$ west init -m https://github.com/nxp-zephyr/nxp-zsdk.git --mr nxp-v4.0.0
13+
14+
Then, run:
15+
$ west update
16+
$ west zephyr-export
17+
18+
The Zephyr getting started guide can be found at: https://docs.zephyrproject.org/latest/develop/getting_started/index.html
19+
20+
Release Highlights
21+
==================
22+
23+
Aligned with Zephyr Project v4.0-branch
24+
25+
Zephyr Project sync SHA : 8469084dfae85f854555f0607f2c838dad097235
26+
27+
nxp-zephyr Change Log
28+
=====================
29+
Following Changes have been applied on top of the Zephyr v4.0.0 release branch:
30+
31+
Base Enablement
32+
===============
33+
34+
- RW61x: Added standby (Power Mode 3 - PM3) support
35+
- Enabled standby (PM3) for RW612 and set IMU as wakeup source
36+
- rw6xx: Added support for XTAL32K clock
37+
- Added support to wakeup from a pin input
38+
- Added support to wakeup from an external pin
39+
- Set IMU as wakeup source for frdm_rw612
40+
- Added PM Action for MCUX LPC and NXP UART Flexcomm drivers
41+
- soc: rw6xx: Add code to fire the GPIO callback
42+
- drivers: gpio_mcux_lpc: Provide an API to fire callbacks
43+
44+
45+
BLE support
46+
============
47+
48+
- Add config for coex applications
49+
- Added command cmd_unblock_send in Bluetooth shell to send data traffic in coex scenario.
50+
- Enabled standby (PM3) for coex, central_ht and peripheral_ht applications
51+
52+
Wi-Fi support
53+
=============
54+
55+
STA mode with supplicant control interface support
56+
- Added STA Enterprise mode
57+
- Added STA DPP mode
58+
- Added STA WPS support
59+
- Added STA mode 11 k/v/r roaming support
60+
- Added STA mode MBO CERT support
61+
62+
Soft-AP mode with hostap control interface support
63+
- Added Soft-AP Basic mode
64+
- Added Soft-AP Enterprise mode
65+
- Added Soft-AP DPP mode
66+
- Added Soft-AP WPS support
67+
- Added Soft-AP ECSA support
68+
69+
OpenThread Support
70+
==================
71+
72+
- Added RCP Spinel interface support for OpenThread
73+
74+
TF-M / mbedTLS / Crypto
75+
=======================
76+
77+
- els_pkc crypto module updated to v1.9.0
78+
- psa_crypto_driver performance improvemetns
79+
- mbedTLS v3.6.2 with support for HW acceleration via PSA APIs for RW61x
80+
- TF-M v2.1.1 enablement for RW61x
81+
82+
EdgeLock 2GO support
83+
====================
84+
85+
- Added nxp_iot_agent v5.2.1 module
86+
- Enabled el2go_agent, el2go_claimcode_encryption, el2go_import_blob and el2go_mqtt_demo samples for RW61x

0 commit comments

Comments
 (0)