Skip to content

Commit 835164c

Browse files
committed
doc/releases: release-notes-3.0: remove empty sections
Remove the empty sections. Signed-off-by: Dan Kalowsky <[email protected]>
1 parent 7075a9a commit 835164c

File tree

1 file changed

+0
-90
lines changed

1 file changed

+0
-90
lines changed

doc/releases/release-notes-3.0.rst

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@ Kernel
232232
Architectures
233233
*************
234234

235-
* ARC
236-
237-
238235
* ARM
239236

240237
* AARCH32
@@ -255,8 +252,6 @@ Architectures
255252
* Added Xen hypercall interface for ARM64
256253
* Fixed race condition on SMP scheduling code.
257254

258-
* x86
259-
260255
* Xtensa
261256

262257
* Introduced a mechanism to automatically figure out which scratch registers
@@ -415,9 +410,6 @@ Drivers and Sensors
415410
* Added support for stm32u5 series
416411
* stm32: Added shared IRQ support
417412

418-
* Bluetooth
419-
420-
421413
* CAN
422414

423415
* Renamed ``zephyr,can-primary`` chosen property to ``zephyr,canbus``.
@@ -433,12 +425,6 @@ Drivers and Sensors
433425
* Converted the emulated CAN loopback driver to be configured through
434426
devicetree instead of Kconfig.
435427

436-
* Clock Control
437-
438-
439-
* Console
440-
441-
442428
* Counter
443429

444430
* stm32: Added timer based counter driver (stm32f4 only for now).
@@ -453,12 +439,6 @@ Drivers and Sensors
453439
* stm32 sdmmc: Converted from polling to IT driven mode and added Hardware
454440
Flow Control option
455441

456-
* Display
457-
458-
459-
* Disk
460-
461-
462442
* DMA
463443

464444
* Added support for suspending and resuming transfers
@@ -475,9 +455,6 @@ Drivers and Sensors
475455

476456
* Added support for stm32u5 series
477457

478-
* ESPI
479-
480-
481458
* Ethernet
482459

483460
* Added support for Synopsys DesignWare MAC driver with implementation
@@ -503,9 +480,6 @@ Drivers and Sensors
503480

504481
* Added driver for GigaDevice GD32 SoCs
505482

506-
* Hardware Info
507-
508-
509483
* I2C
510484

511485
* Added driver for GigaDevice GD32 SoCs
@@ -518,19 +492,11 @@ Drivers and Sensors
518492
* mimxrt10xx: Added support for I2S
519493
* mimxrt11xx: Added support for I2S
520494

521-
* IEEE 802.15.4
522-
523-
524495
* Interrupt Controller
525496

526497
* Added ECLIC driver for GigaDevice RISC-V GD32 SoCs
527498
* Added EXTI driver for GigaDevice GD32 SoCs
528499

529-
* LED
530-
531-
532-
* LoRa
533-
534500
* MBOX
535501

536502
* Added MBOX NRFX IPC driver
@@ -539,8 +505,6 @@ Drivers and Sensors
539505

540506
* Added support for stm32f7 series
541507

542-
* Modem
543-
544508
* Pin control
545509

546510
* Introduced a new state-based pin control (``pinctrl``) API inspired by the
@@ -606,46 +570,14 @@ Drivers and Sensors
606570
* Added support for stm32u5 series (Independent and Window)
607571
* mimxrt1170: Added support for watchdog on CM7
608572

609-
* WiFi
610-
611573

612574
Networking
613575
**********
614576

615-
* CoAP:
616-
617-
618-
* DHCPv4:
619-
620-
621-
* DNS:
622-
623-
624-
* HTTP:
625-
626-
627-
* IPv4:
628-
629-
630-
* LwM2M:
631-
632-
633577
* Misc:
634578

635579
* gptp: clock sync ratio as double, not float
636580

637-
* OpenThread:
638-
639-
640-
* Socket:
641-
642-
643-
* TCP:
644-
645-
646-
* TLS:
647-
648-
649581
USB
650582
***
651583

@@ -682,17 +614,11 @@ Build and Infrastructure
682614
Libraries / Subsystems
683615
**********************
684616

685-
* Disk
686-
687-
688617
* Management
689618

690619
* Fixed the mcumgr SMP protocol over serial not adding the length of the CRC16 to packet length.
691620
* Kconfig option OS_MGMT_TASKSTAT is now disabled by default.
692621

693-
* CMSIS subsystem
694-
695-
696622
* Power management
697623

698624
* Power management resources are now manually allocated by devices using
@@ -728,27 +654,11 @@ Libraries / Subsystems
728654
* Proper multicore support. Devices are suspended only when the last
729655
active CPU. A cpu parameter was added to Policy and SoC interfaces.
730656

731-
* Logging
732-
733-
734-
* Shell
735-
736-
737-
* Storage
738-
739-
740-
* Task Watchdog
741-
742-
743657
* Tracing
744658

745659
* Support all syscalls being traced using the python syscall generator to
746660
introduce a tracing hook call.
747661

748-
* Debug
749-
750-
* OS
751-
752662
* IPC
753663

754664
* Added IPC service support and RPMsg with static VRINGs backend

0 commit comments

Comments
 (0)