summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-17Merge pull request #3038 from hathach/update-pio-usbHa Thach
change pio-usb to upstream
2025-03-17change pio-usb to upstreamHa Thach
2025-03-16Merge pull request #3034 from hathach/ctrl_fixHa Thach
Fix UAC ctrl buffer alignment.
2025-03-16Fix interupt, LowSpeed switching and renameverylowfreq
2025-03-16Update hcd_init() signature. Add osal_task_delay() implementation for none os.verylowfreq
2025-03-16Fix for timing, timeout, and device switching issuesverylowfreq
2025-03-16Update ch32v20x family.cmakeverylowfreq
2025-03-16Fix the condition related to CFG_TUH_WCH_USBIP_USBFS macroverylowfreq
2025-03-16fix pre-commmithathach
2025-03-16Repeat xfer on USB_PID_OUT if data is larger than MaxPacketSizeverylowfreq
2025-03-16Add ch32v20x usbfs hcd initial support.verylowfreq
2025-03-16Fix 2 IAR warnings.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-03-15Add ctrl buffer alignment.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-03-15Update gitignore.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-03-14Merge pull request #3029 from rppicomidi/fix_3028Ha Thach
Only clear stream_read & stream_write if they are defined
2025-03-13Only clear stream_read & stream_write if they are definedrppicomidi
2025-03-11Merge pull request #3020 from ↵HiFiPhile
Cynventria/fix-desc_end-calculation-in-vendor-device-open fix desc_end in vendord_open()
2025-03-10fix desc_end in vendord_open()Cynventria[CitRA]
minor fix on calculation of desc_end in vendord_open( ) for descriptor prasing
2025-03-10Merge pull request #3019 from hathach/fix-pico-examples-buildHa Thach
fix(rp2040) set RTOS as cmake cache to fix pico-example build
2025-03-10fix(rp2040) set RTOS as cmake cache to fix pico-example buildhathach
2025-03-09Merge pull request #1627 from atoktoto/midihostHa Thach
RP2040 MIDI Host
2025-03-08Merge pull request #2990 from dauc/masterHiFiPhile
Add full/high speed compile flag for Microchip SAME70 examples
2025-03-07refactor: Fix inline literal and code blocks in .rst documentsDarian Leung
- Added missing inline literals (double backticks) to any reference of symbol names and macros - Added language specifier to "code-block" directives to enable syntax highlighting when rendered.
2025-03-07fix: Turn various .rst files from symbolic links to proper filesDarian Leung
"code_of_conduct.rst" and "contributors.rst" both contain RST include directives, but their file types are symoblic links. This commit turns them into proper files.
2025-03-07Merge pull request #2937 from pschatzmann/rp2040-isoHa Thach
rp2040 correct dcd_edpt_iso_activate
2025-03-07Merge pull request #3011 from hathach/fix-dwc2-host-conflict-max3421eHa Thach
fix(dwc2) host driver conflict with max3421e
2025-03-06fix(dwc2) host driver conflict with max3421ehathach
2025-03-06hack: force/overwrite endpoint mps to 64 for device that incorrectly report ↵hathach
512 bytes for bulk in fullspeed mode.
2025-03-06midi host: skip rx data with all zeroeshathach
2025-03-05rp2040: abort transfer if active in iso_activate()hathach
add hw_endpoint_abort_xfer()
2025-03-05Merge branch 'master' into fork/pschatzmann/rp2040-isohathach
2025-03-05Merge branch 'master' into fork/atoktoto/midihosthathach
# Conflicts: # src/host/usbh.c
2025-03-05Merge pull request #3008 from hathach/add-metro-rp2350Ha Thach
add adafruit metro rp2350
2025-03-04add adafruit metro rp2350hathach
2025-03-04Merge pull request #3007 from hathach/fix-8bitdo-enumHa Thach
Fix(host) enumeration with 8bitdo devices
2025-03-03- add tuh_descriptor_get_string_langid() APIhathach
- host enumeration always get language id, manufacturer, product and serial string. Which is required by some device such as 8bitdo
2025-02-28fix(hcd_rp2040) assert/panic endpoint already active: when a device reset ↵hathach
while having on-going control transfer
2025-02-28Merge pull request #3005 from hathach/fix-rp2-picosdk-boardHa Thach
add missing board.h for BOARD=pico_sdk
2025-02-28add missing board.h for BOARD=pico_sdkhathach
2025-02-27Merge pull request #3002 from espressif/fix/remove_deprecated_includesHa Thach
fix(esp): Remove deprecated include
2025-02-27fix(esp): Remove deprecated includeTomas Rezucha
soc/usb_pins.h header will be deprecated in IDF v6.0
2025-02-24add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()hathach
change tuh_midi_rx/tx_cb() to have xferred_bytes rename tuh_midi_get_num_rx/tx_cables() to tuh_midi_get_rx/tx_cable_count() use default empty callback instead of weak null to be compatible with keil compiler
2025-02-24add desc_audio_control to midi descriptor callbackhathach
2025-02-24change API to take index instead of dev address, this allow to support more ↵hathach
than 1 midi per device.
2025-02-24add tuh_midi_descriptor_cb()hathach
2025-02-21remove CFG_MIDI_HOST_DEVSTRINGS support, we will leave that for application ↵hathach
to parse/extract this information if needed rename tuh_midi_configure() to mounted() for consistency
2025-02-21Merge branch 'master' into fork/atoktoto/midihosthathach
# Conflicts: # src/host/usbh.c
2025-02-21Merge pull request #2994 from hathach/enhance-hubHa Thach
Enhance hub driver
2025-02-20pio-usb now only need sysclk to be multiple of 12Mhzhathach
2025-02-20change pio-usb to wip fork for testinghathach