doc: release notes: Add 2.2 release notes for USB subsystem

Added usb related notes for Zephyr 2.2

Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
This commit is contained in:
Emil Obalski 2020-03-03 16:38:47 +01:00 committed by Johan Hedberg
commit a95298e54a

View file

@ -377,7 +377,18 @@ Drivers and Sensors
* USB
* <TBD>
* fixed: native_posix handle control transfers with data.
* fixed: stm32 do not restrict out stage transfers to one MPS.
* fixed: nRF free memory block if event is intended to be dropped.
* Add: Make USB descriptor power options configurable.
* Add: Switching to alternate interface.
* Add: Support for samv71 SoC.
* Add: Set USB version to 2.1 when using BOS descriptor.
* fixed: Avoid ZLP transfer. Fix for dropped packets in cdc_acm.
* fixed: Limit upload length during DFU_UPLOAD to the request buffer size.
* Add: Extend USB device support to all NXP IMX RT boards.
* Add: Support for SAME54.
* Add: Derive USB device Serial Number String from HWINFO.
* Video