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 dd99cea622
usbus: rename setup request to control request
This commit changes the name of the requests over the control endpoints
to control requests instead of setup requests. This is a terminology fix
to follow the USB specification more closely as technically only the
first stage of a control request is named setup which contains a setup
packet. The whole transfer is a control transfer.
2019-09-11 21:39:05 +02:00
..
cdc/ecm usbus: rename setup request to control request 2019-09-11 21:39:05 +02:00
Makefile usbus_cdc_ecm: initial CDC ECM functionality 2019-06-14 16:00:05 +02:00
usbus_control_slicer.c usbus: Initial work to a unified USB stack 2019-06-05 14:22:16 +02:00
usbus_control.c usbus: rename setup request to control request 2019-09-11 21:39:05 +02:00
usbus_fmt.c usbus: Initial work to a unified USB stack 2019-06-05 14:22:16 +02:00
usbus.c usbus: simplify adding entry to list 2019-06-19 22:22:10 +02:00