1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/auto_init/usb
Gunar Schorcht af0eaa99ce sys/auto_init/usb: add a check for the number EPs
Since `auto_init_usb` provides a static auto configuration for a single USBUS stack instance using a single USB device, a static assert can be used here to check whether the number of EPs required by the configuration does not exceed the number of EPs provided by the USB device.
2023-03-13 12:58:33 +01:00
..
auto_init_usb.c sys/auto_init/usb: add a check for the number EPs 2023-03-13 12:58:33 +01:00
Makefile auto_init_usb: initial implementation 2019-06-05 16:17:01 +02:00