index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
host
/
device_info
Age
Commit message (
Expand
)
Author
2025-11-19
device_info wait 100ms for host's uart, needed for hil test
hathach
2025-11-06
update espressif cmake
hathach
2025-10-14
more make refactor
hathach
2025-10-14
more warnings fix
hathach
2025-10-14
move make.mk to hw/bsp/family_support.mk
hathach
2025-09-17
Fix board_init_after_tusb
HiFiPhile
2025-07-09
add board_vbus_set() for samd21/d51 to enable usb host vbus
hathach
2025-07-05
enable ci host and dual build for ch32v20x
hathach
2025-07-02
update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM
hathach
2025-06-12
Merge branch 'master' into fork/james-advatek/stm32n657nucleo
hathach
2025-06-04
chore: squash previous commits from other branches
James Sandison
2025-04-22
include h7rs in host examples.
HiFiPhile
2025-04-03
fix(hcd) hcd_edpt_open() return true if endpoint is already opened.
hathach
2025-03-21
enable hil dual for metro m4 with max3421
hathach
2025-03-09
Merge pull request #1627 from atoktoto/midihost
Ha Thach
2025-03-06
fix(dwc2) host driver conflict with max3421e
hathach
2025-02-21
Merge branch 'master' into fork/atoktoto/midihost
hathach
2025-02-12
more ci fix
hathach
2025-02-11
Fix path.
HiFiPhile
2025-02-09
Add CMake presets.
HiFiPhile
2025-01-21
bump up cmake min to 3.20
hathach
2024-11-27
update device_info example to work with p4 dcache
hathach
2024-11-13
hil add stm32f723disco, add test flags for device/host/dual
hathach
2024-11-12
fix example build
hathach
2024-11-12
update host/device_info to build with freertos for espressif board. Add hil t...
hathach
2024-11-08
minor clean up
hathach
2024-11-07
update bsp for h7 to support host mode
hathach
2024-10-21
get hprt interrupt triggered
hathach
2024-10-15
adding hcd dwc2
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
change tusb_init(), tusb_rhport_init() to use init struct for expandability
hathach
2024-10-10
add new tusb_int_handler(rhport, in_isr) as common irq handler
hathach
2024-06-18
add dual/host_info_to_device_cdc example
hathach
2024-06-18
LOG3 in isr
hathach
2024-06-18
add host/device_info example
hathach
2022-03-11
merge device_info into bare_api example
hathach
2022-03-10
Print speed. Don't crash if string get fails
Scott Shawcroft
2022-03-09
Add host example that prints out info of connected devices
Scott Shawcroft