summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-23Delete debugging printfrppicomidi
2025-07-23Fix #3159: Handle MIDI interface descriptor after audio streaming interfacerppicomidi
2025-07-22Merge pull request #3179 from rhgndf/add_ch32v305Zixun LI
Report CH32V305 as working
2025-07-18Report CH32V305 as workingJie Feng
2025-07-16Merge pull request #3175 from elipsitz/masterHa Thach
Fix compilation when CH34X support is disabled
2025-07-15Fix compilation when CH34X support is disabledEli Lipsitz
2025-07-11Merge pull request #3172 from hathach/msc-inquiry2-cbHa Thach
add tud_msc_inquiry2_cb() for full inquiry response
2025-07-11Merge pull request #3168 from hathach/feature/add_tusb_teardownHa Thach
Feature/add tusb teardown
2025-07-11add tud_msc_inquiry2_cb() for full inquiry responsehathach
2025-07-10Merge pull request #2987 from hathach/fix-2923-altHa Thach
make sure TOTAL_DRIVER_COUNT is not overflow 8-bit
2025-07-10rename to tusb_deinit() to match other namingghathach
2025-07-10Merge branch 'master' into fork/roma-jam/feature/add_tusb_teardownhathach
2025-07-10Merge pull request #2873 from HiFiPhile/susp_isrHa Thach
DWC2: fix recurrent suspend ISR without Vbus connected
2025-07-10FIx recurrent suspend ISR.HiFiPhile
2025-07-10Fix F4 BSP without UART_DEV.HiFiPhile
2025-07-09Merge pull request #3167 from hathach/add-define-build-scriptHa Thach
add option to pass symbol defines to ci build.py
2025-07-09add option to pass symbol defines to ci build.pyhathach
add build.args option for hil json add MAX3421_HOST=1 for metro m4 express
2025-07-09Merge pull request #2573 from ChrisDeadman/hcd-samd-supportHa Thach
Add support for SAMD21 HCD
2025-07-09add board_vbus_set() for samd21/d51 to enable usb host vbushathach
enable host example build for samd21/d51
2025-07-09Merge branch 'refs/heads/master' into fork/ChrisDeadman/hcd-samd-supporthathach
2025-07-09Merge pull request #3165 from hathach/codex/find-and-fix-a-codebase-bugHa Thach
Fix HID descriptor parsing of 4‑byte items
2025-07-09Merge pull request #3150 from HiFiPhile/xfer_isrHa Thach
audio: manage ISO transfer in ISR
2025-07-09Add spec reference for 4-byte HID item sizeHa Thach
2025-07-09fix HID parser variable size handlingHa Thach
2025-07-09Merge pull request #3166 from hathach/hil-skip-passed-board-in-rerunHa Thach
try to skip passed board in hil test when re-run
2025-07-09only clean/checkout/download artifacts on first attempthathach
2025-07-08try to skip passed board in hil test when re-runhathach
2025-07-08revert edpt busy/claim status if xfer_isr() defer to xfer_cb()hathach
2025-07-08minor reformat codehathach
2025-07-08Merge remote-tracking branch 'origin/master' into xfer_isrhathach
# 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
2025-07-08Fix HID descriptor parser size handlingHa Thach
2025-07-07Merge pull request #3164 from hathach/readd-max32666Ha Thach
re-add max32666fthr to hil pool
2025-07-07Merge pull request #2963 from HiFiPhile/stm32_cacheHa Thach
Add DWC2 cache maintenance routines for STM32
2025-07-07re-add max32666fthr to hil poolhathach
2025-07-07change CFG_TUSB_MEM_DCACHE_LINE_SIZE_DEFAULT (not defined) to 1hathach
use stock iar linker
2025-07-07Merge pull request #3162 from YixingShen/masterZixun LI
fixed vendord_open's tud_vendor_n_write_flush when CFG_TUD_VENDOR > 1
2025-07-07updateYixingShen
2025-07-07fixed CFG_TUD_VENDOR > 1 vendord_open tud_vendor_n_write_flushYixingShen
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), ...
2025-07-05Use DMA enable for DCache conditionHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-07-05Merge pull request #2793 from verylowfreq/pr-ch32v-usbfs-hostHa Thach
Add Host support for ch32v20x usbfs
2025-07-05enable ci host and dual build for ch32v20xhathach
2025-07-05always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 ↵hathach
support host mode reformat hcd usbfs add uart rx for ch32v20x bsp
2025-07-04Revise DCache with RTT sectionHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-07-04Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-hosthathach
2025-07-03fix build with clanghathach
2025-07-03Merge branch 'master' into fork/HiFiPhile/stm32_cachehathach
2025-07-03Merge pull request #2593 from HiFiPhile/dcd_notifHa Thach
cdc: add uart status notification support.
2025-07-03reduce bInterval for default CDC descriptor from 16ms to 1mshathach
2025-07-03update cdc_msc/cdc_msc_freertos to also support notificationhathach
2025-07-03make notify API and memory configurable with CFG_TUD_CDC_NOTIFYhathach
add tud_cdc_n_notify_conn_speed_change() add tud_cdc_notify_complete_cb()