summaryrefslogtreecommitdiff
path: root/examples/host
AgeCommit message (Expand)Author
2025-12-13example/bare_api: move buffer into USB sectionHiFiPhile
2025-12-13update LPC54HiFiPhile
2025-12-13example/msc_app: move buffers into usb ram sectionHiFiPhile
2025-12-13bsp/lpc55: add hcd_ip3516HiFiPhile
2025-12-13Merge branch 'refs/heads/master' into hcd_fsdevhathach
2025-12-02adding metrics for computing average compiled sizehathach
2025-11-27fix buildHiFiPhile
2025-11-27bsp/stm32h5: support host modeHiFiPhile
2025-11-25fsdev: reorganize functionsHiFiPhile
2025-11-25hcd: add fsdev driverHiFiPhile
2025-11-19device_info wait 100ms for host's uart, needed for hil testhathach
2025-11-08fix more alertshathach
2025-11-06update espressif cmakehathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-11-03fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is n...hathach
2025-10-30Merge pull request #3271 from karlp/pr/examplesd-freertos-stacksHa Thach
2025-10-30increase freertos stack size when debug is enabledhathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-10-14more make refactorhathach
2025-10-14more warnings fixhathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-10-14move make.mk to hw/bsp/family_support.mkhathach
2025-10-01examples/device/*_freertos: expand stack size when neededKarl Palsson
2025-09-29Refresh board presetsMengsk
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-07-09add board_vbus_set() for samd21/d51 to enable usb host vbushathach
2025-07-05enable ci host and dual build for ch32v20xhathach
2025-07-02update examplehathach
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-06-27clean uphathach
2025-06-20cdch clean up and refactor, add explicit sync() APIhathach
2025-06-19revert CFG_TUH_CDC_DTR/RTS_CONTROL_ON_ENUMhathach
2025-06-17add common cdch_process_set_config() to safely complete set_config() when it ...hathach
2025-06-16Merge branch 'master' into fork/IngHK/cdch_upgradehathach
2025-06-12Merge branch 'master' into fork/james-advatek/stm32n657nucleohathach
2025-06-04chore: squash previous commits from other branchesJames Sandison
2025-05-15Merge branch 'master' into h7rsHiFiPhile
2025-05-13fix warnings, minor clean uphathach
2025-04-23rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...hathach
2025-04-22include h7rs in host examples.HiFiPhile
2025-04-17fix iar make build with wb and u5hathach
2025-04-03fix(hcd) hcd_edpt_open() return true if endpoint is already opened.hathach
2025-03-25fix waningshathach
2025-03-25add tuh_edpt_close() API, it will abort any pending transferhathach
2025-03-21enable hil dual for metro m4 with max3421hathach
2025-03-09Merge pull request #1627 from atoktoto/midihostHa Thach
2025-03-06fix(dwc2) host driver conflict with max3421ehathach
2025-03-06midi host: skip rx data with all zeroeshathach
2025-03-05Merge branch 'master' into fork/atoktoto/midihosthathach