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
Anything more required other than setting UsbDeviceBuilder::supports_remote_wakeup(true)?
This just tells the host that the device supports remote wakeup. Then the host will "arm" remote wakeup which you can check with UsbDevice::remote_wakeup_enabled().
And finally, as @ithinuel mentioned you'll have to check your wakeup condition, that the device is in USB suspend, remote wakeup is enabled and then call the MCU specific API to actually wake the device/bus again.
Anything more required other than setting
UsbDeviceBuilder::supports_remote_wakeup(true)
?The text was updated successfully, but these errors were encountered: