summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-11-30Merge branch 'master' into rt1170HiFiPhile
2024-11-29Merge pull request #2891 from roma-jam/fix/dcd_dwc2_countersHa Thach
2024-11-28refactor(usbd_control): Updated the buffer name for deeper debugRoman Leonov
2024-11-28fix(dcd_dwc2): Correct usage of dwc2_controllerRoman Leonov
2024-11-28fix(dcd_dwc2): Reset allocated_epin_count on bus reset and close all epRoman Leonov
2024-11-28Merge pull request #2847 from pschatzmann/rp2040-isoHa Thach
2024-11-28made change per reviews, remove dcd_edpt_close(), rename and move thing aroundhathach
2024-11-28Merge branch 'master' into fork/pschatzmann/rp2040-isohathach
2024-11-28Merge branch 'refs/heads/master' into fork/GuavTek/recover_zero_length_deschathach
2024-11-27Move desc_len sanity checks to start of loopsGuavTek
2024-11-27Add support for the STM32C0 and the NUCLEO-C071RB.David (Pololu)
2024-11-27Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)Ha Thach
2024-11-27fix typohathach
2024-11-27default CFG_TUH_DWC2_DMA_ENABLE to 0hathach
2024-11-27minor clean uphathach
2024-11-27fix multiple flag on compilinghathach
2024-11-27update device_info example to work with p4 dcachehathach
2024-11-26add TUH_EPBUF_DEF for cdc hosthathach
2024-11-26msc host, use usbh_get_enum_buf() for set_config() processhathach
2024-11-26add buffer note for host msc apihathach
2024-11-26add TUH_EPBUF_DEF for hid hosthathach
2024-11-26msc host work ok with p4 dmahathach
2024-11-26hcd dwc2 add dcache support, usbh correctly use cache line size with TUH_EPBU...hathach
2024-11-25change dcd_dcache_*() API return type from void to boolhathach
2024-11-25try to fix circleci with kinetishathach
2024-11-22fix ncm incorrect length for notify connectionhathach
2024-11-22add TUD_EPBUF_DEF for ecm rndis, also separate notify and control buffer, use...hathach
2024-11-22TUD_EPBUF_TYPE_DEF video_device.chathach
2024-11-22update epnotif endpoint for ncm_device.chathach
2024-11-22TUD_EPBUF_TYPE_DEF usbtmc_device.c and vendor_device.chathach
2024-11-22TUD_EPBUF_TYPE_DEF ncm_devicehathach
2024-11-22apply TUD_EPBUF_DEF for device: bth, dfu, hid, mschathach
2024-11-22msc_device.c declare and separate epbuf from interface struct, make cbw and c...hathach
2024-11-21use TUD_EPBUF_DEF to declare buffer memory for midihathach
2024-11-21- move freertos_hooks to board.chathach
2024-11-21make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...hathach
2024-11-20dcd wrap data to dcd_data_t, add padding for setup_packet to match cache line...hathach
2024-11-20add CFG_TUD_MEM_DCACHE_ENABLE, CFG_TUD_MEM_DCACHE_LINE_SIZE optionhathach
2024-11-20have p4 dma somewhat working but having issue with buffer that does not occup...hathach
2024-11-20feature(dcd_dwc2): Added cache synchronizationRoman Leonov
2024-11-20feature(dcd_dwc2): Added cache synchronizationRoman Leonov
2024-11-19Merge pull request #2881 from hathach/enhance-dwc2-dcdHa Thach
2024-11-18remove commented codehathach
2024-11-18add CFG_TUD_DWC2_SLAVE_ENABLE = 1 as defaulthathach
2024-11-18clean uphathach
2024-11-18move handle ep slave/dma wihtin compiler macrohathach
2024-11-18merge back and improve edpt_schedule_packetshathach
2024-11-18Merge pull request #2871 from ebs-universe/masterHa Thach
2024-11-18Merge pull request #2866 from HiFiPhile/uac_fixHa Thach
2024-11-18seperate handle_epin_dma/slavehathach