gint/src/usb
Lephe 31dcc6fd6c
usb: enable writing with DMA
Nothing particular to change, simply make sure that the DMA channels
have higher priority than the USB module, otherwise the BEMP interrupt
might be executed before the DMA frees the channel, resulting in the
transfer failing because the channel is still busy.

Also reduce BUSWAIT since it works even on high overclock levels, and
keeping it high won't help increase performance.
2021-05-12 09:17:25 +02:00
..
classes usb: FIFO controllers and fxlink API 2021-05-12 09:17:25 +02:00
configure.c usb: FIFO controllers and fxlink API 2021-05-12 09:17:25 +02:00
pipes.c usb: enable writing with DMA 2021-05-12 09:17:25 +02:00
setup.c usb: FIFO controllers and fxlink API 2021-05-12 09:17:25 +02:00
string.c usb: USB 2.0 function driver (WIP) 2021-04-11 19:04:54 +02:00
usb.c usb: enable writing with DMA 2021-05-12 09:17:25 +02:00
usb_private.h usb: enable writing with DMA 2021-05-12 09:17:25 +02:00