commit | dc79b37167f0cfd73a0a894b902867225e27a80c | [log] [tgz] |
---|---|---|
author | Emil Obalski <emil.obalski@nordicsemi.no> | Mon Sep 14 14:20:57 2020 +0200 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Tue Sep 15 10:15:20 2020 +0200 |
tree | 19988723881ecebe108cabfe84628cb790607440 | |
parent | 6c53e9331854a3485112685c47b77852f3576224 [diff] |
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>