1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 18:52:44 +01:00
RIOT/sys/usb/usbus
Marian Buschsieweke 28c1630f54
sys/usb/usbus_msc: fix typo in C expression
Rather than setting the correct blk_len, the code only wrote 1 and 0
into the three bytes due to the use of a logic and where a bitwise
and should be used.
2023-05-20 22:18:27 +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/usb/usbus_msc: fix typo in C expression 2023-05-20 22:18:27 +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: remove deprecated USBUS_HANDLER_FLAG_TR_FAIL flag 2023-04-19 20:54:30 +02:00