1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 17:32:44 +01:00
RIOT/sys/usb/usbus
Gunar Schorcht e46fa4a0b2 sys/usbus: use USBDEV_SET_ADDR_AFTER_STATUS
Use symbol `USBDEV_SET_ADDR_AFTER_STATUS` to determine whether the device address has to be set directly after SETUP stage or after the associated STATUS stage.
2023-04-16 17:14:08 +02:00
..
cdc cdc_ecm: Update max supported transfer size after reset 2023-03-31 16:43:44 +02:00
dfu usbus/dfu: do not create alt interface if not needed 2023-03-13 21:52:06 +01:00
hid sys/usbus: handle exceeding of number of endpoints 2023-03-10 07:59:14 +01:00
msc sys/usbus/msc: fix EP sizes and buffer alignment for HS in DMA-mode 2023-04-07 19:06:24 +02: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 sys/usbus: use USBDEV_SET_ADDR_AFTER_STATUS 2023-04-16 17:14:08 +02:00
usbus_fmt.c usbus: Bind extra USB config 2021-12-10 23:34:59 +00:00
usbus.c usbus: Implement endpoint halt condition. 2023-04-11 11:12:49 +02:00