feat(core/usbd_core): support get hid desc request(0x21), support get status for remote wakeup & self powered

This commit is contained in:
sakumisu
2024-07-10 21:00:06 +08:00
parent 3d3c6bb5a2
commit 1a9c1481f4
2 changed files with 62 additions and 1 deletions

View File

@@ -187,6 +187,8 @@ void usbd_event_ep_out_complete_handler(uint8_t busid, uint8_t ep, uint32_t nbyt
void usbd_execute_test_mode(uint8_t busid, uint8_t test_mode);
#endif
void usbd_send_remote_wakeup(uint8_t busid);
#ifdef __cplusplus
}
#endif