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
/
class
/
printer
Age
Commit message (
Expand
)
Author
2026-07-07
Add SuperSpeed descriptors to all bulk/interrupt class drivers and examples
hathach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-05-04
refactor: replace `tu_edpt_state_t` struct with `uint8_t` and update all endp...
hathach
2026-03-12
refactor(config): separate endpoint buffer sizes into RX and TX definitions f...
hathach
2026-03-06
replace printer_to_hid example with printer_to_cdc example
hathach
2026-03-06
add full read/write() API, use edpt stream for printer class
hathach
2026-03-06
update printer class: enhance descriptors, buffer sizes, and callbacks
hathach
2026-01-14
update printer_device.c accounting for upstream changes
Rémi Berthoz
2026-01-07
Adjust printer device class to 0.20.0 and fix compilation warnings
Rémi Berthoz
2026-01-05
Fix content of printer device class header (.h) file
Rémi Berthoz
2026-01-05
Add missing license to printer device class header
Rémi Berthoz
2026-01-04
Implement Printer Device Class
Rémi Berthoz