summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-09Cleanup ep/pma free, ISO ep should use alloc/activate.HiFiPhile
2024-04-09Merge branch 'master' into dwc2-interruptshathach
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-09make veryfi static in ccrx consistent with the resthathach
2024-04-09Fix tud_video_n_streaming checkHiFiPhile
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
2024-04-08add class driver deinithathach
2024-04-08Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode.Felix "xq" Queißner
2024-04-08Merge pull request #1363 from tobozo/masterHa Thach
HID Mouse with absolute positioning
2024-04-08Merge pull request #2575 from HiFiPhile/dwc2_freeHa Thach
dwc2: remove fifo free code.
2024-04-08Merge pull request #2567 from HiFiPhile/iso_allocHa Thach
ISO endpoint allocation improvments
2024-04-08add cpuctl and pinctl to tuh_configure() option for max3421hathach
2024-04-06Move TUP_DCD_EDPT_ISO_ALLOC outside usbd_edpt_close() loop.HiFiPhile
2024-04-05dwc2: remove fifo free code.HiFiPhile
2024-04-05minor update bsphathach
2024-04-05Merge branch 'master' into MCXhathach
2024-04-05fix pre-commit formathathach
2024-04-05reverted un-related file changeshathach
2024-04-04Merge pull request #2421 from antoniovazquezblanco/debugHa Thach
Log outbound xfer bytes while in debug
2024-04-04minor updateHa Thach
2024-04-04fix build with gcc 11hathach
2024-04-04fix build with rp2040 + max3421hathach
- forward MAX3421_HOST=1 from makefile to cmake - add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-03Merge pull request #2514 from camilaodsouza/sdk_3.2_updateHa Thach
Changes required for new SDK 3.2.0
2024-04-03add note for sdk v2 and v3, also add check if allocreq failedhathach
2024-04-02Add endpoint ISO allocation to video class.HiFiPhile
2024-04-02Move endpoint alloc define to tusb_mcu.hHiFiPhile
2024-04-02Merge pull request #1702 from battlesnake/uac2-interrupt-endpointHiFiPhile
UAC2 supports interrupt-endpoint for providing control-change notifications to the host
2024-04-02check cfg_param pointerHa Thach
2024-04-02correct max nakHa Thach
2024-04-02max3421 limit max nakHa Thach
2024-04-02Merge branch 'master' into MCXhathach
2024-04-02Merge pull request #2563 from wjklimek1/masterHa Thach
Support for STM32H503 MCU
2024-04-02Merge pull request #2543 from IngHK/max3421_nak_retryHa Thach
MAX3421E NAK retry handling next frame
2024-04-02clean uphathach
2024-04-02add hcd_configure() to change max NAK dynamicallyhathach
2024-04-02refactor: add hxfr per endpointhathach
2024-04-02always limit number of NAK per endpoint per usb frame to save cpu usage. ↵hathach
Default to 1 NAK per endpoint
2024-04-01UAC2: fix mounted condition.HiFiPhile
2024-04-01UAC2: refactor interrupt endpoint support.HiFiPhile