| Age | Commit message (Expand) | Author |
| 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 |
| 2024-11-16 | Make HS USB default for STM32H7RS | Chintalagiri Shashank |
| 2024-11-16 | Add support for STM32H7RSxx | Chintalagiri Shashank |
| 2024-11-14 | rename CFG_TUD_DWC2_DMA to CFG_TUD_DWC2_DMA_ENABLE | hathach |
| 2024-11-08 | get hcd work esp32p4 but only in slave mode. In DMA channel's HCDMA is increa... | 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-15 | RP2040 New ISO API | pschatzmann |
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | 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-10-02 | Merge branch 'master' into fork/Maerdl/master | hathach |
| 2024-10-01 | support stm32U0 device | Haefner, Martin |
| 2024-09-30 | added p4, seems to work well and enumerated | hathach |
| 2024-09-30 | try to add esp32 p4 and esp-idf v5.3 support | hathach |
| 2024-09-24 | add CFG_TUD_DWC2_DMA, make it compile time option | hathach |
| 2024-09-11 | Merge pull request #2450 from HiFiPhile/vendor_fifo | Ha Thach |
| 2024-09-10 | reduce ep stream footprint by using is_mps512 since it only support bulk so far | hathach |
| 2024-09-10 | remove vendor ep_addr, use stream api instead | hathach |