| Age | Commit message (Expand) | Author |
| 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 |
| 2024-09-10 | minor clean up | hathach |
| 2024-09-10 | change edpt stream api to take hwid from API to reduce memory footprint | hathach |
| 2024-09-10 | update edpt_stream to support non-buffered (no fifo) mode | hathach |
| 2024-09-10 | change vendor device to use edpt stream API | hathach |
| 2024-09-04 | Merge pull request #2788 from dp111/cppcheck | HiFiPhile |
| 2024-09-04 | dwc2: for esp32 force disconnect/connect using USB_WRAP otg pad override (DM=... | hathach |
| 2024-09-03 | make function prototypes match ( found by cppcheck) | dp111 |
| 2024-09-02 | Merge pull request #2786 from dp111/breakinside | HiFiPhile |
| 2024-08-19 | rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY | hathach |
| 2024-08-19 | implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ex... | hathach |
| 2024-08-17 | define and use TUD_ENDPOINT_EXCLUSIVE_NUMBER | hathach |
| 2024-08-17 | more refactor to simplify musb driver | hathach |
| 2024-08-16 | Put break inside #if #endif | dp111 |