mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Koen Zandberg
8cecb81517
When using DMA to transfer endpoint data from the RX FIFO to the endpoint memory, the RXFLVL irq is not needed as that is already handled by the DMA. Furthermore, servicing this irq anyway can cause the event handling to interpret data from the FIFO as the endpoint and status marker during the DMA transfer. This commit masks the RXFLVL irq while DMA is used for the endpoint transfers. |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
usbdev_synopsys_dwc2.c |