summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-12-05Merge pull request #1776 from hathach/hid-fidoHa Thach
Hid fido
2022-12-05rename to match fido sample uf2_hid..hhathach
2022-12-05Merge pull request #1767 from pete-pjb/masterHa Thach
Allow the use of non-static allocation for FreeRTOS mutexes & queues
2022-12-05clean osal_freertos, update freertos examples to work with ↵hathach
configSUPPORT_DYNAMIC_ALLOCATION only note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one of heap_n.c must be included in makefile/cmake
2022-12-04more typoshathach
2022-12-04Fix typosBastien Nocera
2022-12-02Back out another of my changes I am still investigating.pete-pjb
2022-12-02Some reverts and changes after discussion.pete-pjb
2022-12-01Added CFG_TUSB_MEM_SECTION define to struct _ctrl_xfer in usbh.cpete-pjb
2022-12-01Alter tuh_task_ext() function so no need to return when using FreeRTOSPeterB
2022-11-30Fix white space issue.pete-pjb
2022-11-30Merge branch 'hathach:master' into masterPete Bone
2022-11-30Merge branch 'hathach:master' into port-ft90xGordon McNab
2022-11-30more clean uphathach
2022-11-30white spaceshathach
2022-11-30Add FT9xx for cdc_dual_portsGordon McNab
Fix handling of interrupt endpoints. i.e. no ZLPs. Fix the assignation of endpoint types. Add button support for MM900evx boards. On board support do not block for UART input.
2022-11-30Modify FreeRTOS integration to allow non-static allocation.pete-pjb
2022-11-30Merge pull request #1755 from rppicomidi/fix_1721Ha Thach
Fix RP2040 Issue 1721
2022-11-29Fix transfers issues with FT9xxGordon McNab
Correct USB FIFO use for setup data phases (OUT transfers). We cannot stop traffic on the control endpoint so we set a flag and pull data from host when tinyUSB requests it from the USB FIFO. Extend this for all endpoints although currently not required. Rename all instances of ft90x which can apply to ft93x as ft9xx. Add support for the cdc_dual_ports example for ft9xx. Add LED pin definition for board LED in a simple to access place on the Bridgetek MM900EVx boards.
2022-11-28Fix issue with the CDC SetLineCoding requestGordon McNab
The SetLineCoding would fail as host would send the SETUP OUT phase before tinyUSB had setup a transaction for it. ft9xx port would ignore the transfer since there was no valid transaction setup for it. One SETUP data phase packet is cached now.
2022-11-28increase delay between attempts to 100mshathach
2022-11-28Retry a few times with transfers in enumeration since device can be unstable ↵hathach
when starting up
2022-11-23Fix RP2040 Issue 1721rppicomidi
2022-11-23rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_thathach
add user arg to all scsi command API that support complete callback
2022-11-21Merge branch 'master' into midihostAndrzej Tokarski
2022-11-21Explicit type conversionatoktoto
2022-11-21Explicit type conversionatoktoto
2022-11-21Fix usb-hub data transfer problems by AndrewCaponatoktoto
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-11-21whitespacehathach
2022-11-19Merge branch 'hathach:master' into midihostAndrzej Tokarski
2022-11-19Fix usb hubsatoktoto
2022-11-16Merge pull request #1738 from kaysievers/midi-port-namesHa Thach
MIDI: support port name strings
2022-11-13Added explicit conversionsatoktoto
2022-11-13Removed unused function prototypeatok
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-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-04fix -wconversion-int and add minor commenthathach
2022-11-04Merge branch 'master' into rp2040-hcd-bulkHa Thach
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