| Age | Commit message (Expand) | Author |
| 2024-11-28 | fix(dcd_dwc2): Correct usage of dwc2_controller | Roman Leonov |
| 2024-11-28 | fix(dcd_dwc2): Reset allocated_epin_count on bus reset and close all ep | Roman Leonov |
| 2024-11-28 | Merge pull request #2829 from HiFiPhile/lwip_fix | Ha Thach |
| 2024-11-28 | Merge pull request #2847 from pschatzmann/rp2040-iso | Ha Thach |
| 2024-11-28 | Merge branch 'master' into fork/HiFiPhile/lwip_fix | hathach |
| 2024-11-28 | made change per reviews, remove dcd_edpt_close(), rename and move thing around | hathach |
| 2024-11-28 | Merge pull request #2852 from GuavTek/recover_zero_length_desc | Ha Thach |
| 2024-11-28 | Merge branch 'master' into fork/pschatzmann/rp2040-iso | hathach |
| 2024-11-28 | Merge branch 'refs/heads/master' into fork/GuavTek/recover_zero_length_desc | hathach |
| 2024-11-27 | Move desc_len sanity checks to start of loops | GuavTek |
| 2024-11-27 | Merge pull request #2848 from DavidEGrayson/pr_stm32c0 | Ha Thach |
| 2024-11-27 | enable ci for stm32c0, fix build issue with video example and clang | 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 | Merge pull request #2888 from hathach/esp32p4-host-dma | Ha Thach |
| 2024-11-27 | fix typo | hathach |
| 2024-11-27 | default CFG_TUH_DWC2_DMA_ENABLE to 0 | hathach |
| 2024-11-27 | minor clean up | hathach |
| 2024-11-27 | fix multiple flag on compiling | hathach |
| 2024-11-27 | enable dwc2 dma for hil test for esp32s3/p4 and stm32 | hathach |
| 2024-11-27 | update device_info example to work with p4 dcache | hathach |
| 2024-11-26 | add TUH_EPBUF_DEF for cdc host | hathach |
| 2024-11-26 | msc host, use usbh_get_enum_buf() for set_config() process | hathach |
| 2024-11-26 | add buffer note for host msc api | hathach |
| 2024-11-26 | add TUH_EPBUF_DEF for hid host | hathach |
| 2024-11-26 | msc host work ok with p4 dma | hathach |
| 2024-11-26 | hcd dwc2 add dcache support, usbh correctly use cache line size with TUH_EPBU... | hathach |
| 2024-11-25 | Merge pull request #2887 from hathach/change-dcd_dcache_return-to-bool | Ha Thach |
| 2024-11-25 | change dcd_dcache_*() API return type from void to bool | hathach |
| 2024-11-25 | Merge pull request #2884 from hathach/esp32p4-dma | Ha Thach |
| 2024-11-25 | try to fix circleci with kinetis | hathach |
| 2024-11-22 | fix ncm incorrect length for notify connection | hathach |
| 2024-11-22 | add TUD_EPBUF_DEF for ecm rndis, also separate notify and control buffer, use... | hathach |
| 2024-11-22 | TUD_EPBUF_TYPE_DEF video_device.c | hathach |
| 2024-11-22 | update epnotif endpoint for ncm_device.c | hathach |
| 2024-11-22 | TUD_EPBUF_TYPE_DEF usbtmc_device.c and vendor_device.c | 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-22 | msc_device.c declare and separate epbuf from interface struct, make cbw and c... | hathach |
| 2024-11-21 | bump up gcc to 13.2 | hathach |
| 2024-11-21 | fix ci | hathach |
| 2024-11-21 | use TUD_EPBUF_DEF to declare buffer memory for midi | hathach |
| 2024-11-21 | fix build with midi_test_freertos | hathach |
| 2024-11-21 | missing host/cdc_msc_hid_freertos | hathach |
| 2024-11-21 | - move freertos_hooks to board.c | hathach |
| 2024-11-21 | change pico-sdk checkout branch to master | hathach |
| 2024-11-21 | make sure usb buffer occupies whole cache line when DCACHE is enabled for msc... | hathach |
| 2024-11-20 | Merge pull request #2883 from hathach/feature/esp32p4_dma_cache_syncronization | Ha Thach |
| 2024-11-20 | dcd wrap data to dcd_data_t, add padding for setup_packet to match cache line... | hathach |
| 2024-11-20 | add CFG_TUD_MEM_DCACHE_ENABLE, CFG_TUD_MEM_DCACHE_LINE_SIZE option | hathach |