| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
support at32 mcu
|
|
|
|
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), ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds support for web serial as well.
|
|
Persist settings.
|
|
Fixes: #2632
|
|
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()
|
|
|
|
Update buildsystem
|