summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2024-09-10minor clean uphathach
2024-09-10change edpt stream api to take hwid from API to reduce memory footprinthathach
2024-09-10update edpt_stream to support non-buffered (no fifo) modehathach
2024-09-10change vendor device to use edpt stream APIhathach
2024-09-04Merge pull request #2788 from dp111/cppcheckHiFiPhile
2024-09-04dwc2: for esp32 force disconnect/connect using USB_WRAP otg pad override (DM=...hathach
2024-09-03make function prototypes match ( found by cppcheck)dp111
2024-09-02Merge pull request #2786 from dp111/breakinsideHiFiPhile
2024-08-19rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLYhathach
2024-08-19implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ex...hathach
2024-08-17define and use TUD_ENDPOINT_EXCLUSIVE_NUMBERhathach
2024-08-17more refactor to simplify musb driverhathach
2024-08-16Put break inside #if #endifdp111
2024-08-15add TUP_USBIP_MUSB macro, minor renamehathach
2024-08-14Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_porthathach
2024-08-08Fix ESPs without device supportScott Shawcroft
2024-07-19- add tud_cdc_n_ready() though not usedhathach
2024-07-12simplify dwc2 test modehathach
2024-07-01Add MAX78002 SupportBrent Kowal
2024-06-28Initial Commit for MAX32 SupportBrent Kowal
2024-06-15Merge pull request #2672 from tinic/masterHa Thach
2024-06-14add ch32v103 bsp support, compile but does not run, probably due to compile/l...hathach
2024-06-12Make it work.Tinic Uro
2024-05-30Use correct backend.Tinic Uro
2024-05-24add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/c...hathach
2024-05-24wch usbfs/usbhs need to specify which driver to use. for v307 default to high...hathach
2024-05-20Merge pull request #2362 from dragonlock2/masterHa Thach
2024-05-20use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEEDhathach
2024-05-20temp codehathach
2024-05-17Merge pull request #2648 from tannewt/esp32c2_h2Ha Thach
2024-05-16Add esp32c2 and esp32h2 for max3421 supportScott Shawcroft
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-05-13Adjust logic.HiFiPhile
2024-05-13Merge branch 'master' into test-mode-supportHiFiPhile
2024-05-06Merge pull request #2618 from HiFiPhile/fifo_const_splitHa Thach
2024-05-02add cmake for pi zero (renamed from pi zero_w), build but the flash size seem...hathach
2024-04-29Guard const addr fifo functions with TUP_MEM_CONST_ADDR.HiFiPhile
2024-04-26- add esp32 c3, c6 mcu optionhathach
2024-04-25revert a change in tusb_mcuhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-25Fix IAR breakpoint test.HiFiPhile
2024-04-19- clang h743 build and run cdc_msc okhathach
2024-04-10remove the usage of TU_BIT() and TU_GENMASK() from tusb_types.hhathach
2024-04-09make veryfi static in ccrx consistent with the resthathach
2024-04-09Fixed behavior of the PRCR register. Previous write protection will be recove...Matthias Schär
2024-04-08Merge pull request #2567 from HiFiPhile/iso_allocHa Thach
2024-04-05reverted un-related file changeshathach
2024-04-02Move endpoint alloc define to tusb_mcu.hHiFiPhile
2024-04-02Merge branch 'master' into MCXhathach
2024-03-22add tu_edpt_stream_deinit()hathach