summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Collapse)Author
2024-03-10added use of cdc_line_control_state_t type in CDChIngHK
2024-03-10added explicite (uint16_t) casts inside tu_htole16()IngHK
2024-03-10fixed IAR compile errorIngHK
2024-03-03Use FIFO size as condition.HiFiPhile
2024-03-01add tuh_hid_receive_abort() APIhathach
2024-03-01reformat code hid_host.chathach
- fix ceedling with ruby 3.1 - allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
2024-02-29improved TU_LOGsIngHK
2024-02-29small PL2303 improvementsIngHK
2024-02-29removed expendable ACM checkIngHK
2024-02-29improved & fixed compiler warnings device descriptor handlingIngHK
2024-02-29FTDI fixed itf_num and some improvementIngHK
2024-02-26add notification support for device class USBTMC.Tommie Gannert
The ep_int_in is already used for responding to USB488 READ_STATUS_BYTE requests, but that EP is defined for all of USBTMC. This extends the functionality to let callers send notifications and receive ACKs.
2024-02-24improved PL2303 TU_LOGsIngHK
2024-02-24improved TU_LOGsIngHK
2024-02-24small changes & code styleIngHK
2024-02-24updated contribution, readme and some commentsIngHK
2024-02-24added PL2303 supportIngHK
2024-02-24improved CP210x supportIngHK
2024-02-24improved FTDI supportIngHK
2024-02-24created set_line_coding_sequence() and void ↵IngHK
set_line_coding_stage1_complete() to be reused by FTDI & CP210x
2024-02-24fixed CFG_TUH_CDC_LINE_CONTROL_ON_ENUM handling. only set if defined. value ↵IngHK
0 is also valid
2024-02-24fixed #2448 CH34x ch34x_set_line_coding() callback bugIngHK
2024-02-24improved ACM checksIngHK
2024-02-24added continue enum after config failIngHK
2024-02-24created set_function_call()IngHK
2024-02-24changed to use of p_cdc->requested_line_stateIngHK
2024-02-24changed to use of p_cdc->requested_line_codingIngHK
2024-02-24splitted cdch_internal_control_complete() into driver's ↵IngHK
_internal_control_complete() and moved them into driver's sections. no functional change
2024-02-23improved TU_LOGsIngHK
2024-02-23sorted driver functions into Control Request, Driver API, Enumeration and ↵IngHK
Helper. no functional changes
2024-02-22Merge pull request #2487 from hathach/update-cdc_msc_freertos-exampleHa Thach
slightly change cdc_msc_freertos example
2024-02-22slightly change cdc_msc_freertos examplehathach
2024-02-22Merge pull request #2420 from zx96/use-cfg-tud-msc-log-levelHa Thach
msc_device: Fix check for including MSC lookup tables
2024-02-20video_device: fix uninitialized warningBob Abeles
2024-02-06Merge pull request #2442 from IngHK/hidh_mounted_fixHa Thach
HIDh tuh_hid_mounted() returns true before process set config is completed
2024-02-01Allow vendor class to be used without FIFO.HiFiPhile
2024-02-01Merge pull request #2443 from mamiral/tud_vendor_mutexHiFiPhile
Update vendor_device.c fifo mutex config similar to cdc_device.c.
2024-01-31fix #2444 and other small thingsIngHK
2024-01-31Update vendor_device.c fifo mutex config similar to cdc_device.c.mamiral
2024-01-30fix tuh_hid_mounted() similar to #2437IngHK
2024-01-30Merge pull request #2438 from IngHK/cdch_mounted_fixHa Thach
fix of #2437 CDCh tuh_cdc_mounted() returns true before process config is completed
2024-01-30cdch: de-configure when closing, rename configured to mountedhathach
2024-01-30Merge pull request #2428 from YixingShen/masterHa Thach
update video_capture
2024-01-29add freertos build support for video_capture examplehathach
2024-01-29fixed #2437IngHK
2024-01-26update example to work bulk mjpeghathach
2024-01-26rename and add more video descriptorshathach
use struct to define uvc descriptor for video_capture since uvc is rather too complicated to use macro templates
2024-01-26Merge branch 'hathach:master' into master沈玴興
2024-01-26Correct VIDEO_CS_VS_INTERFACE_FRAME_MJPEG to VIDEO_CS_ITF_VS_FRAME_MJPEG for ↵YixingShen
#define TUD_VIDEO_DESC_CS_VS_FRM_MJPEG_DISC
2024-01-25minor update to video capture examplehathach