From a250e913962999e7b4e3bc7ee797a979df83feb6 Mon Sep 17 00:00:00 2001 From: Phi Bang Nguyen Date: Tue, 15 Apr 2025 20:24:43 +0200 Subject: [PATCH] doc: release-notes-4-2: Add changes related to video control Add changes related to the new video control framework Signed-off-by: Phi Bang Nguyen --- doc/releases/release-notes-4.2.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/releases/release-notes-4.2.rst b/doc/releases/release-notes-4.2.rst index 8a39312ddf7..c2188a4aa02 100644 --- a/doc/releases/release-notes-4.2.rst +++ b/doc/releases/release-notes-4.2.rst @@ -71,6 +71,8 @@ Removed APIs and options * Removed :dtcompatible:`meas,ms5837` and replaced with :dtcompatible:`meas,ms5837-30ba` and :dtcompatible:`meas,ms5837-02ba`. +* Removed the ``get_ctrl`` video driver API + Deprecated APIs and options =========================== @@ -181,6 +183,12 @@ New APIs and options * LoRaWAN * :c:func:`lorawan_request_link_check` +* Video + + * :c:func:`video_api_ctrl_t` + * :c:func:`video_query_ctrl` + * :c:func:`video_print_ctrl` + New Boards **********