summaryrefslogtreecommitdiff
path: root/src/tinyusb.mk
AgeCommit message (Collapse)Author
2026-05-16midi2: add sources to TINYUSB_SRC_C, skip familySaulo Veríssimo
Make build was missing midi2_device.c/midi2_host.c from src/tinyusb.mk. Skip stm32h7s3nucleo board which exposes a pre-existing uninitialized warning in its board.h (board_init2) under Make+LTO.
2026-04-29deprecated `usbd_control.c` and merge its functionality into `usbd.c`hathach
2026-04-17tinyusb.mk: Remove duplicate usbc.c entry.Andrew Leech
Signed-off-by: Andrew Leech <[email protected]>
2026-01-04Implement Printer Device ClassRémi Berthoz
2025-08-06Add MTP class deviceMaurizio Pesce
2025-02-12fix host midi buildhathach
2023-09-28fix build with new freertos host examplehathach
2023-06-24separate iar and gcc build for clean make, also add cpu specific makehathach