summaryrefslogtreecommitdiff
path: root/src/common/tusb_mcu.h
AgeCommit message (Expand)Author
2025-10-10try to enable ohci for lpc55 but not working, probably clock issuehathach
2025-09-17use existing overloadable Pico SDK section macro instead of creating a custom...Peter Lawrence
2025-09-16Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime:igor.masar
2025-09-10Initial STM32WBARI eval supportDalton Caron
2025-08-15Add ESP32-C5 and ESP32-C61 definitionsScott Shawcroft
2025-08-05Fix AT32F405xx missing USB HS definitionpeppapighs
2025-08-01Merge pull request #3191 from hathach/at32Ha Thach
2025-07-07Merge pull request #2963 from HiFiPhile/stm32_cacheHa Thach
2025-07-07change CFG_TUSB_MEM_DCACHE_LINE_SIZE_DEFAULT (not defined) to 1hathach
2025-07-07support at32 mcuzhiqiang
2025-07-05Use DMA enable for DCache conditionHiFiPhile
2025-07-05always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support...hathach
2025-06-13Add STM32 DWC2 cache supportHiFiPhile
2025-06-12merge n6 and h7rs (same config)hathach
2025-06-04chore: squash previous commits from other branchesJames Sandison
2025-05-19dwc2 only enter critical in isr with multiple core CPUshathach
2024-12-17enable CFG_TUD/THU_MEM_DCACHE_ENABLE for imxrt with M7 by defaulthathach
2024-11-28Merge branch 'master' into fork/pschatzmann/rp2040-isohathach
2024-11-27Add support for the STM32C0 and the NUCLEO-C071RB.David (Pololu)
2024-11-27default CFG_TUH_DWC2_DMA_ENABLE to 0hathach
2024-11-27update device_info example to work with p4 dcachehathach
2024-11-25change dcd_dcache_*() API return type from void to boolhathach
2024-11-22TUD_EPBUF_TYPE_DEF ncm_devicehathach
2024-11-21- move freertos_hooks to board.chathach
2024-11-20add CFG_TUD_MEM_DCACHE_ENABLE, CFG_TUD_MEM_DCACHE_LINE_SIZE optionhathach
2024-11-19Merge pull request #2881 from hathach/enhance-dwc2-dcdHa Thach
2024-11-16Make HS USB default for STM32H7RSChintalagiri Shashank
2024-11-16Add support for STM32H7RSxxChintalagiri Shashank
2024-11-14rename CFG_TUD_DWC2_DMA to CFG_TUD_DWC2_DMA_ENABLEhathach
2024-11-08get hcd work esp32p4 but only in slave mode. In DMA channel's HCDMA is increa...hathach
2024-10-15RP2040 New ISO APIpschatzmann
2024-10-02Merge branch 'master' into fork/Maerdl/masterhathach
2024-10-01support stm32U0 deviceHaefner, Martin
2024-09-30added p4, seems to work well and enumeratedhathach
2024-09-30try to add esp32 p4 and esp-idf v5.3 supporthathach
2024-09-24add CFG_TUD_DWC2_DMA, make it compile time optionhathach
2024-09-04dwc2: for esp32 force disconnect/connect using USB_WRAP otg pad override (DM=...hathach
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-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-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