diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-09-25 11:34:31 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-10-03 23:29:17 -0400 |
commit | 78ae83c3141e5e46ca109e92adc015e3698f078b (patch) | |
tree | 17b346eaa94008780caba80751fef2fd244d4328 /src/stm32/usbfs.c | |
parent | 5b204866c52bea7629f1e95ab345d0bbe8637764 (diff) | |
download | kutter-78ae83c3141e5e46ca109e92adc015e3698f078b.tar.gz kutter-78ae83c3141e5e46ca109e92adc015e3698f078b.tar.xz kutter-78ae83c3141e5e46ca109e92adc015e3698f078b.zip |
usb_canbus: Add a local queue for USB messages received from host
Read USB messages arriving from the host into a queue. This makes it
less likely that USB "bulk out" packets will be NAK'ed on the USB bus,
which improves USB bus utilization.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/stm32/usbfs.c')
0 files changed, 0 insertions, 0 deletions