Skip to content

Commit 2a44423

Browse files
committed
doc: release-notes: Remove empty sections
This commit removes empty sections from the Zephyr v3.3.0 release notes. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent e8bd942 commit 2a44423

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,6 @@ Kernel
330330
Architectures
331331
*************
332332

333-
* ARM
334-
335333
* ARM
336334

337335
* More precise 'reason' codes are now returned in the fault handler.
@@ -371,8 +369,6 @@ Architectures
371369
* Added a workaround for ``MTVAL`` not updating properly on QEMU-based
372370
platforms.
373371

374-
* Xtensa
375-
376372
Bluetooth
377373
*********
378374

@@ -467,8 +463,6 @@ Boards & SoC Support
467463
* GigaDevice GD32A50X
468464
* NXP S32Z2/E2
469465

470-
* Removed support for these SoC series:
471-
472466
* Made these changes in other SoC series:
473467

474468
* STM32F1: USB Prescaler configuration is now expected to be done using
@@ -482,8 +476,6 @@ Boards & SoC Support
482476
* STM32U5: Now supports :ref:`crypto_api` through AES device.
483477
* STM32F7/L4: Now supports configuring MCO.
484478

485-
* Changes for ARC boards:
486-
487479
* Added support for these ARM boards:
488480

489481
* Adafruit ItsyBitsy nRF52840 Express
@@ -505,8 +497,6 @@ Boards & SoC Support
505497
* Khadas Edge-V board
506498
* QEMU Virt KVM
507499

508-
* Removed support for these ARM boards:
509-
510500
* Added support for these X86 boards:
511501

512502
* Intel Raptor Lake CRB
@@ -515,10 +505,6 @@ Boards & SoC Support
515505

516506
* Added LCD support for ``longan_nano`` board.
517507

518-
* Added support for these Xtensa boards:
519-
520-
* Removed support for these Xtensa boards:
521-
522508
* Made these changes in ARM boards:
523509

524510
* sam4s_xplained: Enabled PWM
@@ -642,8 +628,6 @@ Drivers and Sensors
642628
* Added Timer based driver for GigaDevice GD32 SoCs.
643629
* Added NXP S32 System Timer Module driver.
644630

645-
* Crypto
646-
647631
* DAC
648632

649633
* Added support for GigaDevice GD32 SoCs.
@@ -662,8 +646,6 @@ Drivers and Sensors
662646
* Flash disks can be marked as read only by setting the ``read-only`` property
663647
on the linked flash device partition.
664648

665-
* Display
666-
667649
* DMA
668650

669651
* Adjust incorrect dma1 clock source for GD32 gd32vf103 SoC.
@@ -697,10 +679,6 @@ Drivers and Sensors
697679

698680
* Added fake EEPROM driver for testing purposes.
699681

700-
* Entropy
701-
702-
* ESPI
703-
704682
* Ethernet
705683

706684
* STM32: Default Mac address configuration is now uid based. Optionally, user can
@@ -773,8 +751,6 @@ Drivers and Sensors
773751
:kconfig:option:`CONFIG_PM_DEVICE`, :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME`.
774752
* STM32: Domain clock can now be configured using device tree
775753

776-
* I2S
777-
778754
* I3C
779755

780756
* Added a new target device API :c:func:`i3c_target_tx_write` to
@@ -785,8 +761,6 @@ Drivers and Sensors
785761

786762
* Added a new driver to support Cadence I3C controller.
787763

788-
* IEEE 802.15.4
789-
790764
* Interrupt Controller
791765

792766
* STM32: Driver configuration and initialization is now based on device tree
@@ -797,16 +771,10 @@ Drivers and Sensors
797771
* ipm_stm32_ipcc: fix an issue where interrupt mask is not cleaned correctly,
798772
resulting in infinite TXF interrupts.
799773

800-
* KSCAN
801-
802-
* LED
803-
804774
* MBOX
805775

806776
* Added NXP S32 Message Receive Unit (MRU) driver.
807777

808-
* MEMC
809-
810778
* PCIE
811779

812780
* Support for accessing I/O BARs, which was previously removed, is back.
@@ -822,8 +790,6 @@ Drivers and Sensors
822790
* :c:func:`pcie_scan` also introduces a callback mechanism for when
823791
a new device has been discovered.
824792

825-
* PECI
826-
827793
* Pin control
828794

829795
* Common pin control properties are now defined at root level in a single
@@ -844,8 +810,6 @@ Drivers and Sensors
844810
* Atmel SAM: Added support to select pin polarity
845811
* Added driver for NXP PCA9685 LED controller
846812

847-
* Power domain
848-
849813
* Regulators
850814

851815
* Completed an API overhaul so that devices like PMICs can be supported. The
@@ -1006,17 +970,13 @@ Drivers and Sensors
1006970
* Added new experimental USB host controller (UDC) API and implementation
1007971
for MAX3421E and virtual controllers.
1008972

1009-
* W1
1010-
1011973
* Watchdog
1012974

1013975
* Added driver for nPM6001 PMIC Watchdog.
1014976
* Added free watchdog driver for GigaDevice GD32 SoCs.
1015977
* Added window watchdog driver for GigaDevice GD32 SoCs.
1016978
* Added NXP S32 Software Watchdog Timer driver.
1017979

1018-
* WiFi
1019-
1020980
Networking
1021981
**********
1022982

@@ -2560,9 +2520,6 @@ HALs
25602520
* Added ADC and DAC driver support
25612521
* Added GDMA driver support
25622522

2563-
MCUboot
2564-
*******
2565-
25662523
Storage
25672524
*******
25682525

@@ -2599,9 +2556,6 @@ Documentation
25992556
* Upgraded to Doxygen 1.9.6.
26002557
* It is now possible to link to Kconfig search results.
26012558

2602-
Tests and Samples
2603-
*****************
2604-
26052559
Issue Related Items
26062560
*******************
26072561

0 commit comments

Comments
 (0)