| Age | Commit message (Expand) | Author |
| 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-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 |
| 2023-07-14 | Fix host buffer alignment setting | Scott Shawcroft |
| 2023-07-01 | fix undef with fsp | hathach |
| 2023-07-01 | rework ra build | hathach |
| 2023-06-29 | add hcd_frame_number() for pio-usb host | hathach |
| 2023-06-26 | fix warnings when enable rtt with rp2040 | hathach |
| 2023-06-16 | fix build warnings | hathach |
| 2023-06-16 | fix build, update freertos config for cmake | hathach |
| 2023-06-16 | fix build warnings | hathach |
| 2023-06-16 | renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXX | hathach |
| 2023-06-16 | remove legacy transdimension driver | hathach |
| 2023-06-15 | refactor khci to chipidea fs driver for device (host is not yet) | hathach |
| 2023-06-12 | Merge pull request #2104 from hathach/g4-pd | Ha Thach |
| 2023-06-12 | ad pd_types.h | hathach |
| 2023-06-12 | response with request safe5v, get passed PS_READY | hathach |
| 2023-06-09 | move protocol message to stack, disable battery in PWR's CR3 | hathach |
| 2023-06-08 | enable DMA for both pd rx, tx | hathach |
| 2023-06-08 | dma rx works well | hathach |
| 2023-06-07 | able to response with good crc | hathach |
| 2023-06-07 | fix(RA): static assert RUSB2 register | Aladdin Bakosh |
| 2023-06-07 | inital support for usb typec and pd example | hathach |
| 2023-06-02 | fix(RA Host Portable): git rid of the IAR warnings for packed | Aladdin Bakosh |
| 2023-06-01 | Merge branch 'master' into feature/STM32G0 | hathach |
| 2023-05-24 | Merge pull request #2063 from abakosh/develop | Ha Thach |
| 2023-05-24 | fix(RA Host Portable): implement missing function __builtin_ctz(x) for IAR | Aladdin Bakosh |
| 2023-05-23 | Enhance chipidea (#2075) | Ha Thach |
| 2023-05-19 | more dcache fix | hathach |
| 2023-05-19 | ehci fix dcache clean when control endpoint failed | hathach |
| 2023-05-19 | only clean/invalidate dcache on imxrt if memory is not in DTCM | hathach |
| 2023-05-18 | refactor ehci: add attached_buffer for dcache invalidate for IN transfer | hathach |
| 2023-05-18 | refactor ehci, since usbh only queue 1 TD per queue head | hathach |
| 2023-05-18 | EHCI more improvement | hathach |
| 2023-05-18 | more cache, fix an similar issue with OHCI when removing an queue head | hathach |
| 2023-05-18 | use weak local for dcache function to skip if() | hathach |
| 2023-05-18 | EHCI adding dcahe support, passing enumertaion | hathach |
| 2023-05-17 | adding hcd_dcache_clean/hcd_dcache_invalidate | hathach |