1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/usb/usbus
Koen Zandberg 7b2db7bf2b
usbus: Implement GET STATUS and SET/CLEAR FEATURE requests
This extends support for the GET STATUS requests to support endpoints
and interfaces as recipient. It also adds the SET and CLEAR FEATURE
requests for the endpoints with support to set and clear the halt
condition on an endpoint.
2023-04-11 11:12:53 +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 usbus: Implement GET STATUS and SET/CLEAR FEATURE requests 2023-04-11 11:12:53 +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