summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-15update ymlhathach
2022-11-15try running HiFiPhile self-host with stm32l412nucleohathach
2022-11-15Merge pull request #1727 from HiFiPhile/bsp_412Ha Thach
Add support for STM32L412.
2022-11-13Added explicit conversionsatoktoto
2022-11-13Removed unused function prototypeatok
2022-11-13Fix unused errors when LOG=0atok
2022-11-13Fix printf statementatok
2022-11-13Add Makefile for the midi host exampleatok
2022-11-13Simple MIDI rx exampleatok
2022-11-13Get rid of implicit uint conversionsatok
2022-11-13Make USB MIDI device code allow a device with no Audio Control interfacerppicomidi
2022-11-13Add hooks to allow cloning an attached USB device descriptorrppicomidi
2022-11-13Add MIDI host support to tinyusbrppicomidi
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-08Fix FREERTOS USB IRQ priority.Mengsk
2022-11-07Fix DCD build.Mengsk
2022-11-07Merge branch 'master' of https://github.com/hathach/tinyusb into bsp_412Mengsk
2022-11-07Add support for STM32L412.Mengsk
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-11-01dhserver: Support DHCP clients that don't send the MESSAGETYPE as first optionJannis Achstetter
Signed-off-by: Jannis Achstetter <[email protected]>
2022-10-26Merge branch 'master' into uac2-interrupt-endpointMark K Cowan
2022-10-26PanRe refactor applied: s{_int_ctr_}{_int_}g; s{_INT_CTR_}{_INT_}g;Mark K Cowan
2022-10-26clean up descriptor search for interrupt endpointMark K Cowan
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-24fixed spec referenceMark K Cowan
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-23UAC2 supports interrupt-endpoint for providing control-change notifications ↵Mark K Cowan
to the host
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