summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-11MIDI: support port name stringsKay Sievers
This allows to set custom descriptive names for virtual MIDI ports/cables. A MIDI port offers different functionality on the same physical USB device. The names make it easier to distinguish one from the other.
2022-11-07Merge pull request #1718 from hfegran/efm32_freertos_port_fixHa Thach
Fixed wrong FreeRTOS port for EFM32GG12
2022-11-07Merge pull request #1724 from hathach/add-self-hostHa Thach
Add self host
2022-11-06final clean uphathach
2022-11-06remove trigger hardware stephathach
2022-11-06move test_hardware into build_armhathach
2022-11-06use gh cli instead of action for workflow dispatchhathach
2022-11-06Merge pull request #1723 from hathach/fix-rp2040-minorHa Thach
Fix rp2040 minor
2022-11-06bump up setup python action to v4hathach
2022-11-06minor clean uphathach
2022-11-06bump up pico-pio-usbhathach
2022-11-06rename PIO_USB_PIN_DP to PIO_USB_DP_PIN and change from 2 to 20 & moved to ↵hathach
board.h add support for PIO_USB_VBUSEN_PIN and its state.
2022-11-05Merge pull request #1434 from Skyler84/rp2040-hcd-bulkHa Thach
Rp2040 hcd bulk
2022-11-04remove CFG_TUSB_DEBUG from tinyusb_common_basehathach
2022-11-04fix -wconversion-int and add minor commenthathach
2022-11-04Merge branch 'master' into rp2040-hcd-bulkHa Thach
2022-11-03Fixed wrong FreeRTOS port for EFM32GG12Henrik Fegran
2022-10-25Merge pull request #1698 from battlesnake/fix-attrs-on-struct-memberHa Thach
do not apply storage attributes to member of struct
2022-10-24keep alignment specMark K Cowan
2022-10-24Merge pull request #1676 from tswan-quasi/masterHa Thach
dcd_lpc_ip3511: isochronous support and endpoint accidental write fix
2022-10-24use dummy for all ZLP for ip3511, fix lpc55 build with DEBUG=1hathach
2022-10-21unused (void) casttswan-quasi
2022-10-22Merge pull request #1690 from tore-espressif/fix/espressif/iso_transfersHa Thach
esp: Fix Isochronous transfers
2022-10-20do not apply storage attributes to member of structMark K Cowan
2022-10-20typo fixtswan-quasi
2022-10-20dummy buffer only on EP0 OUT ZLPstswan-quasi
2022-10-20Merge pull request #1696 from kasjer/kasjer/fix-stm32u5-submodulesHa Thach
stm32u5: Fix submodules paths
2022-10-20stm32u5: Fix submodules pathsJerzy Kasenberg
Local paths were commited to submodule definitions This just removes prefix for submodules path and name
2022-10-19Merge pull request #1680 from LynnL4/port-stm32u5xxHa Thach
Port stm32u5xx
2022-10-19Merge pull request #1668 from kkitayam/add_support_for_mjpegHa Thach
Add support for MJPEG on UVC
2022-10-19Merge pull request #1523 from maddyaby/dcd_edpt_openHa Thach
Allow more endpoint packet sizes for SAMD
2022-10-19Merge pull request #1691 from hadess/wip/hadess/fix-deps-typoHa Thach
Fix typo in getting_started guide
2022-10-18Fix typo in getting_started guideBastien Nocera
Fixes: 1234111 ("add get-deps target")
2022-10-18esp: Fix Isochronous transfersTomas Rezucha
On ESP32-S2/S3 ISO transfers must be configured for even or odd frame. Closes https://github.com/hathach/tinyusb/issues/1382
2022-10-17minor renamehathach
2022-10-14Merge pull request #1646 from battlesnake/feedback-prototype-fixHa Thach
audio_device: prototype added for function referenced before use
2022-10-13(void) rhport for unused parametertswan-quasi
2022-10-13Add support for STM32U5 mcuLynnL4
2022-10-12double cast of pointer to remove errortswan-quasi
2022-10-12Fix pointer type to calculate streaming parameterkkitayam
2022-10-12Rename descriptor macros for consistencykkitayam
2022-10-11lpc55s69 isochronous, dummy address for endpoint buffers to prevent ↵tswan-quasi
accidental writes
2022-10-11Add stm32u5xx offical driver.LynnL4
2022-10-10Merge pull request #1623 from SudoMaker/masterHa Thach
Initial PIC32MM/MX & PIC24 support
2022-10-10Merge pull request #1664 from mingpepe/masterHa Thach
Fix typo for log in dcd_rp2040.c
2022-10-08Add motion jpegkkitayam
2022-10-07Fix max payload size to clip at 1023kkitayam
2022-10-06Fix pointerkkitayam
2022-10-06Microchip PIC24/dsPIC33 device mode supportReimuNotMoe
2022-10-05Fix typo for log in dcd_rp2040.cmingpepe