summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-09-03add at32f415 dwc2 infohathach
2025-09-03Merge pull request #3225 from verylowfreq/pr-ch32v-usbfs-hostHa Thach
Improve compatibility in CH32V20x USBFS Host
2025-09-03use tusb_time_millis_api() instead of board_millis()hathach
make loopdelay() always inline
2025-08-28fix(dcd/dwc2): Fix reset procedure for versions >=4.20aTomas Rezucha
2025-08-27Merge pull request #3217 from tannewt/esp32c5_c61Ha Thach
2025-08-24Fix osal_spin_unlock for mynewtJerzy Kasenberg
Mynewt version for osal_spin_unlock() called OS_ENTER_CRITICAL instead of OS_EXIT_CRITICAL. Signed-off-by: Jerzy Kasenberg <[email protected]>
2025-08-24Remove dynamic memory allocationMitsumine Suzu
2025-08-24Improve retry operation at NAK response.Mitsumine Suzu
2025-08-24Insert small delay for LowSpeed deviceMitsumine Suzu
2025-08-24Small cleanups.Mitsumine Suzu
2025-08-20add some consumer page configsohmdelta
2025-08-15Add ESP32-C5 and ESP32-C61 definitionsScott Shawcroft
2025-08-07update at32f405 dwc2 info and phy width selectionhathach
2025-08-06Add MTP class deviceMaurizio Pesce
2025-08-05Merge pull request #3203 from hathach/fix-rp2-audio-iso-transferHa Thach
fix rp2 iso transfer with new audio driver
2025-08-05fix rp2 iso transfer: reset state before notify stack. since new audio ↵hathach
driver can execute xfer_is()
2025-08-05Fix AT32F405xx missing USB HS definitionpeppapighs
2025-08-02fix tud_audio_set_itf_close_EP_cb() typohathach
2025-08-02Merge pull request #3183 from rppicomidi/fix_3159Ha Thach
Fix #3159: Handle MIDI interface after audio streaming interface
2025-08-02use tu_desc_in_bounds() for descriptor loophathach
2025-08-01add bufsize to tud_msc_inquiry2_cb()hathach
2025-08-01Merge pull request #3191 from hathach/at32Ha Thach
support at32 mcu (2)
2025-07-31clean uphathach
2025-07-28fix pre-commit, remove svd file since they are heavy and should be in ↵hathach
mcu/sdk instead add cmake support for f403a_407 and f423
2025-07-26Merge pull request #3173 from HiFiPhile/feature/usbtmc_vendor-specificHa Thach
feature(usbtmc): add support for usbtmc vendor-spicific command messages
2025-07-26Update src/class/usbtmc/usbtmc_device.cHa Thach
Co-authored-by: Copilot <[email protected]>
2025-07-23Restore accidentally erased debug log messagerppicomidi
2025-07-23Delete debugging printfrppicomidi
2025-07-23Fix #3159: Handle MIDI interface descriptor after audio streaming interfacerppicomidi
2025-07-15Fix compilation when CH34X support is disabledEli Lipsitz
2025-07-11fix last transfer sizeZixun LI
Co-authored-by: Copilot <[email protected]>
2025-07-11typo fixZixun LI
Co-authored-by: Copilot <[email protected]>
2025-07-11Merge branch 'master' into feature/usbtmc_vendor-specificHiFiPhile
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-10FIx recurrent suspend ISR.HiFiPhile
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-09Add spec reference for 4-byte HID item sizeHa Thach
2025-07-09fix HID parser variable size handlingHa Thach
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 #2963 from HiFiPhile/stm32_cacheHa Thach
Add DWC2 cache maintenance routines for STM32