You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USB appears to fail when the UsbDeviceBuilder is called, regardless of what it is used for (serial, hid etc). The device gets stuck at this line and never goes over (does not panic, just gets stuck). Not sure if this is an issue with stm32f4xx-hal or with usb-device, and it is happening only on nightly, all usb forms run fine on stable.
USB appears to fail when the
UsbDeviceBuilder
is called, regardless of what it is used for (serial, hid etc). The device gets stuck at this line and never goes over (does not panic, just gets stuck). Not sure if this is an issue withstm32f4xx-hal
or with usb-device, and it is happening only on nightly, all usb forms run fine on stable.Line that fails:
let mut usb_dev = UsbDeviceBuilder::new(&usb_bus, UsbVidPid(0x16c0, 0x27dd))
stm32f4xx-hal/examples/usb-serial-poll.rs
Line 43 in 15134d7
Environment:
The text was updated successfully, but these errors were encountered: