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
/
test
/
unit-test
Age
Commit message (
Expand
)
Author
2025-08-01
add bufsize to tud_msc_inquiry2_cb()
hathach
2025-07-11
add tud_msc_inquiry2_cb() for full inquiry response
hathach
2025-01-15
Fix ceedling (#2949)
Ha Thach
2024-11-04
add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which i...
hathach
2024-10-14
change dcd_init() return from void to bool
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
change dcd_init() to take rhport struct
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-09-17
make all python files executable and standardize interpreter
Shawn Hoffman
2024-09-03
make function prototypes match definitions ( found with cppcheck)
dp111
2024-04-19
- clang h743 build and run cdc_msc ok
hathach
2024-03-01
reformat code hid_host.c
hathach
2023-03-22
use tud_inited() instead of tusb_inited()
hathach
2023-03-17
fix spelling
hathach
2023-03-17
fix trailing space and new line
hathach
2023-01-21
add test_common_func.c
hathach
2023-01-07
use TU_FIFO_INIT to replace TU_FIFO_DEF
hathach
2023-01-07
using clang with ceedling unit-test with -fsanitize=address
hathach
2023-01-06
Merge branch 'master' into fix-fifo-memory-overflow
hathach
2022-12-16
fix ci with usbh and unit test
hathach
2022-12-09
add test_write_double_overflowed for fifo
hathach
2022-12-08
add test fifo overwritable + overflow, that cause buffer overflow
hathach
2022-12-08
move ceedling tests to test/unit-test
hathach