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
/
src
/
common
/
tusb_debug.h
Age
Commit message (
Expand
)
Author
2025-12-19
clean up cmake, remove family_get_project_name()
hathach
2025-12-19
remove the usage snprintf
hathach
2025-11-08
fix more alerts
hathach
2025-11-07
Apply suggestions from code review
Ha Thach
2025-11-07
fix more alerts found by pvs-studio
hathach
2025-11-05
added .clang-format
hathach
2025-11-03
fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is n...
hathach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-10-24
fix several warnings
hathach
2025-04-18
enum For string descriptor (langid, manufacturer product, serila): always get...
hathach
2024-02-08
missing \r\n after TU_LOG_BUF => moved \r\n to tu_print_buf()
IngHK
2023-12-26
improved hex debug print, improved USBH debug prints, added pid/vid debug print
IngHK
2023-12-08
improved CFG_TUSB_DEBUG handling due to compile errors
IngHK
2023-11-24
fixed compile errors due to untreated CFG_TUH_LOG_LEVEL
IngHK
2023-09-06
minor debug clean up
hathach
2023-05-16
correct EHCI reporting failed xfer (instead of stalled) when device is unplugged
hathach
2023-02-22
use tu_static instead of static _fuzz_thread
hathach
2023-02-22
rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
hathach
2023-01-20
fix: Change all static variables to thread when fuzzing
Nathaniel Brough
2022-12-21
rename TU_LOG_VAR to TU_LOG_PTR, print out setup of failed control transfer w...
hathach
2022-04-27
clean up
hathach
2022-04-22
keep up with pio usb
hathach
2022-03-09
add tusb_debug.h remove tusb_error.h
hathach