summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-08audio_device: use CFG_TUD_EDPT_DEDICATED_HWFIFO flag for FIFO transferZixun LI
2025-12-08usbd: remove dcd_edpt_xfer_fifo ifdef guardZixun LI
2025-12-08tusb: add HWFIFO flag for supported MCUsZixun LI
2025-12-08Merge pull request #3340 from dinsfire64/hid-enum-fixHa Thach
2025-12-06edpt stream only support non-fifo mode if needed CFG_TUSB_EDPT_STREAM_NO_FIFO...hathach
2025-12-06fix metrics.py compare with verbose json. add print compare summaryhathach
2025-12-05Merge branch 'master' into dwc2_cfghathach
2025-12-05Merge pull request #3391 from hathach/hide-unchange-sizeHa Thach
2025-12-05hide unchange tablehathach
2025-12-05Merge branch 'master' into dwc2_cfghathach
2025-12-05also render unchange table (#3390)Ha Thach
2025-12-05Merge branch 'master' into dwc2_cfghathach
2025-12-05Run CI build with fixed set of boards (#3389)Ha Thach
2025-12-04Merge branch 'master' into dwc2_cfghathach
2025-12-04fine tune ci to build more with circleci (#3386)Ha Thach
2025-12-04Merge branch 'refs/heads/master' into dwc2_cfghathach
2025-12-04Merge pull request #3384 from hathach/pr-size-diffHa Thach
2025-12-03clean uphathach
2025-12-03Apply suggestion from @CopilotHa Thach
2025-12-03upload metrics.json and aggregate code metrics, post metrics commenthathach
2025-12-03upload metrics.json and aggregate code metrics, fine tune ci matrix runhathach
2025-12-03upload metrics.json, test cihathach
2025-12-02adding metrics for computing average compiled sizehathach
2025-12-02audio: fix audiod_open with midi interfacesZixun LI
2025-12-02Merge remote-tracking branch 'tinyusb/master' into hcd_fsdevZixun LI
2025-12-02Merge remote-tracking branch 'tinyusb/master' into enum_catchZixun LI
2025-12-02limit to bulk epZixun LI
2025-12-02Merge remote-tracking branch 'tinyusb/master' into dwc2_cfgZixun LI
2025-12-02adding metrics for computing average compiled sizehathach
2025-12-01run linkermap as post build for size analyzehathach
2025-12-01add linkermap to deps and linkermap tagethathach
2025-11-30Update noteHiFiPhile
2025-11-29change armgcc setup to manual download due to issue with action (#3377)Ha Thach
2025-11-28Fix buttonHiFiPhile
2025-11-28Fix deinit glitchHiFiPhile
2025-11-28Merge pull request #3376 from hathach/fix-zephyr-buildHa Thach
2025-11-28fix build with zephyr with latest nrfx v4hathach
2025-11-28Use one endpoint for EP0HiFiPhile
2025-11-27fix buildHiFiPhile
2025-11-27bsp/stm32h5: increase stack for msc_file_explorerHiFiPhile
2025-11-27bsp/stm32h5: support host modeHiFiPhile
2025-11-27Add max nak configZixun LI
2025-11-27usbh: detach existing device first if an attach event is receivedHiFiPhile
2025-11-27Merge pull request #3373 from hathach/vendor-dedicated-hwfifoHa Thach
2025-11-27add CFG_TUD_VENDOR_RX_MANUAL_XFER per suggestionhathach
2025-11-27make vendor_read_* API() is only available when CFG_TUD_VENDOR_RX_BUFSIZE > 0hathach
2025-11-27change tud_vendor_rx_cb() behavior, buffer and bufsize only available when CF...hathach
2025-11-27free previously allocated OUT endpoint if IN allocation failedZixun LI
2025-11-27Merge remote-tracking branch 'tinyusb/master' into hcd_fsdevZixun LI
2025-11-27usbd: clear state and call callback on deinitZixun LI