| Age | Commit message (Expand) | Author |
| 2026-07-13 | rusb2: EP0 OUT reliability, HS UTMI PHY power-up, FS-only build support | hathach |
| 2026-07-09 | dcd(rusb2): iso alloc/activate; bound the FIFO-ready wait | hathach |
| 2026-07-02 | license: use SPDX identifiers for src/ headers (#3749) | Ha Thach |
| 2026-04-17 | fix some Wconversion warnings | hathach |
| 2026-01-04 | update hcd rusb2 to use tu_hwfifo read/write | hathach |
| 2026-01-03 | fix rusb2 hcd_port_connect_status() using line state, add post root reset del... | hathach |
| 2026-01-03 | rusb2 move tu_hwfifo_write() to rusb2_common.c | hathach |
| 2026-01-03 | hwfifo support custom write/read | hathach |
| 2026-01-01 | rusb2 use tu_hwfifo API to write usb packet | hathach |
| 2026-01-01 | minor refactor | hathach |
| 2025-12-11 | dcd/rusb2: fix fifo write | HiFiPhile |
| 2025-11-26 | change tu_fifo_buffer_info_t layout | hathach |
| 2025-11-19 | Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-... | HiFiPhile |
| 2025-11-17 | make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ... | hathach |
| 2025-10-31 | Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of https://github.com/hathach/... | HiFiPhile |
| 2025-10-31 | Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-... | HiFiPhile |
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach |
| 2025-10-22 | Apply suggestions from code review | Zixun LI |
| 2025-10-22 | Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifo | copilot-swe-agent[bot] |
| 2025-09-17 | Replace old delay functions by tusb_time_delay_ms_api | HiFiPhile |
| 2025-04-23 | rename and expose tuh_bus_info_get() to application | hathach |
| 2025-04-23 | rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_... | hathach |
| 2025-03-26 | added hcd_edpt_close() stub for other ports | hathach |
| 2024-11-27 | Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889) | Ha Thach |
| 2024-10-14 | change dcd_init() return from void to bool | hathach |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more con... | hathach |
| 2024-10-11 | hcd_init() take init struct | hathach |
| 2024-10-11 | change dcd_init() to take rhport struct | hathach |
| 2024-05-27 | renesas: Add support for dcd_sof_enable(). | Andrew Leech |
| 2024-04-15 | revert to use __builtin_ctz() for optimized time | hathach |
| 2024-04-11 | apply find_pipe() and forloop for hcd | hathach |
| 2024-04-10 | fix mask typo for brdysts when using pipe9 | hathach |
| 2024-04-10 | support ra2a1 pipe numbering, fix ra2a1 ek led/button. Though usb not enumera... | hathach |
| 2024-04-10 | use for loop instead of__builtin_ctz() which is not portable (e.g with ccrx) | hathach |
| 2024-04-10 | revert pr2245 | hathach |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach |
| 2023-09-08 | wait_pipe_fifo_empty() now returns bool (as expected using TU_ASSERT macro) | maidnl |
| 2023-09-08 | renesas: added wait function for IN transaction | maidnl |
| 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-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 |