Skip to content

Commit afb74b3

Browse files
kartbenPavelVPV
authored andcommitted
[nrf fromtree] doc: releases: introduce release notes and migration guide docs for 4.1
This introduces the release notes and migration guide for 4.1.0 earlier than we typically do, so that people have a placeholder to start adding content as they line up pull requests for 4.1. The two documents are currently orphan and not visible from the main documentation as this would confuse users of 4.0. Signed-off-by: Benjamin Cabé <[email protected]> (cherry picked from commit d342f9e)
1 parent edbbea5 commit afb74b3

File tree

2 files changed

+400
-0
lines changed

2 files changed

+400
-0
lines changed
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
:orphan:
2+
3+
.. _migration_4.1:
4+
5+
Migration guide to Zephyr v4.1.0 (Working Draft)
6+
################################################
7+
8+
This document describes the changes required when migrating your application from Zephyr v4.0.0 to
9+
Zephyr v4.1.0.
10+
11+
Any other changes (not directly related to migrating applications) can be found in
12+
the :ref:`release notes<zephyr_4.1>`.
13+
14+
.. contents::
15+
:local:
16+
:depth: 2
17+
18+
Build System
19+
************
20+
21+
Kernel
22+
******
23+
24+
Boards
25+
******
26+
27+
Modules
28+
*******
29+
30+
Mbed TLS
31+
========
32+
33+
Trusted Firmware-M
34+
==================
35+
36+
LVGL
37+
====
38+
39+
Device Drivers and Devicetree
40+
*****************************
41+
42+
Controller Area Network (CAN)
43+
=============================
44+
45+
Display
46+
=======
47+
48+
Enhanced Serial Peripheral Interface (eSPI)
49+
===========================================
50+
51+
GNSS
52+
====
53+
54+
Input
55+
=====
56+
57+
Interrupt Controller
58+
====================
59+
60+
LED Strip
61+
=========
62+
63+
Sensors
64+
=======
65+
66+
Serial
67+
======
68+
69+
Regulator
70+
=========
71+
72+
Bluetooth
73+
*********
74+
75+
Bluetooth HCI
76+
=============
77+
78+
Bluetooth Mesh
79+
==============
80+
81+
Bluetooth Audio
82+
===============
83+
84+
Bluetooth Classic
85+
=================
86+
87+
Bluetooth Host
88+
==============
89+
90+
Bluetooth Crypto
91+
================
92+
93+
Networking
94+
**********
95+
96+
Other Subsystems
97+
****************
98+
99+
Flash map
100+
=========
101+
102+
hawkBit
103+
=======
104+
105+
MCUmgr
106+
======
107+
108+
Modem
109+
=====
110+
111+
Architectures
112+
*************

0 commit comments

Comments
 (0)