Skip to content

Commit

Permalink
Merge branch 'fix/usb_wakeup_resume' into 'release/v4.4'
Browse files Browse the repository at this point in the history
[USBD] Fix usb resume bug on esp32sx (v4.4)

See merge request espressif/esp-idf!23589
  • Loading branch information
suda-morris committed Jun 19, 2023
2 parents 8b94183 + bb3c971 commit ea9d916
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ void dcd_init(uint8_t rhport)
USB_RXFLVIMSK_M |
USB_ERLYSUSPMSK_M |
USB_USBSUSPMSK_M |
USB_WKUPINTMSK_M |
USB_USBRSTMSK_M |
USB_ENUMDONEMSK_M |
USB_RESETDETMSK_M |
Expand Down Expand Up @@ -829,6 +830,7 @@ static void _dcd_int_handler(void* arg)
USB_GOUTNAKEFF |
USB_ERLYSUSP_M |
USB_USBSUSP_M |
USB_WKUPINT_M |
USB_ISOOUTDROP_M |
USB_EOPF_M |
USB_EPMIS_M |
Expand Down

0 comments on commit ea9d916

Please sign in to comment.