Skip to content

Commit d85d2ba

Browse files
josuahAlain Volmat
authored andcommitted
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 <[email protected]>
1 parent 5e2f0a6 commit d85d2ba

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
@@ -131,6 +131,12 @@ Stepper
131131

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

134+
USB
135+
===
136+
137+
* The USB Video Class was configuring the framerate and format of the source video device.
138+
This is now to be done by the application after the host selected the format (:github:`93192`).
139+
134140
.. zephyr-keep-sorted-stop
135141
136142
Bluetooth

doc/releases/release-notes-4.3.rst

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

280280
* :c:macro:`__deprecated_version`
281281

282+
* USB
283+
284+
* Video
285+
286+
* :c:func:`uvc_add_format`
287+
282288
* Video
283289

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

0 commit comments

Comments
 (0)