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
/
bare_api
/
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-06
fix CI
HiFiPhile
2026-03-06
Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516
HiFiPhile
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
2025-12-13
example/bare_api: move buffer into USB section
HiFiPhile
2025-09-17
Fix board_init_after_tusb
HiFiPhile
2025-03-25
add tuh_edpt_close() API, it will abort any pending transfer
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 host/device_info example
hathach
2024-04-26
Merge pull request #2609 from tyustli/patch-1
HiFiPhile
2024-04-25
fix ci error
tyustli
2024-04-22
fix print lu format warnings with clang
hathach
2023-08-04
Merge pull request #2204 from hathach/enhance-bsp
Ha Thach
2023-08-04
Merge pull request #2116 from dsugisawa-mixi/master
Ha Thach
2023-08-04
Merge branch 'master' into enhance-bsp
hathach
2023-08-03
rename hw/bsp/board.h to board_api.h
hathach
2023-07-31
enable USBMC for uno r4, add board_init_after_tusb() API
hathach
2023-06-17
fix example of bare_api, check empty string
dsugisawa-mixi
2023-03-17
fix trailing space and new line
hathach
2022-06-27
fix all warnings with host rp2040
hathach
2022-06-27
clean up usbd log level
hathach
2022-06-06
update all host examples
hathach
2022-03-19
move code around
hathach
2022-03-19
rename usbh_edpt_open() to tuh_edpt_open()
hathach
2022-03-19
get bare example working with hid device
hathach
2022-03-19
add parse config descriptor to example
hathach
2022-03-18
implement tuh_edpt_xfer() for non-control
hathach
2022-03-18
move daddr into xfer struct
hathach
2022-03-18
update sync API, move timeout into xfer struct
hathach
2022-03-17
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-17
update example
hathach
2022-03-17
move result into transfer struct
hathach
2022-03-13
add synchronous (blocking) support for usbh control transfer
hathach
2022-03-11
rework usbh control xfer
hathach
2022-03-11
merge device_info into bare_api example
hathach
2022-03-09
rename host descriptor function
hathach
2022-03-09
add tuh_descriptor_hid_report_get()
hathach
2022-03-04
fix naming, and build
hathach
2022-03-04
rename example
hathach