summaryrefslogtreecommitdiff
path: root/docs/porting.md
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-30 14:47:11 +0700
committerhathach <[email protected]>2019-03-30 14:47:11 +0700
commitb28cc6ddb11ef233b6e6ee25b4a305b4b76cc03c (patch)
treede6623830676a997c9328f8996151537c30f5d6f /docs/porting.md
parentcabf6abb4f49648ad6eb1f9cb54bfad131f457b7 (diff)
added dcd_remote_wakeup() stub for all ports
Diffstat (limited to 'docs/porting.md')
-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.