Skip to content

Commit 40b02ee

Browse files
committed
doc: relnotes: Add 2.4 release notes draft
Add a working draft for the 2.4.0 release notes. Signed-off-by: Carles Cufi <[email protected]>
1 parent bb2bc44 commit 40b02ee

File tree

1 file changed

+262
-0
lines changed

1 file changed

+262
-0
lines changed

doc/releases/release-notes-2.4.rst

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

0 commit comments

Comments
 (0)