summaryrefslogtreecommitdiff
path: root/examples/device/cdc_uac2/src/main.c
AgeCommit message (Collapse)Author
2026-03-05add IAR warning flags to cmake build and fix themhathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-06-14audio: update examplesHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵hathach
consistent
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
2023-11-24made log line end consistent \r\nIngHK
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-06-19Add CDC+UAC2 composite device example for PicoAngel Molina
Signed-off-by: Dhiru Kholia <[email protected]>