Skip to content

Commit 0962b30

Browse files
committed
doc: release: Add 2.5.0 release notes draft
Adds skeleton release notes for the next release. Signed-off-by: Maureen Helm <[email protected]>
1 parent e1f634b commit 0962b30

File tree

1 file changed

+229
-0
lines changed

1 file changed

+229
-0
lines changed

doc/releases/release-notes-2.5.rst

Lines changed: 229 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,229 @@
1+
:orphan:
2+
3+
.. _zephyr_2.5:
4+
5+
Zephyr 2.5.0 (Working Draft)
6+
############################
7+
8+
We are pleased to announce the release of Zephyr RTOS version 2.5.0.
9+
10+
Major enhancements with this release include:
11+
12+
The following sections provide detailed lists of changes by component.
13+
14+
Security Vulnerability Related
15+
******************************
16+
17+
The following CVEs are addressed by this release:
18+
19+
More detailed information can be found in:
20+
https://docs.zephyrproject.org/latest/security/vulnerabilities.html
21+
22+
Known issues
23+
************
24+
25+
You can check all currently known issues by listing them using the GitHub
26+
interface and listing all issues with the `bug label
27+
<https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.
28+
29+
API Changes
30+
***********
31+
32+
Deprecated in this release
33+
==========================
34+
35+
Removed APIs in this release
36+
============================
37+
38+
Stable API changes in this release
39+
==================================
40+
41+
Kernel
42+
******
43+
44+
Architectures
45+
*************
46+
47+
* ARC
48+
49+
* ARM
50+
51+
* AARCH32
52+
53+
* AARCH64
54+
55+
* POSIX
56+
57+
* RISC-V
58+
59+
* x86
60+
61+
Boards & SoC Support
62+
********************
63+
64+
* Added support for these SoC series:
65+
66+
* Made these changes in other SoC series:
67+
68+
* Changes for ARC boards:
69+
70+
* Added support for these ARM boards:
71+
72+
* Made these changes in other boards:
73+
74+
* Added support for these following shields:
75+
76+
Drivers and Sensors
77+
*******************
78+
79+
* ADC
80+
81+
* Audio
82+
83+
* Bluetooth
84+
85+
* CAN
86+
87+
* Clock Control
88+
89+
* Console
90+
91+
* Counter
92+
93+
* Crypto
94+
95+
* DAC
96+
97+
* Debug
98+
99+
* Display
100+
101+
* DMA
102+
103+
* EEPROM
104+
105+
* Entropy
106+
107+
* ESPI
108+
109+
* Ethernet
110+
111+
* Flash
112+
113+
* GPIO
114+
115+
* Hardware Info
116+
117+
* I2C
118+
119+
* I2S
120+
121+
* IEEE 802.15.4
122+
123+
* Interrupt Controller
124+
125+
* IPM
126+
127+
* Keyboard Scan
128+
129+
* LED
130+
131+
* LED Strip
132+
133+
* LoRa
134+
135+
* Modem
136+
137+
* PECI
138+
139+
* Pinmux
140+
141+
* PS/2
142+
143+
* PWM
144+
145+
* Sensor
146+
147+
* Serial
148+
149+
* SPI
150+
151+
* Timer
152+
153+
* USB
154+
155+
* Video
156+
157+
* Watchdog
158+
159+
* WiFi
160+
161+
Networking
162+
**********
163+
164+
Bluetooth
165+
*********
166+
167+
* Host
168+
169+
* Mesh
170+
171+
* BLE split software Controller
172+
173+
* HCI Driver
174+
175+
Build and Infrastructure
176+
************************
177+
178+
* Improved support for additional toolchains:
179+
180+
* Devicetree
181+
182+
Libraries / Subsystems
183+
**********************
184+
185+
* Disk
186+
187+
* Management
188+
189+
* MCUmgr
190+
191+
* updatehub
192+
193+
* Settings
194+
195+
* Random
196+
197+
* POSIX subsystem
198+
199+
* Power management
200+
201+
* Logging
202+
203+
* LVGL
204+
205+
* Shell
206+
207+
* Storage
208+
209+
* Tracing
210+
211+
* Debug
212+
213+
HALs
214+
****
215+
216+
* HALs are now moved out of the main tree as external modules and reside in
217+
their own standalone repositories.
218+
219+
Documentation
220+
*************
221+
222+
Tests and Samples
223+
*****************
224+
225+
Issue Related Items
226+
*******************
227+
228+
These GitHub issues were addressed since the previous 2.4.0 tagged
229+
release:

0 commit comments

Comments
 (0)