Skip to content

Commit f5328dd

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 1a60ca7 commit f5328dd

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
@@ -39,6 +39,12 @@ Stepper
3939

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

42+
USB
43+
===
44+
45+
* The USB Video Class was configuring the framerate and format of the source video device.
46+
This is now to be done by the application after the host selected the format (:github:`93192`).
47+
4248
.. zephyr-keep-sorted-stop
4349
4450
Bluetooth

doc/releases/release-notes-4.3.rst

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

7373
* :kconfig:option:`CONFIG_SETTINGS_TFM_ITS`
7474

75+
* USB
76+
77+
* Video
78+
79+
* :c:func:`uvc_add_format`
80+
7581
.. zephyr-keep-sorted-stop
7682
7783
New Boards

0 commit comments

Comments
 (0)