1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/usb/usbus
Gunar Schorcht 1fa988d135 sys/usbus: handle exceeding of number of endpoints
If the number of endpoints is not sufficient for an application, it should not be silently ignored and cause a non-working application. Rather, should cause an assertion as it is a configuration issue.
2023-03-10 07:59:14 +01:00
..
cdc sys/usbus: handle exceeding of number of endpoints 2023-03-10 07:59:14 +01:00
dfu sys/usb/usbus/dfu: check min sector size for STM32 F2/F4/F7 2022-11-30 19:28:14 +01:00
hid sys/usbus: handle exceeding of number of endpoints 2023-03-10 07:59:14 +01:00
msc sys/usbus: handle exceeding of number of endpoints 2023-03-10 07:59:14 +01:00
Kconfig Kconfig: add Kconfig for USB MSC 2023-03-02 22:04:08 +01:00
Makefile usbus/msc: add initial support for Mass Storage Class 2023-03-01 21:50:13 +01:00
usbus_control_slicer.c USBUS: Adapt to xmit API 2021-11-16 20:17:04 +01:00
usbus_control.c usbus: Use new usbdev ep0 stall function 2023-02-28 11:00:06 +01:00
usbus_fmt.c usbus: Bind extra USB config 2021-12-10 23:34:59 +00:00
usbus.c usbus: Add URB support 2023-02-27 10:09:53 +01:00