Skip to content

Commit 888855d

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 <[email protected]>
1 parent bd4e6b9 commit 888855d

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
@@ -103,6 +103,12 @@ Stepper
103103

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

106+
USB
107+
===
108+
109+
* The USB Video Class was configuring the framerate and format of the source video device.
110+
This is now to be done by the application after the host selected the format (:github:`93192`).
111+
106112
.. zephyr-keep-sorted-stop
107113
108114
Bluetooth

doc/releases/release-notes-4.3.rst

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

231231
* :kconfig:option:`CONFIG_TASK_WDT_DUMMY`
232232

233+
* USB
234+
235+
* Video
236+
237+
* :c:func:`uvc_add_format`
238+
233239
.. zephyr-keep-sorted-stop
234240
235241
New Boards

0 commit comments

Comments
 (0)