2
2
3
3
.. _zephyr_2.5 :
4
4
5
- Zephyr 2.5.0 (Working Draft)
6
- ############################
5
+ Zephyr 2.5.0
6
+ #############
7
7
8
8
We are pleased to announce the release of Zephyr RTOS version 2.5.0.
9
9
@@ -16,8 +16,6 @@ Major enhancements with this release include:
16
16
* Added support for building with LLVM on X86
17
17
* Added new synchronization mechanisms using Condition Variables
18
18
* 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.
21
19
22
20
The following sections provide detailed lists of changes by component.
23
21
@@ -411,21 +409,11 @@ Drivers and Sensors
411
409
412
410
* Added NXP LPC driver.
413
411
414
- * Console
415
-
416
- * Counter
417
-
418
- * Crypto
419
-
420
412
* DAC
421
413
422
414
* STM32: Enabled support for G0 and H7 series.
423
415
* Added TI DACx3608 driver.
424
416
425
- * Debug
426
-
427
- * Display
428
-
429
417
* DMA
430
418
431
419
* kmalloc was removed from STM32 DMAMUX driver initialization.
@@ -435,10 +423,6 @@ Drivers and Sensors
435
423
* Marked the EEPROM API as stable.
436
424
* Added support for AT24Cxx devices.
437
425
438
- * Entropy
439
-
440
- * ESPI
441
-
442
426
* Ethernet
443
427
444
428
* Added support for Distributed Switch Architecture (DSA) devices.
@@ -494,16 +478,6 @@ Drivers and Sensors
494
478
495
479
* Added Cypress PSoC-6 Cortex-M0+ interrupt multiplexer driver.
496
480
497
- * IPM
498
-
499
- * Keyboard Scan
500
-
501
- * LED
502
-
503
- * LED Strip
504
-
505
- * LoRa
506
-
507
481
* memc
508
482
509
483
* Added FMC/SDRAM memory controller for STM32 family
@@ -550,8 +524,6 @@ Drivers and Sensors
550
524
* STM32 pinmux driver has been reworked to allow pin configuration using
551
525
devicetree definitions. The previous C macros are now deprecated.
552
526
553
- * PS/2
554
-
555
527
* PWM
556
528
557
529
* Added support for generating PWM signal based on RTC in the pwm_nrf5_sw
@@ -841,8 +813,6 @@ Build and Infrastructure
841
813
Libraries / Subsystems
842
814
**********************
843
815
844
- * Disk
845
-
846
816
* File systems
847
817
848
818
* API
@@ -893,23 +863,15 @@ Libraries / Subsystems
893
863
* New power state changes notification API :c:struct: `pm_notifier `
894
864
* Cleanup build options.
895
865
896
- * Logging
897
-
898
866
* LVGL
899
867
900
868
* Library has been updated to minor release v7.6.1
901
869
902
- * Shell
903
-
904
870
* Storage
905
871
906
872
* flash_map: Added API to get the value of an erased byte in the flash_area,
907
873
see ``flash_area_erased_val() ``.
908
874
909
- * Tracing
910
-
911
- * Debug
912
-
913
875
* DFU
914
876
915
877
* boot: Reworked using MCUBoot's bootutil_public library which allow to use
0 commit comments