zephyr/drivers/usb/device
Emil Obalski dc79b37167 usb: nrf: Do not allow to clear STALL or dtoggle for ISO ep.
Isochronous transactions do not support handshake phase
so in particular the ISO endpoint cannot be STALLed.
Isochronous transactions do no support data toggle sequencing
and should only send DATA0 PID.

Taking into consideration those requirements do not try to
clear dtoggle or STALL an ISO Endpoint in nRF USBD driver.

Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
2020-09-15 10:15:20 +02:00
..
CMakeLists.txt
Kconfig drivers: usb_dc_nrfx: Enable and properly initialize nrfx POWER driver 2020-09-03 21:52:52 +02:00
usb_dc_dw.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
usb_dc_kinetis.c drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
usb_dc_mcux_ehci.c drivers: usb_dc_mcux_ehci: fix endpoints index assignment 2020-09-05 10:49:37 -05:00
usb_dc_native_posix_adapt.c
usb_dc_native_posix_adapt.h
usb_dc_native_posix.c drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
usb_dc_nrfx.c usb: nrf: Do not allow to clear STALL or dtoggle for ISO ep. 2020-09-15 10:15:20 +02:00
usb_dc_sam.c
usb_dc_sam0.c
usb_dc_stm32.c drivers: STM32: Rework CLK48 HSEM protection 2020-09-02 14:13:49 +02:00
usb_dw_registers.h