summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/porting.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/porting.md b/docs/porting.md
index 5f1df0d7a..5a97b3fb6 100644
--- a/docs/porting.md
+++ b/docs/porting.md
@@ -76,6 +76,9 @@ If your peripheral automatically changes address during enumeration (like the nr
##### dcd_set_config
Called when the device received SET_CONFIG request, you can leave this empty if your peripheral does not require any specific action.
+##### dcd_remote_wakeup
+Called to remote wake up host when suspended (e.g hid keyboard)
+
#### Special events
You must let TinyUSB know when certain events occur so that it can continue its work. There are a few methods you can call to queue events for TinyUSB to process.