| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Report CH32V305 as working
|
|
|
|
Fix compilation when CH34X support is disabled
|
|
|
|
add tud_msc_inquiry2_cb() for full inquiry response
|
|
Feature/add tusb teardown
|
|
|
|
make sure TOTAL_DRIVER_COUNT is not overflow 8-bit
|
|
|
|
|
|
DWC2: fix recurrent suspend ISR without Vbus connected
|
|
|
|
|
|
add option to pass symbol defines to ci build.py
|
|
add build.args option for hil json
add MAX3421_HOST=1 for metro m4 express
|
|
Add support for SAMD21 HCD
|
|
enable host example build for samd21/d51
|
|
|
|
Fix HID descriptor parsing of 4‑byte items
|
|
audio: manage ISO transfer in ISR
|
|
|
|
|
|
try to skip passed board in hil test when re-run
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# examples/device/audio_4_channel_mic_freertos/src/main.c
# examples/device/audio_test_freertos/src/main.c
# src/class/audio/audio_device.c
|
|
|
|
re-add max32666fthr to hil pool
|
|
Add DWC2 cache maintenance routines for STM32
|
|
|
|
use stock iar linker
|
|
fixed vendord_open's tud_vendor_n_write_flush when CFG_TUD_VENDOR > 1
|
|
|
|
tud_vendor_n_write_flush argument should be 0,1,2,..., but
p_vendor - _vendord_itf is 0, sizeof(vendord_interface_t), 2*sizeof(vendord_interface_t), ...
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Add Host support for ch32v20x usbfs
|
|
|
|
support host mode
reformat hcd usbfs
add uart rx for ch32v20x bsp
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
cdc: add uart status notification support.
|
|
|
|
|
|
add tud_cdc_n_notify_conn_speed_change()
add tud_cdc_notify_complete_cb()
|