summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-11CleanupHiFiPhile
2024-04-11Merge pull request #2574 from HiFiPhile/fsdevHa Thach
FSDEV fix/cleanup.
2024-04-11rename, invert logic for iso_in_sending. Also limit its usage to ISO endpointhathach
2024-04-11- remove redundant call of pcd_set_ep_rx_cnt()hathach
- minor code format
2024-04-11Merge pull request #2589 from HiFiPhile/dwc_closeHa Thach
dwc2: flush fifo in dcd_edpt_close_all()
2024-04-11Merge pull request #2591 from hathach/labeler-pull_request_targetHa Thach
use pull_request_target for labeler
2024-04-11separate flush tx/rx fifohathach
2024-04-11use pull_request_target for labelerhathach
2024-04-10flush fifo in dcd_edpt_close_all()HiFiPhile
2024-04-10Merge pull request #2587 from hathach/revert-pr2245Ha Thach
Revert PR #2245
2024-04-10revert pr2245hathach
2024-04-10Merge pull request #2223 from arntsonl/hid_host_get_reportHa Thach
Add tuh_hid_get_report(...) to hid_host.h
2024-04-10Adding tuh_hid_get_report(...) to hid_host.hLuke A
This allows USB host functionality to call HID_REQ_CONTROL_GET_REPORT on the IN Endpoint, and read the report buffer in the callback.
2024-04-10Merge pull request #2586 from hathach/fix-2097Ha Thach
2024-04-10Merge pull request #2585 from hathach/dwc2-txfifo-empty-levelHa Thach
2024-04-10remove the usage of TU_BIT() and TU_GENMASK() from tusb_types.hhathach
2024-04-10set txfifo empty level to complete and change back fifo tx to normal sizehathach
2024-04-09Fix stm32h573i_dk button & led.HiFiPhile
2024-04-09Optimize audio_4_channel_mic waveform data.HiFiPhile
2024-04-09Fix STM32L0 IAR build.HiFiPhile
2024-04-09Format doc.HiFiPhile
2024-04-09Cleanup.HiFiPhile
2024-04-09Enable double buffer only for PMA > 1024bHiFiPhile
2024-04-09Ignore spurious RX interrupt.HiFiPhile
2024-04-09Rework ISO double buffering.HiFiPhile
2024-04-09Rework macro according to ST driver.HiFiPhile
2024-04-09Refactor edpt_xfer(), support double buffering in dcd_pma_alloc().HiFiPhile
2024-04-09Reduce uac2_headset max sample rate for better compatibility.HiFiPhile
2024-04-09Cleanup ep/pma free, ISO ep should use alloc/activate.HiFiPhile
2024-04-09Merge pull request #2584 from hathach/dwc2-interruptsHa Thach
Dwc2 interrupts (based on #2050)
2024-04-09Merge branch 'master' into dwc2-interruptshathach
2024-04-09Merge pull request #2583 from hathach/labler-permissionHa Thach
add permission to lable issue/pr
2024-04-09add permission to lable issue/prhathach
2024-04-09Merge pull request #2582 from HiFiPhile/uvc_typoHa Thach
Fix pointer typo in video_capture_2ch
2024-04-09Fix typo.HiFiPhile
2024-04-09Merge pull request #2580 from hathach/labeler-more-catchHa Thach
more try/catch for labeler
2024-04-09more try/catch for labelerhathach
2024-04-09Merge pull request #1580 from MatiMcFly/masterHa Thach
Fixing Renesas register write protection and some compiler warnings in static code analysis
2024-04-09Merge pull request #2579 from HiFiPhile/uvc_raceHa Thach
Fix tud_video_n_streaming check
2024-04-09make veryfi static in ccrx consistent with the resthathach
2024-04-09update gr_citrus as wellhathach
2024-04-09apply oldPRCR to board_init()hathach
2024-04-09Fix tud_video_n_streaming checkHiFiPhile
2024-04-09Renesas RX controllers: Recover the previous state of the system write ↵Matthias Schär
protect register in functions that are called within init-code
2024-04-09Revert "Fixed behavior of the PRCR register. Previous write protection will ↵Matthias Schär
be recovered." This reverts commit 4d7296109e31690972d8cf09e6138131938cb0ed.
2024-04-09Fixed behavior of the PRCR register. Previous write protection will be ↵Matthias Schär
recovered.
2024-04-08Merge pull request #1835 from MasterQ32/otg_bringupHa Thach
Implements deinit functions for host/device mode switch
2024-04-08revert usbd driver name change to be backward compatiblehathach
2024-04-08fix unused warninghathach
2024-04-08fix missing if mutex requiredhathach