summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/src/cdc_app.c
AgeCommit message (Collapse)Author
2026-05-28remove sync() in tinyusb callback since it cause issue with RTOS when usbh ↵hathach
task is blocking
2026-04-03fix issue with exmaplehathach
2026-04-03fix hil host cdc echo test with imxrt and other fast mcuhathach
2025-11-08fix more alertshathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-07-02update examplehathach
2025-06-20cdch clean up and refactor, add explicit sync() APIhathach
2025-06-17add common cdch_process_set_config() to safely complete set_config() when it ↵hathach
failed. driver_process_set_config() also pass drv index with user_data
2025-03-25fix waningshathach
2024-04-22fix build with nrfx v3, though max3421e spi does not seem to work well.hathach
2024-01-20make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34xhathach
2024-01-19- add ch34x_set_data_format()hathach
- add ch34x_set_line_coding()
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-03-22add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵hathach
tuh_itf_info_t
2022-12-22add tuh_cdc_get_local_line_coding()hathach
2022-12-21add tuh_cdc_tx_complete_cb() callbackhathach
2022-12-21add more host cdc APIhathach
tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb() callback
2022-12-21correct cdc host apphathach
2022-12-21updat cdc host apphathach
2022-12-16adding tuh_cdc_mount_cb/tuh_cdc_umount_cbhathach
start adding cdc_app.c to example