summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
AgeCommit message (Expand)Author
2026-05-28abstract OS logic with `CFG_TUSB_OS_HAS_SCHEDULER` to simplify conditional ch...hathach
2026-05-17midi2: drain pattern for RX FIFOSaulo Veríssimo
2026-05-17midi2: move config to class headerHiFiPhile
2026-05-12midi2: align descriptors with USB-MIDI 2.0 specSaulo Veríssimo
2026-05-12feat: add MIDI 2.0 Device class driver (USB-MIDI 2.0)Saulo Veríssimo
2026-04-22Add ESP32-S31 as a supported MCU in TinyUSBigor.masar
2026-03-22Remove unused defineCédric Berger
2026-03-19rp2 disable hwfifohathach
2026-03-16Unify USB FSDEV driver implementation for various microcontrollers. Replace `...hathach
2026-03-13remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressifhathach
2026-03-07Merge pull request #3519 from hathach/samx7x_updateHa Thach
2026-03-06Merge remote-tracking branch 'tinyusb/master' into samx7x_updateHiFiPhile
2026-03-06Merge branch 'refs/heads/master' into fork/remiberthoz/device-class-printerhathach
2026-03-05Merge branch 'master' into fork/armusin/threadx_osalhathach
2026-02-27dcd/samx7x: synchronize DMA and cache optionsHiFiPhile
2026-02-26refactor, rename to schedule function with usbh_call_after_ms() to use with e...hathach
2026-02-22Merge branch 'hathach:master' into non-blocking-host-v2Cédric Berger
2026-02-13use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more valuehathach
2026-02-13add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed vb...hathach
2026-02-11Call continuation functions asynchronouslyCédric Berger
2026-02-09Merge branch 'hathach:master' into threadx_osalAleksei Musin
2026-02-05Merge pull request #3472 from hathach/u0_fixHa Thach
2026-02-05reverse pma size check to reduce duplicationhathach
2026-02-01Limit events processed by tud_task_ext() / tuh_task_ext()Cédric Berger
2026-01-26fix stm32u0 data strideZixun LI
2026-01-14Merge 'upstream/master' into device-class-printerRémi Berthoz
2026-01-09enable dedicated hwfifo for rp2hathach
2026-01-09Merge pull request #3448 from hathach/rp2-refactorHa Thach
2026-01-09clean uphathach
2026-01-09Merge pull request #3442 from zhiqiang-ch/masterHa Thach
2026-01-09Merge branch 'master' into fork/zhiqiang-ch/masterhathach
2026-01-08Fix tipo in tusb_option.hCédric Berger
2026-01-06Merge pull request #3441 from hathach/fifo-access-modeHa Thach
2026-01-06rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZEhathach
2026-01-06enable dedidcated hwfifo for musb with odd access with 16-bit and 8-bithathach
2026-01-04Implement Printer Device ClassRémi Berthoz
2026-01-03fix build with dwc2hathach
2026-01-03hwfifo support custom write/readhathach
2026-01-01rusb2 use tu_hwfifo API to write usb packethathach
2026-01-01minor refactorhathach
2025-12-31update tu_fifo to work with fsdev hwfifo with increased address 16/32bithathach
2025-12-31re-branding fixed address fifo read/write to stride modehathach
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-12-30support for the AT32F45X serieszhiqiang-ch
2025-12-22ThreadX OSAL header is added. Docs are updated.Aleksei Musin
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612HiFiPhile
2025-12-16fix pre-commitZixun LI
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612Zixun LI
2025-12-16support hpmicro chipsZhihong Chen
2025-12-13Merge pull request #3407 from hathach/rusb2_fifo_fixHa Thach