Skip to content

Commit 7ef196b

Browse files
committed
doc: release: 4.3: add UVC changes
Add USB UVC device's new uvc_add_format() function to the release note, and document the semantic changes of UVC APIs in the migration guide. Signed-off-by: Josuah Demangeon <me@josuah.net>
1 parent d4a7744 commit 7ef196b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ Stepper
156156

157157
* :dtcompatible:`zephyr,gpio-stepper` has been replaced by :dtcompatible:`zephyr,h-bridge-stepper`.
158158

159+
USB
160+
===
161+
162+
* The USB Video Class was configuring the framerate and format of the source video device.
163+
This is now to be done by the application after the host selected the format (:github:`93192`).
164+
159165
.. zephyr-keep-sorted-stop
160166
161167
Bluetooth

doc/releases/release-notes-4.3.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,12 @@ New APIs and options
303303

304304
* :c:macro:`__deprecated_version`
305305

306+
* USB
307+
308+
* Video
309+
310+
* :c:func:`uvc_add_format`
311+
306312
* Video
307313

308314
* :c:member:`video_format.size` field

0 commit comments

Comments
 (0)