summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Supports full-speed host with an high-speed PHY (DWC2, v3)
2026-02-22Apply suggestions from code reviewZixun LI
Co-authored-by: Copilot <[email protected]>
2026-02-22refactor speed checkHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-02-21check femtoPHY speedHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-02-21fix ciHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-02-20refactor config optionHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
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
add(usbh.c): LOG1 debug message when no address available for hub
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
DWC2 Vbus sensing enhancement
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 ↵hathach
vbus sensing simplify dwc2_stm32_gccfg_cfg() using guid value
2026-02-13Merge branch 'refs/heads/master' into dwc2_vbushathach
2026-02-13Merge pull request #3497 from hathach/more-membrowseHa Thach
Change membrowse target to board/target and clean up workflow
2026-02-13fix stm32u545 makefile missing hcdhathach
2026-02-12change membrowse target to board/target and remove redundant ↵hathach
continue-on-error directive fix defsym can be followed by = or ,
2026-02-12Merge pull request #3496 from michael-membrowse/fix_membrowse_defsym_extractionHa Thach
fix ld symbols extraction
2026-02-12fix ld symbols extractionMichael Rogov Papernov
2026-02-12Merge pull request #3489 from hathach/update-memborwse-ciHa Thach
Update memborwse ci
2026-02-12refactor build scripts to support multiple build targets and improve ↵hathach
argument handling
2026-02-12clean uphathach
2026-02-12Merge pull request #3471 from hathach/msc_stallHa Thach
device/msc: skip command stage if EP out is stalled
2026-02-12fix cihathach
2026-02-12membrowse upload continue on errorhathach
2026-02-11Merge remote-tracking branch 'origin/master' into msc_stallhathach
2026-02-11Merge pull request #3493 from hathach/pr-3471-status-sent-stallHa Thach
device/msc: limit EP OUT stall check to STATUS_SENT transition
2026-02-11device/msc: only defer prepare_cbw() from STATUS_SENT when EP OUT stalledhathach
2026-02-11make membrowse command more visiblehathach
2026-02-11Merge pull request #3491 from Precidata/custom-breakpoint-functionZixun LI
Introduce CFG_TUSB_DEBUG_BREAKPOINT hook
2026-02-11Update tusb_verify.hCédric Berger
2026-02-11Introduce CFG_TUSB_DEBUG_BREAKPOINT hookCédric Berger
2026-02-11Put deferred attachments in a separate queueCédric Berger
2026-02-11Call continuation functions asynchronouslyCédric Berger
2026-02-11Split functions calling tusb_time_delay_ms_api()Cédric Berger
2026-02-11correct membrowse upload stephathach
2026-02-11parse and pass linker symbol to membrowse reporthathach
2026-02-11update membrowse target to family/board/targethathach
2026-02-11add build target argument to improve flexibility of build scripts and workflowshathach
membrowse-upload upload with --identical if elf file does not exist
2026-02-11fetch depth 0 if membrowse-uploadhathach
2026-02-11remove `membrowse-targets.json` as it is no longer requiredhathach
2026-02-11update get_deps.py to adjust MCU families for samd2x_l2xhathach
2026-02-111 family per job in ci_set_matrix.pyhathach
2026-02-10add membrowse-upload target and use it in ci after buildhathach
2026-02-10add membrowse target to family support for enhanced memory analysishathach
2026-02-10Merge pull request #3437 from hathach/copilot/improve-build-steps-rp2040-esp32Ha Thach
doc update
2026-02-10update matrix buildhathach
2026-02-10Merge branch 'refs/heads/master' into copilot/improve-build-steps-rp2040-esp32hathach