zephyr/subsys/usb/device/class
Aurelien Jarno 44f86dd67d usb: dfu: fix detach happening too fast
In some relatively rare conditions, the DFU detach/attach happens to
fast, which cause the host to not notice it. It seems to to be the case
for instance on STM32 when no endpoint are being used.

Adding a 1 ms delay (i.e. one SOF period) between the detach and the
attach fixes the issue.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2024-05-24 07:48:03 -04:00
..
audio usb: device: audio: fix compiler warning for usb audio microphone 2024-01-10 15:08:06 +01:00
dfu usb: dfu: fix detach happening too fast 2024-05-24 07:48:03 -04:00
hid
netusb
bluetooth.c
bt_h4.c
cdc_acm.c drivers: use DT_INST_PROP over DT_INST_PROP_OR if possible 2024-01-30 00:26:58 +00:00
CMakeLists.txt
Kconfig
Kconfig.bt
Kconfig.cdc usb: device: cdc_acm: Use ZLP to detect initial host read 2023-11-13 09:43:46 +01:00
Kconfig.msc
Kconfig.template.composite_device_number
Kconfig.test
loopback.c
msc.c