summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-27fix string overflowHiFiPhile
2026-03-25mtp: add sending mtp response if MTP_RESP_OPERATION_NOT_SUPPORTEDstepan chepushtanov
2026-03-25mtp: fix adding empty cstring to mtp_container_infostepan chepushtanov
2026-03-05Merge pull request #3524 from hathach/fix-3516Ha Thach
2026-03-05fix hse value for stm32f411blackpillhathach
2026-03-05Merge pull request #3522 from hathach/fix-ci-hilHa Thach
2026-03-05esp32p4 min rev 0.1hathach
2026-03-05Merge pull request #3523 from hathach/add-claude-github-actions-1772622485004Ha Thach
2026-03-04fix trailing newline in workflow files to pass pre-commithathach
2026-03-04"Claude Code Review workflow"Ha Thach
2026-03-04"Claude PR Assistant workflow"Ha Thach
2026-03-04Merge pull request #3490 from Precidata/non-blocking-host-v2Ha Thach
2026-03-03add esptool --force for esp32p4 v0.1hathach
2026-03-02more call_after timeout adjustment with rtoshathach
2026-03-02Merge pull request #3518 from espressif/fix/dcd_esp32p4_phyHa Thach
2026-03-02fix esp32p4 utmi phy init in the new esp-idf, also update esp-idf to v5.5.3hathach
2026-03-02improve timeout adjustment, exit tuh_task() by timeout_ms = 0hathach
2026-03-02fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4Tomas Rezucha
2026-03-02fix call_after timeout adjustment with rtoshathach
2026-03-02- rename to usbh_defer_func_ms_async()hathach
2026-03-02fix board test without tusb_time_millis_api()hathach
2026-03-01Merge pull request #3514 from sauloverissimo/fix/midi-device-cable-demuxZixun LI
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-02-27add osal_time_millis() to osal requirementhathach
2026-02-27update h743eval board settings for tracinghathach
2026-02-27add back deferred attachment queue, retry get hub port status if reset change...hathach
2026-02-26fix fallthroughhathach
2026-02-26revert usbh dedicated queue for attached eventhathach
2026-02-26refactor, rename to schedule function with usbh_call_after_ms() to use with e...hathach
2026-02-25midi device: add cable-aware stream read (tud_midi_n_demux_stream_read)Saulo Veríssimo
2026-02-25Merge pull request #3513 from hathach/fix-cdch-ftdi-mulitple-channelHa Thach
2026-02-25fix CDC host FTDI multiple channel loophathach
2026-02-24Merge pull request #3509 from hathach/pr3506-followupHa Thach
2026-02-23refactor: streamline high-speed PHY detection and configuration in DWC2 driverhathach
2026-02-23refactor: improve high-speed PHY handling and FIFO configuration in DWC2 driverhathach
2026-02-22Merge branch 'hathach:master' into non-blocking-host-v2Cédric Berger
2026-02-22Merge pull request #3506 from Precidata/fs-host-with-hs-phy-v3Zixun LI
2026-02-22Apply suggestions from code reviewZixun LI
2026-02-22refactor speed checkHiFiPhile
2026-02-21check femtoPHY speedHiFiPhile
2026-02-21fix ciHiFiPhile
2026-02-20refactor config optionHiFiPhile
2026-02-19Fix a couple indentationsCédric Berger
2026-02-19Introduce TUH_CFGID_PHY_SPEED configure optionCédric Berger
2026-02-19Better variable/function namesCédric Berger
2026-02-15Merge pull request #3502 from roma-jam-lab/dbg/nested_hubs_address_empty_warningZixun LI
2026-02-14add(usbh.c): LOG1 debug message when no address available for hubRoman Leonov
2026-02-13Merge pull request #3476 from hathach/dwc2_vbusHa Thach
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