1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/usb/usbus/cdc/acm
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_acm_stdio.c core/init: call vfs_bind_stdio() in early_init() 2023-01-08 22:26:13 +01:00
cdc_acm.c sys/usbus: handle exceeding of number of endpoints 2023-03-10 07:59:14 +01:00
Kconfig sys/usb/usbus: enable USBUS stdio_cdc_acm only if tinyUSB is not used 2022-12-03 12:52:45 +01:00
Makefile USBUS cdc acm: Add STDIO wrapper for CDC ACM 2019-09-30 18:40:59 +02:00