File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -689,6 +689,8 @@ Drivers and Sensors
689
689
connection.
690
690
* On compatible STM32 devices, isochronous endpoint are now functional thanks to the
691
691
use of double buffering.
692
+ * Added new UDC driver for DWC2 controller.
693
+ * Added support for Nuvoton NuMaker series USBD controllers.
692
694
693
695
* W1
694
696
@@ -971,6 +973,15 @@ Networking
971
973
USB
972
974
***
973
975
976
+ * Device support:
977
+
978
+ * Introduces new USB Audio 2 implementation. Implementation uses devicetree for
979
+ instantiation, hiding descriptor complexity from the application. Initial
980
+ implementation is limited to full speed only and provides the absolute
981
+ minimum set of features required for basic implicit and explicit feedback.
982
+ Interrupt notification is not supported.
983
+ * Added support for SetFeature(TEST_MODE).
984
+
974
985
Devicetree
975
986
**********
976
987
You can’t perform that action at this time.
0 commit comments