| Age | Commit message (Expand) | Author |
| 2025-09-15 | dwc2: wait for ahb idle before core reset | hathach |
| 2025-09-10 | Initial STM32WBARI eval support | Dalton Caron |
| 2025-09-10 | Merge pull request #3126 from salkinium/fix/phyc_pll | Ha Thach |
| 2025-09-10 | use tusb_time_delay_ms_api for delay, also move tusb_time api to common.h | hathach |
| 2025-09-03 | Fix obsolete cnt assignment in _tu_fifo_peek() overflow check | copilot-swe-agent[bot] |
| 2025-08-15 | Add ESP32-C5 and ESP32-C61 definitions | Scott Shawcroft |
| 2025-08-05 | Fix AT32F405xx missing USB HS definition | peppapighs |
| 2025-08-02 | Merge pull request #3183 from rppicomidi/fix_3159 | Ha Thach |
| 2025-08-02 | use tu_desc_in_bounds() for descriptor loop | hathach |
| 2025-08-01 | Merge pull request #3191 from hathach/at32 | Ha Thach |
| 2025-07-07 | Merge pull request #2963 from HiFiPhile/stm32_cache | Ha Thach |
| 2025-07-07 | change CFG_TUSB_MEM_DCACHE_LINE_SIZE_DEFAULT (not defined) to 1 | hathach |
| 2025-07-07 | support at32 mcu | zhiqiang |
| 2025-07-05 | Use DMA enable for DCache condition | HiFiPhile |
| 2025-07-05 | always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support... | hathach |
| 2025-07-03 | Merge branch 'master' into fork/HiFiPhile/stm32_cache | hathach |
| 2025-06-20 | usbh make TU_API_SYNC() public, to implement sync() API, change return of syn... | hathach |
| 2025-06-18 | usbh: add new API tuh_descriptor_get_device_local() | hathach |
| 2025-06-13 | Add cache line size alignment to buffer macro | HiFiPhile |
| 2025-06-13 | Add STM32 DWC2 cache support | HiFiPhile |
| 2025-06-12 | merge n6 and h7rs (same config) | hathach |
| 2025-06-04 | chore: squash previous commits from other branches | James Sandison |
| 2025-05-19 | dwc2 only enter critical in isr with multiple core CPUs | hathach |
| 2025-05-16 | follow up to pr3118, interface also end with IAD. Add more checks | hathach |
| 2025-04-18 | enum For string descriptor (langid, manufacturer product, serila): always get... | hathach |
| 2025-03-24 | device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t | hathach |
| 2025-03-06 | hack: force/overwrite endpoint mps to 64 for device that incorrectly report 5... | hathach |
| 2025-03-06 | midi host: skip rx data with all zeroes | hathach |
| 2025-03-05 | Merge branch 'master' into fork/atoktoto/midihost | hathach |
| 2025-03-03 | - add tuh_descriptor_get_string_langid() API | hathach |
| 2025-02-24 | add tuh_midi_descriptor_cb() | hathach |
| 2025-02-21 | Merge branch 'master' into fork/atoktoto/midihost | hathach |
| 2025-02-17 | usbh always retry control transfer (max 3) in case of XFER_RESULT_FAILED. | hathach |
| 2025-02-13 | update midi host to use endpoint stream API | hathach |
| 2024-12-17 | enable CFG_TUD/THU_MEM_DCACHE_ENABLE for imxrt with M7 by default | hathach |
| 2024-11-28 | made change per reviews, remove dcd_edpt_close(), rename and move thing around | hathach |
| 2024-11-28 | Merge branch 'master' into fork/pschatzmann/rp2040-iso | hathach |
| 2024-11-27 | Add support for the STM32C0 and the NUCLEO-C071RB. | David (Pololu) |
| 2024-11-27 | Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889) | Ha Thach |
| 2024-11-27 | default CFG_TUH_DWC2_DMA_ENABLE to 0 | hathach |
| 2024-11-27 | update device_info example to work with p4 dcache | hathach |
| 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-21 | - move freertos_hooks to board.c | hathach |
| 2024-11-21 | make sure usb buffer occupies whole cache line when DCACHE is enabled for msc... | hathach |
| 2024-11-20 | add CFG_TUD_MEM_DCACHE_ENABLE, CFG_TUD_MEM_DCACHE_LINE_SIZE option | hathach |
| 2024-11-19 | Merge pull request #2881 from hathach/enhance-dwc2-dcd | Ha Thach |