chipKIT32 / chipKIT-core

Downloadable chipKIT core for use with Arduino 1.6 - 1.8+ IDE, PlatformIO, and UECIDE
http://chipkit.net/
Apache License 2.0
59 stars 53 forks source link

Implement USB.resume() for remote wakeup of PC #440

Closed majenkotech closed 5 years ago

majenkotech commented 5 years ago

Remote wakeup of the PC can now be achieved with USB.resume();. It triggers the RESUME=1 / RESUME=0 sequence in the correct control register via the selected driver.

lstandage commented 5 years ago

My testing has it working with Wi-Fire, WF32, and Lenny.

I think we can merge.

EmbeddedMan commented 5 years ago

Awesome! Thanks for testing it out Larry.