| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix clang build with nrf
|
|
This allows USB host functionality to call HID_REQ_CONTROL_GET_REPORT on the IN Endpoint, and read the report buffer in the callback.
|
|
|
|
Implements deinit functions for host/device mode switch
|
|
|
|
|
|
HID Mouse with absolute positioning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
change usbh driver init() return type from void to bool
|
|
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
|
|
|
|
|
|
1. fix next interface may have IAD_DESC
2. fix vs_itf can't be open on bulk mode.
|
|
|
|
- fix ceedling with ruby 3.1
- allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
|
|
slightly change cdc_msc_freertos example
|
|
|
|
msc_device: Fix check for including MSC lookup tables
|
|
|
|
HIDh tuh_hid_mounted() returns true before process set config is completed
|
|
Update vendor_device.c fifo mutex config similar to cdc_device.c.
|
|
|
|
|
|
|
|
fix of #2437 CDCh tuh_cdc_mounted() returns true before process config is completed
|
|
|
|
update video_capture
|
|
|
|
|
|
|
|
use struct to define uvc descriptor for video_capture since uvc is
rather too complicated to use macro templates
|
|
|
|
#define TUD_VIDEO_DESC_CS_VS_FRM_MJPEG_DISC
|
|
|