Commit 6321af95 authored by Johann Fischer's avatar Johann Fischer Committed by Maureen Helm
Browse files

doc: release-notes-3.6: add release notes for USB



Add release notes for USB support.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent 3fb795a2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -689,6 +689,8 @@ Drivers and Sensors
    connection.
  * On compatible STM32 devices, isochronous endpoint are now functional thanks to the
    use of double buffering.
  * Added new UDC driver for DWC2 controller.
  * Added support for Nuvoton NuMaker series USBD controllers.

* W1

@@ -971,6 +973,15 @@ Networking
USB
***

* Device support:

  * Introduces new USB Audio 2 implementation. Implementation uses devicetree for
    instantiation, hiding descriptor complexity from the application. Initial
    implementation is limited to full speed only and provides the absolute
    minimum set of features required for basic implicit and explicit feedback.
    Interrupt notification is not supported.
  * Added support for SetFeature(TEST_MODE).

Devicetree
**********