summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
AgeCommit message (Expand)Author
2025-10-03update for release 0.19.0hathach
2025-09-29Merge branch 'master' into fork/ennebi/mtphathach
2025-09-16Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime:igor.masar
2025-09-15Merge branch 'master' into fork/ennebi/mtphathach
2025-09-10Initial STM32WBARI eval supportDalton Caron
2025-08-15Add ESP32-C5 and ESP32-C61 definitionsScott Shawcroft
2025-08-06Add MTP class deviceMaurizio Pesce
2025-08-01Merge pull request #3191 from hathach/at32Ha 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-03Merge branch 'master' into fork/HiFiPhile/stm32_cachehathach
2025-06-16Merge branch 'master' into fork/IngHK/cdch_upgradehathach
2025-06-13Add cache line size alignment to buffer macroHiFiPhile
2025-06-04chore: squash previous commits from other branchesJames Sandison
2025-05-28add OPT_MCU_MAX32665hathach
2025-05-23Add comment about CFG_TUD_CI_HS_VBUS_CHARGEHiFiPhile
2025-05-04dcd/ci_hs: add vbus charge option.HiFiPhile
2025-04-11Fix version string to actually be the versionPatrick Plenefisch
2025-01-21zephyrhathach
2024-12-25update doc, bump up release 0.18.0hathach
2024-12-13change OPT_MCU_RAXXX, fix missing prototype warnings.hathach
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-21make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...hathach
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-18add CFG_TUD_DWC2_SLAVE_ENABLE = 1 as defaulthathach
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-11-07enable host dwc2 dma by defaulthathach
2024-11-06implement split for slave, got mouse workinghathach
2024-11-01rename and add both CFG_TUH_DWC2_SLAVE_ENABLE/CFG_TUH_DWC2_DMA_ENABLE better ...hathach
2024-10-25more progress on dwc2 hcd, initial code for edpt xferhathach
2024-10-16move gahbcfg/gintmsk with dma to dwc2 commonhathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-02Merge branch 'master' into fork/Maerdl/masterhathach
2024-10-01support stm32U0 deviceHaefner, Martin
2024-09-30try to add esp32 p4 and esp-idf v5.3 supporthathach
2024-09-24Add a note about data cache.HiFiPhile
2024-09-24more renamehathach
2024-09-24add CFG_TUD_DWC2_DMA, make it compile time optionhathach
2024-08-14Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_porthathach
2024-07-12simplify dwc2 test modehathach
2024-07-01Add MAX78002 SupportBrent Kowal