1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/usb/usbus
Gunar Schorcht 5f0d9ff3a6 sys/usb/ubsus/cdc/acm: move board reset function
The  board reset function `usb_board_reset_coding_cb` can be used on any CDC ACM interface. It is not necessary that the highlevel STDIO is used. Therefore, the call of the board reset function `usb_board_reset_coding_cb` has been moved from the USBUS STDIO CDC ACM implementation to USBUS CDC ACM implementation and is thus a feature of the USBUS CDC ACM interface that don't require any other functionality.
2022-12-11 11:17:15 +01:00
..
cdc sys/usb/ubsus/cdc/acm: move board reset function 2022-12-11 11:17:15 +01:00
dfu sys/usb/usbus/dfu: check min sector size for STM32 F2/F4/F7 2022-11-30 19:28:14 +01:00
hid usbus/hid: fix buffer overflow in hid_io 2022-11-10 20:33:29 +01:00
Kconfig sys/usb/usbus: model cdc acm stdio in Kconfig 2021-11-26 11:06:47 +01:00
Makefile usbus/dfu: introduce initial Device Firmware Upgrade support for USBUS 2021-01-12 11:34:22 +01:00
usbus_control_slicer.c USBUS: Adapt to xmit API 2021-11-16 20:17:04 +01:00
usbus_control.c Merge pull request #17064 from bergzand/pr/usbdev/xmit 2021-11-17 09:07:00 +01:00
usbus_fmt.c usbus: Bind extra USB config 2021-12-10 23:34:59 +00:00
usbus.c USBUS: Adapt to xmit API 2021-11-16 20:17:04 +01:00