| Age | Commit message (Expand) | Author |
| 2023-06-12 | ad pd_types.h | hathach |
| 2023-06-12 | response with request safe5v, get passed PS_READY | hathach |
| 2023-06-09 | able to parse SOURCE_CAP message from dfp | hathach |
| 2023-06-09 | move protocol message to stack, disable battery in PWR's CR3 | hathach |
| 2023-06-08 | Fix typos | Eugene Kliuchnikov |
| 2023-06-08 | enable DMA for both pd rx, tx | hathach |
| 2023-06-08 | dma rx works well | hathach |
| 2023-06-08 | define tuc_int_handler() to empty if TUC not enabled | hathach |
| 2023-06-08 | default CFG_TUC_ENABLED to 0 | 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-06 | able to get usbpd irq handler | hathach |
| 2023-06-05 | clean up | hathach |
| 2023-06-05 | renesas_ra: fix wrong ifdef | Martino Facchin |
| 2023-06-05 | Merge remote-tracking branch 'mainline/master' into HEAD | Martino Facchin |
| 2023-06-05 | renesas_rx: fix compilation on latest GCC | Martino Facchin |
| 2023-06-02 | fix(RA Host Portable): git rid of the IAR warnings for packed | Aladdin Bakosh |
| 2023-06-02 | Merge pull request #2092 from hathach/stm32g4 | Ha Thach |
| 2023-06-02 | add IAR support for G0 with cmake | hathach |
| 2023-06-02 | cmake refactor | hathach |
| 2023-06-01 | For FreeRTOS kernel-aware debugging, when queue registry is enabled, label ti... | Dave Nadler |
| 2023-06-01 | Fix diagnostic format string (missing %u) | Dave Nadler |
| 2023-06-01 | Merge branch 'master' into feature/STM32G0 | hathach |
| 2023-05-29 | slightly clean up | hathach |
| 2023-05-29 | check status_change is not zero first | hathach |
| 2023-05-29 | Even when we get an empty "status change" interrupt from the hub, schedule an... | Ivo Popov |
| 2023-05-28 | Fixes bug in tuh_msc_ready | gitlab |
| 2023-05-26 | move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly wi... | hathach |
| 2023-05-26 | fix build with net_lwip_webserver example | hathach |
| 2023-05-25 | Merge pull request #2081 from hathach/more-build-system | Ha Thach |
| 2023-05-25 | fix issue with ftdi host driver with status bytes | 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 | renesas: provide default for CFG_TUSB_RHPORT1_MODE | Martino Facchin |
| 2023-05-17 | adding hcd_dcache_clean/hcd_dcache_invalidate | hathach |
| 2023-05-16 | fix error on EHCI causes xfer error in non-queued qhd which cause memory fault | hathach |
| 2023-05-16 | usbd: fix control transfer issue for chipidea hs when previous status and new... | hathach |
| 2023-05-16 | add various check for disconncted device, also fix #1511 un-roll recursive hu... | hathach |
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | hathach |