Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/usbdev_synopsys_dwc2: disable DMA mode
DMA mode is disabled for now due to several problems: - The STALL bit of the OUT control endpoint does not seem to be cleared automatically on the next SETUP received. At least the USB OTG HS core does not generate an interrupt on the next SETUP received. This happens, for example, when CDC ACM is used and the host sends the SET_LINE_CODING request. In this case the enumeration of further interfaces, for example CDC ECM is stopped. - The Enumeration fails for CDC ECM interface which uses URB support.
- Loading branch information