| Age | Commit message (Expand) | Author |
| 2023-08-23 | able to complete 1st get device descriptor and set address | hathach |
| 2023-08-23 | able to get 8 byte descriptor, but read(RCVBC) always return 0 | hathach |
| 2023-08-22 | able to send setup packet | hathach |
| 2023-08-22 | able to detect new device and start enumerating | hathach |
| 2023-08-18 | adding connection event handling, add nrf gpio interrupt for max2341e interru... | hathach |
| 2023-08-18 | ground works for hcd max3421e | hathach |
| 2023-08-18 | - update nrf52 bsp for cmake | hathach |
| 2023-08-16 | minor comment | hathach |
| 2023-08-16 | clear qhd halted bit if not caused by STALL protocol, allow for next transfer | hathach |
| 2023-08-09 | Merge pull request #2209 from HiFiPhile/hitl | Ha Thach |
| 2023-08-09 | update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ... | hathach |
| 2023-08-07 | code format | hathach |
| 2023-08-07 | Add tuh_rhport_is_active() and tuh_rhport_reset_bus() | hathach |
| 2023-08-04 | clean(ra_hcd): fix typos in the hcd library | Aladdin Bakosh |
| 2023-08-04 | Merge branch 'master' into master | Ha Thach |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach |
| 2023-08-03 | add lpc43 family | hathach |
| 2023-08-01 | renesas: host: remove attach_attempt logic | Martino Facchin |
| 2023-08-01 | Merge branch 'arduino-renesas_ra_hs_rebased' into renesas_ra_hs_rebased | hathach |
| 2023-08-01 | add rusb2_common.c for dynami irq | hathach |
| 2023-08-01 | rusb2: move dynamic irq function to c file | Martino Facchin |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach |
| 2023-07-31 | enable_irq since uno bootloader can disable it. systick triggered, however us... | hathach |
| 2023-07-28 | add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systick) does... | hathach |
| 2023-07-28 | - revert usb address | hathach |
| 2023-07-28 | fix ci | hathach |
| 2023-07-27 | Merge branch 'master' into renesas_ra_hs_rebased | hathach |
| 2023-07-27 | Merge pull request #2179 from hathach/enhance-ehci | Ha Thach |
| 2023-07-27 | add check for edpt_xfer() with halted, also reset data toggle when clear stall | hathach |
| 2023-07-26 | mising ehci | hathach |
| 2023-07-26 | correct hcd_edpt_clear_stall() API signature | hathach |
| 2023-07-26 | refactored multiple ports for hcd rusb2 | hathach |
| 2023-07-26 | updating hcd rusb2 | hathach |
| 2023-07-25 | improve processing usb complete and error isr. | hathach |
| 2023-07-25 | use standard EHCI USB INT instead of chipidea async/period interrupt to be co... | hathach |
| 2023-07-24 | Merge branch 'master' into hcd-abort-xfer | Ha Thach |
| 2023-07-24 | Merge pull request #2173 from hathach/imxrt-dcache-align | Ha Thach |
| 2023-07-24 | add hcd abort xfer for rp2040 pio usb | hathach |
| 2023-07-24 | change dcache clean/invalidate return type to bool | hathach |
| 2023-07-24 | fix ohci warnings, and add freertosconfig for lpc4088 | hathach |
| 2023-07-24 | rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack | hathach |
| 2023-07-21 | implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bit | hathach |
| 2023-07-21 | minor ehci rename, move code around | hathach |
| 2023-07-21 | add stub hcd_edpt_abort_xfer() for all ports | hathach |
| 2023-07-21 | add hcd_edpt_abort_xfer() API | hathach |
| 2023-07-18 | Merge pull request #2146 from tannewt/host_cache_align | Ha Thach |
| 2023-07-18 | Merge branch 'master' into renesas_ra_hs_rebased | hathach |
| 2023-07-17 | debugging can be configured on renesas dcd | Aladdin Bakosh |
| 2023-07-17 | debugging can be configured on renesas hcd | Aladdin Bakosh |
| 2023-07-17 | fix(RA_hcd): STALL status can be also 3 not only 2 | Aladdin Bakosh |