Skip to content

Commit cf3b10a

Browse files
nordicjmcarlescufi
authored andcommitted
doc: release: 3.3: Add working release notes file
Adds a base working release notes file for the Zephyr 3.3 release. Signed-off-by: Jamie McCrae <[email protected]>
1 parent 800ec14 commit cf3b10a

File tree

1 file changed

+217
-0
lines changed

1 file changed

+217
-0
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 217 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
:orphan:
2+
3+
.. _zephyr_3.3:
4+
5+
Zephyr 3.3.0 (Working Draft)
6+
############################
7+
8+
We are pleased to announce the release of Zephyr version 3.3.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+
API Changes
18+
***********
19+
20+
Changes in this release
21+
=======================
22+
23+
Removed APIs in this release
24+
============================
25+
26+
Deprecated in this release
27+
==========================
28+
29+
Stable API changes in this release
30+
==================================
31+
32+
New APIs in this release
33+
========================
34+
35+
Kernel
36+
******
37+
38+
Architectures
39+
*************
40+
41+
* ARM
42+
43+
* ARM
44+
45+
* ARM64
46+
47+
* RISC-V
48+
49+
* Xtensa
50+
51+
Bluetooth
52+
*********
53+
54+
* Audio
55+
56+
* Direction Finding
57+
58+
* Host
59+
60+
* Mesh
61+
62+
* Controller
63+
64+
* HCI Driver
65+
66+
Boards & SoC Support
67+
********************
68+
69+
* Added support for these SoC series:
70+
71+
* Removed support for these SoC series:
72+
73+
* Made these changes in other SoC series:
74+
75+
* Changes for ARC boards:
76+
77+
* Added support for these ARM boards:
78+
79+
* Added support for these ARM64 boards:
80+
81+
* Removed support for these ARM boards:
82+
83+
* Removed support for these X86 boards:
84+
85+
* Added support for these RISC-V boards:
86+
87+
* Added support for these Xtensa boards:
88+
89+
* Removed support for these Xtensa boards:
90+
91+
* Made these changes in other boards:
92+
93+
* Added support for these following shields:
94+
95+
Build system and infrastructure
96+
*******************************
97+
98+
Drivers and Sensors
99+
*******************
100+
101+
* ADC
102+
103+
* CAN
104+
105+
* Clock control
106+
107+
* Counter
108+
109+
* Crypto
110+
111+
* DAC
112+
113+
* DFU
114+
115+
* Disk
116+
117+
* Display
118+
119+
* DMA
120+
121+
* EEPROM
122+
123+
* Entropy
124+
125+
* ESPI
126+
127+
* Ethernet
128+
129+
* Flash
130+
131+
* GPIO
132+
133+
* I2C
134+
135+
* I2S
136+
137+
* I3C
138+
139+
* IEEE 802.15.4
140+
141+
* Interrupt Controller
142+
143+
* IPM
144+
145+
* KSCAN
146+
147+
* LED
148+
149+
* MBOX
150+
151+
* MEMC
152+
153+
* PCIE
154+
155+
* PECI
156+
157+
* Pin control
158+
159+
* PWM
160+
161+
* Power domain
162+
163+
* Reset
164+
165+
* SDHC
166+
167+
* Sensor
168+
169+
* Serial
170+
171+
* SPI
172+
173+
* Timer
174+
175+
* USB
176+
177+
* W1
178+
179+
* Watchdog
180+
181+
* WiFi
182+
183+
Networking
184+
**********
185+
186+
USB
187+
***
188+
189+
Devicetree
190+
**********
191+
192+
Libraries / Subsystems
193+
**********************
194+
195+
HALs
196+
****
197+
198+
MCUboot
199+
*******
200+
201+
Trusted Firmware-M
202+
******************
203+
204+
Documentation
205+
*************
206+
207+
Tests and Samples
208+
*****************
209+
210+
Issue Related Items
211+
*******************
212+
213+
Known Issues
214+
============
215+
216+
Addressed issues
217+
================

0 commit comments

Comments
 (0)