From aa5b488c5ef2dbd0c5e4500af34150c4f38d679e Mon Sep 17 00:00:00 2001 From: Josuah Demangeon Date: Tue, 5 Nov 2024 16:01:52 +0000 Subject: [PATCH] doc: release: 4.0: Add video driver and video API updates Add entries for video driver contributed or enhanced. Add entries for video APIs introduced or modified. Signed-off-by: Josuah Demangeon --- doc/releases/release-notes-4.0.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/releases/release-notes-4.0.rst b/doc/releases/release-notes-4.0.rst index 16c1b595ac1053..16a6fd1e05b803 100644 --- a/doc/releases/release-notes-4.0.rst +++ b/doc/releases/release-notes-4.0.rst @@ -421,6 +421,18 @@ Drivers and Sensors * Video + * Introduced API to control frame rate + * Introduced API for partial frames transfer with the video buffer field ``line_offset`` + * Introduced API for :ref:`multi-heap` video buffer allocation with + :kconfig:option:`CONFIG_VIDEO_BUFFER_USE_SHARED_MULTI_HEAP` + * Introduced bindings for common video link properties in ``video-interfaces.yaml`` + * Introduced missing :kconfig:option:`CONFIG_VIDEO_LOG_LEVEL` + * Added support for GalaxyCore GC2145 image sensor (:dtcompatible:`gc,gc2145`) + * Added support for ESP32-S3 LCD-CAM interface (:dtcompatible:`espressif,esp32-lcd-cam`) + * Added support for NXP MCUX SMARTDMA interface (:dtcompatible:`nxp,smartdma`) + * Added support for more OmniVision OV2640 controls (:dtcompatible:`ovti,ov2640`) + * Added support for more OmniVision OV5640 controls (:dtcompatible:`ovti,ov5640`) + * Watchdog * Wi-Fi