Skip to content

Commit 11baf56

Browse files
committed
doc: release: 3.2: add a bunch of placeholders
Add few subsystem and driver placeholder for the maintainers to add their notes. Hopefully it would help reducing merge conflicts on release notes PRs. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 65f4550 commit 11baf56

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed

doc/releases/release-notes-3.2.rst

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,20 @@ Kernel
155155
Architectures
156156
*************
157157

158+
* ARC
159+
158160
* ARM
159161

160162
* AARCH32
161163

162164
* AARCH64
163165

166+
* Posix
167+
168+
* RISC-V
169+
170+
* x86
171+
164172
* Xtensa
165173

166174
Bluetooth
@@ -224,6 +232,8 @@ Drivers and Sensors
224232

225233
* ADC
226234

235+
* Audio
236+
227237
* CAN
228238

229239
* A driver for bridging from :ref:`native_posix` to Linux SocketCAN has been added.
@@ -240,10 +250,20 @@ Drivers and Sensors
240250
controller driver, has been moved to :zephyr_file:`drivers/net/canbus.c` and can now be enabled
241251
using :kconfig:option:`CONFIG_NET_CANBUS`.
242252

253+
* Clock Control
254+
255+
* Coredump
256+
243257
* Counter
244258

259+
* Crypto
260+
245261
* DAC
246262

263+
* DAI
264+
265+
* Display
266+
247267
* Disk
248268

249269
* DMA
@@ -255,6 +275,8 @@ Drivers and Sensors
255275

256276
* Entropy
257277

278+
* ESPI
279+
258280
* Ethernet
259281

260282
* Flash
@@ -265,20 +287,40 @@ Drivers and Sensors
265287

266288
* Added GPIO driver for Renesas Smartbond platform
267289

290+
* HWINFO
291+
268292
* I2C
269293

270294
* I2S
271295

296+
* I3C
297+
272298
* IEEE 802.15.4
273299

274300
* All IEEE 802.15.4 drivers have been converted to Devicetree-based drivers.
275301

276302
* Interrupt Controller
277303

304+
* IPM
305+
306+
* LED
307+
308+
* LoRa
309+
278310
* MBOX
279311

280312
* MEMC
281313

314+
* MM
315+
316+
* Modem
317+
318+
* PCIE
319+
320+
* PECI
321+
322+
* Pinmux
323+
282324
* Pin control
283325

284326
* Added pin control driver for Renesas Smartbond platform
@@ -287,6 +329,12 @@ Drivers and Sensors
287329

288330
* Added PWM driver for Renesas R-Car platform
289331

332+
* Power Domain
333+
334+
* Reset
335+
336+
* SDHC
337+
290338
* Sensor
291339

292340
* Serial
@@ -299,10 +347,14 @@ Drivers and Sensors
299347

300348
* USB
301349

350+
* W1
351+
302352
* Watchdog
303353

304354
* Added support for Raspberry Pi Pico watchdog.
305355

356+
* WiFi
357+
306358
Networking
307359
**********
308360

@@ -329,6 +381,18 @@ Devicetree
329381
Libraries / Subsystems
330382
**********************
331383

384+
* Console
385+
386+
* C Library
387+
388+
* C++ Subsystem
389+
390+
* Emul
391+
392+
* Filesystem
393+
394+
* IPC
395+
332396
* Management
333397

334398
* MCUMGR race condition when using the task status function whereby if a
@@ -364,9 +428,57 @@ Libraries / Subsystems
364428
* Added :c:macro:`LOG_RAW` for logging strings without additional formatting.
365429
It is similar to :c:macro:`LOG_PRINTK` but do not append ``<cr>`` when new line is found.
366430

431+
* LoRaWAN
432+
433+
* Modbus
434+
435+
* Power management
436+
437+
* RTIO
438+
439+
* SD Subsystem
440+
441+
* Settings
442+
443+
* Shell
444+
445+
* Storage
446+
447+
* Testsuite
448+
449+
* Tracing
450+
367451
HALs
368452
****
369453

454+
* Atmel
455+
456+
* Espressif
457+
458+
* GigaDevice
459+
460+
* NXP
461+
462+
* Nordic
463+
464+
* RPi Pico
465+
466+
* Renesas
467+
468+
* ST
469+
470+
* STM32
471+
472+
* Silabs
473+
474+
* TI
475+
476+
* Telink
477+
478+
* Wurth Elektronik
479+
480+
* Xtensa
481+
370482
MCUboot
371483
*******
372484

0 commit comments

Comments
 (0)