micropython-lib/micropython/usb/usb-device
Felix Dörre a7cd740b64 usb-device: Allow signaling capability of remote_wakeup.
To use this feature you need to create a usb device signaling remote wakeup
and then enable remote wakeup on the host (on linux write enabled to
/sys/bus/usb/devices/<device>/power/wakeup). Then you can wake up the host
when is on standby using USBDevice.remote_wakeup.

Signed-off-by: Felix Dörre <felix@dogcraft.de>
2024-10-18 12:54:48 +11:00
..
tests usb: Add USB device support packages. 2024-04-30 15:57:50 +10:00
usb/device usb-device: Allow signaling capability of remote_wakeup. 2024-10-18 12:54:48 +11:00
manifest.py usb-device: Allow signaling capability of remote_wakeup. 2024-10-18 12:54:48 +11:00