Skip to content

Commit 554fca0

Browse files
committed
release: make release notes final
Remove "Working Draft" from title. Signed-off-by: Anas Nashif <[email protected]>
1 parent ccc185b commit 554fca0

File tree

1 file changed

+2
-40
lines changed

1 file changed

+2
-40
lines changed

doc/releases/release-notes-2.5.rst

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.. _zephyr_2.5:
44

5-
Zephyr 2.5.0 (Working Draft)
6-
############################
5+
Zephyr 2.5.0
6+
#############
77

88
We are pleased to announce the release of Zephyr RTOS version 2.5.0.
99

@@ -16,8 +16,6 @@ Major enhancements with this release include:
1616
* Added support for building with LLVM on X86
1717
* Added new synchronization mechanisms using Condition Variables
1818
* Add support for demand paging, initial support on X86.
19-
* Added support for the SPARC architecture, compatible with the SPARC V8
20-
specification and the SPARC ABI.
2119

2220
The following sections provide detailed lists of changes by component.
2321

@@ -411,21 +409,11 @@ Drivers and Sensors
411409

412410
* Added NXP LPC driver.
413411

414-
* Console
415-
416-
* Counter
417-
418-
* Crypto
419-
420412
* DAC
421413

422414
* STM32: Enabled support for G0 and H7 series.
423415
* Added TI DACx3608 driver.
424416

425-
* Debug
426-
427-
* Display
428-
429417
* DMA
430418

431419
* kmalloc was removed from STM32 DMAMUX driver initialization.
@@ -435,10 +423,6 @@ Drivers and Sensors
435423
* Marked the EEPROM API as stable.
436424
* Added support for AT24Cxx devices.
437425

438-
* Entropy
439-
440-
* ESPI
441-
442426
* Ethernet
443427

444428
* Added support for Distributed Switch Architecture (DSA) devices.
@@ -494,16 +478,6 @@ Drivers and Sensors
494478

495479
* Added Cypress PSoC-6 Cortex-M0+ interrupt multiplexer driver.
496480

497-
* IPM
498-
499-
* Keyboard Scan
500-
501-
* LED
502-
503-
* LED Strip
504-
505-
* LoRa
506-
507481
* memc
508482

509483
* Added FMC/SDRAM memory controller for STM32 family
@@ -550,8 +524,6 @@ Drivers and Sensors
550524
* STM32 pinmux driver has been reworked to allow pin configuration using
551525
devicetree definitions. The previous C macros are now deprecated.
552526

553-
* PS/2
554-
555527
* PWM
556528

557529
* Added support for generating PWM signal based on RTC in the pwm_nrf5_sw
@@ -841,8 +813,6 @@ Build and Infrastructure
841813
Libraries / Subsystems
842814
**********************
843815

844-
* Disk
845-
846816
* File systems
847817

848818
* API
@@ -893,23 +863,15 @@ Libraries / Subsystems
893863
* New power state changes notification API :c:struct:`pm_notifier`
894864
* Cleanup build options.
895865

896-
* Logging
897-
898866
* LVGL
899867

900868
* Library has been updated to minor release v7.6.1
901869

902-
* Shell
903-
904870
* Storage
905871

906872
* flash_map: Added API to get the value of an erased byte in the flash_area,
907873
see ``flash_area_erased_val()``.
908874

909-
* Tracing
910-
911-
* Debug
912-
913875
* DFU
914876

915877
* boot: Reworked using MCUBoot's bootutil_public library which allow to use

0 commit comments

Comments
 (0)