Add hcd for Renesas RX

This commit is contained in:
kkitayam
2021-12-27 01:22:57 +09:00
parent a6789b5d5a
commit a76799b085
3 changed files with 875 additions and 0 deletions

View File

@@ -176,7 +176,12 @@ void INT_Excep_SCI5_RXI5(void)
//--------------------------------------------------------------------+
void INT_Excep_USB0_USBI0(void)
{
#if TUSB_OPT_HOST_ENABLED
tuh_int_handler(0);
#endif
#if TUSB_OPT_DEVICE_ENABLED
tud_int_handler(0);
#endif
}
void board_init(void)