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
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2026-05-28
remove sync() in tinyusb callback since it cause issue with RTOS when usbh ta...
hathach
2026-03-05
add IAR warning flags to cmake build and fix them
hathach
2026-02-28
replace board_millis() with tusb_time_millis_api()
hathach
2026-01-08
host device info print no serial as 0 instead of n/a
hathach
2025-11-19
device_info wait 100ms for host's uart, needed for hil test
hathach
2025-10-14
more warnings fix
hathach
2025-09-17
Fix board_init_after_tusb
HiFiPhile
2025-07-02
update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM
hathach
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
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-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
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