summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
AgeCommit message (Expand)Author
2025-11-19Bump version to 0.20.0hathach
2025-11-19rename CFG_TUD_ENDPOINT0_BUFSIZE to make it more consistenthathach
2025-11-19Merge branch 'refs/heads/master' into dwc2_ep0hathach
2025-11-07Merge pull request #3325 from tswan22/masterZixun LI
2025-11-03fixing alert by scanning toolhathach
2025-11-01Merge branch 'master' of https://github.com/hathach/tinyusbtswan22
2025-11-01add STM32U3 device (adjusted from STM32U0)tswan22
2025-10-29Merge branch 'master' into dwc2_ep0hathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-24fix more warningshathach
2025-10-15merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & O...hathach
2025-10-13get cmake build with 54h20 not tested on actual hw, probably not runninghathach
2025-10-10usbd: support set EP0 buffer sizeHiFiPhile
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