| Age | Commit message (Expand) | Author |
| 2024-11-27 | Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889) | Ha Thach |
| 2024-11-26 | msc host work ok with p4 dma | hathach |
| 2024-11-25 | change dcd_dcache_*() API return type from void to bool | hathach |
| 2024-11-22 | TUD_EPBUF_TYPE_DEF ncm_device | hathach |
| 2024-11-22 | apply TUD_EPBUF_DEF for device: bth, dfu, hid, msc | hathach |
| 2024-11-21 | use TUD_EPBUF_DEF to declare buffer memory for midi | hathach |
| 2024-11-04 | add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which i... | hathach |
| 2024-10-29 | update handle in/out, separate allocated and xfer result to make it easier to... | hathach |
| 2024-10-25 | more progress on dwc2 hcd, initial code for edpt xfer | hathach |
| 2024-10-18 | testing hcd with f723 due to h743eval issue with mfx vbus drive. | hathach |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more con... | hathach |
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach |
| 2024-07-12 | simplify dwc2 test mode | hathach |
| 2024-04-10 | remove the usage of TU_BIT() and TU_GENMASK() from tusb_types.h | hathach |
| 2024-01-26 | rename and add more video descriptors | hathach |
| 2024-01-25 | minor update to video capture example | hathach |
| 2023-06-12 | ad pd_types.h | hathach |
| 2023-06-12 | response with request safe5v, get passed PS_READY | hathach |
| 2023-06-07 | able to response with good crc | hathach |
| 2023-06-07 | inital support for usb typec and pd example | hathach |
| 2023-06-06 | able to get usbpd irq handler | hathach |
| 2023-03-21 | add tuh_set_interface | hathach |
| 2023-03-17 | update host example, add pio-pico-usb for rp2040 | hathach |
| 2023-02-22 | use tu_static instead of static _fuzz_thread | hathach |
| 2023-02-22 | Merge pull request #1867 from silvergasp/thread_local_globals | Ha Thach |
| 2023-02-22 | rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread | hathach |
| 2023-01-20 | fix: Change all static variables to thread when fuzzing | Nathaniel Brough |
| 2023-01-20 | add helper tu_desc_find/find2/find3 | hathach |
| 2022-12-20 | fix hid host incorrect edpt release if failed to transmit | hathach |
| 2022-12-16 | add common EPSIZE for bulk/iso in full and highspeed | hathach |
| 2022-11-28 | Retry a few times with transfers in enumeration since device can be unstable ... | hathach |
| 2022-11-04 | fix -wconversion-int and add minor comment | hathach |
| 2022-11-04 | Merge branch 'master' into rp2040-hcd-bulk | Ha Thach |
| 2022-06-08 | make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_... | hathach |
| 2022-04-17 | tusb_types: | Skyler Mansfield |
| 2022-03-13 | add synchronous (blocking) support for usbh control transfer | hathach |
| 2022-03-10 | remove obsolete device state | hathach |
| 2022-03-10 | merge control stage host and device value | hathach |
| 2021-10-29 | correctly init hs phy for bcm | hathach |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach |
| 2021-09-29 | moved ISO attributes from audio to common | kkitayam |
| 2021-09-09 | add other speed descriptor callback tud_descriptor_other_speed_configuration_... | hathach |
| 2021-07-22 | rename bit filed order | hathach |
| 2021-07-22 | rename packed begin/end | hathach |
| 2021-07-22 | Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into Wini-Buh... | hathach |
| 2021-07-15 | wrap up DFU update | hathach |
| 2021-07-14 | simplify upload request | hathach |
| 2021-06-11 | weak atrribute work around removed from CCRX_Port | Wini-Buh |
| 2021-05-29 | Adaptations for Renesas CCRX toolchain and Rx72N controller performed | Wini-Buh |