Add ch32v20x usbfs hcd initial support.

This commit is contained in:
verylowfreq
2024-09-09 18:04:00 +09:00
parent 5333d042f9
commit c61dfc7c7a
3 changed files with 624 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ void USBHD_IRQHandler(void) {
#if CFG_TUD_WCH_USBIP_USBFS
tud_int_handler(0);
#endif
#if CFG_TUH_WCH_USBIP_USBFS
tuh_int_handler(0);
#endif
}
__attribute__((interrupt)) __attribute__((used))