| Age | Commit message (Collapse) | Author |
|
|
|
cdc_ch34x_support
|
|
|
|
|
|
|
|
# Conflicts:
# src/class/cdc/cdc_host.c
|
|
change serila host FTDI/CP210X pid list to vid/pid list
|
|
CFG_TUH_CDC_FTDI/CP210X_VID_PID_LIST which contains both vid and pid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[OHCI] Allow more than 16 devices
|
|
change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation
|
|
|
|
- change code style
|
|
Fixes #1018 the weak dcd_edpt0_status_complete for Keil Compiler
|
|
[STM32 FSDEV] Fix ISR race conditions
|
|
|
|
fixed device/video_capture/src/images.h,main.c CFG_EXAMPLE_VIDEO_DISA…
|
|
|
|
[cdch] replaced vendor specific bInterfaceClass number by define
|
|
also rename gtd_data to gtd_extra
|
|
|
|
|
|
[HUB] Fix double status xfer
|
|
[HUB] Prevent status request to invalid ep_num
|
|
Disable ULPI clock during sleep on stm32f7 when using internal phy
|
|
|
|
|
|
|
|
|
|
[CDC] host: moved acm_open to other acm prototypes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support max3421e for rp2040
|
|
- fix warnings build hcd max3421 with rp2040
- add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1
will enable this
- add max3421 driver implementation for rp2040 family
- update tusb_config for host to allow easy enable host selection for
rp2040 (default/pio-usb/max3421)
|
|
|
|
|
|
|