summaryrefslogtreecommitdiff
path: root/src/class/printer
AgeCommit message (Expand)Author
2026-05-04refactor: replace `tu_edpt_state_t` struct with `uint8_t` and update all endp...hathach
2026-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2026-03-06replace printer_to_hid example with printer_to_cdc examplehathach
2026-03-06add full read/write() API, use edpt stream for printer classhathach
2026-03-06update printer class: enhance descriptors, buffer sizes, and callbackshathach
2026-01-14update printer_device.c accounting for upstream changesRémi Berthoz
2026-01-07Adjust printer device class to 0.20.0 and fix compilation warningsRémi Berthoz
2026-01-05Fix content of printer device class header (.h) fileRémi Berthoz
2026-01-05Add missing license to printer device class headerRémi Berthoz
2026-01-04Implement Printer Device ClassRémi Berthoz