rp2040: fix usb device enumeration (RP2040-E5)

This commit is contained in:
sago35
2022-07-15 00:54:13 +09:00
committed by Ron Evans
parent 8d4d3c6201
commit 762a6f1256
2 changed files with 102 additions and 0 deletions
+1
View File
@@ -130,6 +130,7 @@ func handleUSBIRQ(intr interrupt.Interrupt) {
rp.USBCTRL_REGS.ADDR_ENDP.Set(0)
initEndpoint(0, usb.ENDPOINT_TYPE_CONTROL)
fixRP2040UsbDeviceEnumeration()
}
}