-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: releases: add working draft release notes + guide for v3.7.0
Add working drafts for the release notes and migration guide for v3.7.0. Signed-off-by: Henrik Brix Andersen <[email protected]>
- Loading branch information
1 parent
3f98312
commit e5a4235
Showing
3 changed files
with
295 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
:orphan: | ||
|
||
.. _migration_3.7: | ||
|
||
Migration guide to Zephyr v3.7.0 (Working Draft) | ||
################################################ | ||
|
||
This document describes the changes required when migrating your application from Zephyr v3.6.0 to | ||
Zephyr v3.7.0. | ||
|
||
Any other changes (not directly related to migrating applications) can be found in | ||
the :ref:`release notes<zephyr_3.7>`. | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 2 | ||
|
||
Build System | ||
************ | ||
|
||
Kernel | ||
****** | ||
|
||
Boards | ||
****** | ||
|
||
Modules | ||
******* | ||
|
||
MCUboot | ||
======= | ||
|
||
zcbor | ||
===== | ||
|
||
Device Drivers and Devicetree | ||
***************************** | ||
|
||
Analog-to-Digital Converter (ADC) | ||
================================= | ||
|
||
Bluetooth HCI | ||
============= | ||
|
||
Controller Area Network (CAN) | ||
============================= | ||
|
||
Display | ||
======= | ||
|
||
Flash | ||
===== | ||
|
||
General Purpose I/O (GPIO) | ||
========================== | ||
|
||
Input | ||
===== | ||
|
||
Interrupt Controller | ||
==================== | ||
|
||
Sensors | ||
======= | ||
|
||
Serial | ||
====== | ||
|
||
Timer | ||
===== | ||
|
||
Bluetooth | ||
********* | ||
|
||
Bluetooth Mesh | ||
============== | ||
|
||
Bluetooth Audio | ||
=============== | ||
|
||
Networking | ||
********** | ||
|
||
Other Subsystems | ||
**************** | ||
|
||
LoRaWAN | ||
======= | ||
|
||
MCUmgr | ||
====== | ||
|
||
Shell | ||
===== | ||
|
||
ZBus | ||
==== | ||
|
||
Userspace | ||
********* | ||
|
||
Architectures | ||
************* | ||
|
||
Xtensa | ||
====== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,188 @@ | ||
:orphan: | ||
|
||
.. _zephyr_3.7: | ||
|
||
Zephyr 3.7.0 (Working Draft) | ||
############################ | ||
|
||
We are pleased to announce the release of Zephyr version 3.7.0. | ||
|
||
Major enhancements with this release include: | ||
|
||
An overview of the changes required or recommended when migrating your application from Zephyr | ||
v3.6.0 to Zephyr v3.7.0 can be found in the separate :ref:`migration guide<migration_3.7>`. | ||
|
||
The following sections provide detailed lists of changes by component. | ||
|
||
Security Vulnerability Related | ||
****************************** | ||
The following CVEs are addressed by this release: | ||
|
||
More detailed information can be found in: | ||
https://docs.zephyrproject.org/latest/security/vulnerabilities.html | ||
|
||
Architectures | ||
************* | ||
|
||
* ARC | ||
|
||
* ARM | ||
|
||
* Xtensa | ||
|
||
Bluetooth | ||
********* | ||
|
||
Boards & SoC Support | ||
******************** | ||
|
||
* Added support for these SoC series: | ||
|
||
* Made these changes in other SoC series: | ||
|
||
* Added support for these ARM boards: | ||
|
||
* Added support for these Xtensa boards: | ||
|
||
* Made these changes for ARM boards: | ||
|
||
* Made these changes for RISC-V boards: | ||
|
||
* Made these changes for native/POSIX boards: | ||
|
||
* Added support for these following shields: | ||
|
||
Build system and Infrastructure | ||
******************************* | ||
|
||
Drivers and Sensors | ||
******************* | ||
|
||
* ADC | ||
|
||
* Auxiliary Display | ||
|
||
* Audio | ||
|
||
* Battery backed up RAM | ||
|
||
* CAN | ||
|
||
* Clock control | ||
|
||
* Counter | ||
|
||
* Crypto | ||
|
||
* Display | ||
|
||
* DMA | ||
|
||
* Entropy | ||
|
||
* Ethernet | ||
|
||
* Flash | ||
|
||
* GNSS | ||
|
||
* GPIO | ||
|
||
* I2C | ||
|
||
* I2S | ||
|
||
* I3C | ||
|
||
* IEEE 802.15.4 | ||
|
||
* Input | ||
|
||
* MDIO | ||
|
||
* MFD | ||
|
||
* PCIE | ||
|
||
* MEMC | ||
|
||
* MIPI-DBI | ||
|
||
* Pin control | ||
|
||
* PWM | ||
|
||
* Regulators | ||
|
||
* Retained memory | ||
|
||
* RTC | ||
|
||
* SMBUS: | ||
|
||
* SDHC | ||
|
||
* Sensor | ||
|
||
* Serial | ||
|
||
* SPI | ||
|
||
* USB | ||
|
||
* W1 | ||
|
||
* Wi-Fi | ||
|
||
Networking | ||
********** | ||
|
||
USB | ||
*** | ||
|
||
Devicetree | ||
********** | ||
|
||
Libraries / Subsystems | ||
********************** | ||
|
||
* Management | ||
|
||
* Logging | ||
|
||
* Modem modules | ||
|
||
* Picolibc | ||
|
||
* Power management | ||
|
||
* Crypto | ||
|
||
* Retention | ||
|
||
* SD | ||
|
||
* Storage | ||
|
||
* POSIX API | ||
|
||
* LoRa/LoRaWAN | ||
|
||
* ZBus | ||
|
||
HALs | ||
**** | ||
|
||
* STM32 | ||
|
||
MCUboot | ||
******* | ||
|
||
zcbor | ||
***** | ||
|
||
LVGL | ||
**** | ||
|
||
Tests and Samples | ||
***************** |