| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | Merge pull request #1776 from hathach/hid-fido | Ha Thach | |
| Hid fido | |||
| 2022-12-05 | rename to match fido sample uf2_hid..h | hathach | |
| 2022-12-05 | Merge pull request #1767 from pete-pjb/master | Ha Thach | |
| Allow the use of non-static allocation for FreeRTOS mutexes & queues | |||
| 2022-12-05 | clean 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-04 | more typos | hathach | |
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-12-02 | Back out another of my changes I am still investigating. | pete-pjb | |
| 2022-12-02 | Some reverts and changes after discussion. | pete-pjb | |
| 2022-12-01 | Added CFG_TUSB_MEM_SECTION define to struct _ctrl_xfer in usbh.c | pete-pjb | |
| 2022-12-01 | Alter tuh_task_ext() function so no need to return when using FreeRTOS | PeterB | |
| 2022-11-30 | Fix white space issue. | pete-pjb | |
| 2022-11-30 | Merge branch 'hathach:master' into master | Pete Bone | |
| 2022-11-30 | Merge branch 'hathach:master' into port-ft90x | Gordon McNab | |
| 2022-11-30 | more clean up | hathach | |
| 2022-11-30 | white spaces | hathach | |
| 2022-11-30 | Add FT9xx for cdc_dual_ports | Gordon 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-30 | Modify FreeRTOS integration to allow non-static allocation. | pete-pjb | |
| 2022-11-30 | Merge pull request #1755 from rppicomidi/fix_1721 | Ha Thach | |
| Fix RP2040 Issue 1721 | |||
| 2022-11-29 | Fix transfers issues with FT9xx | Gordon 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-28 | Fix issue with the CDC SetLineCoding request | Gordon 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-28 | increase delay between attempts to 100ms | hathach | |
| 2022-11-28 | Retry a few times with transfers in enumeration since device can be unstable ↵ | hathach | |
| when starting up | |||
| 2022-11-23 | Fix RP2040 Issue 1721 | rppicomidi | |
| 2022-11-23 | rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_t | hathach | |
| add user arg to all scsi command API that support complete callback | |||
| 2022-11-21 | Merge branch 'master' into midihost | Andrzej Tokarski | |
| 2022-11-21 | Explicit type conversion | atoktoto | |
| 2022-11-21 | Explicit type conversion | atoktoto | |
| 2022-11-21 | Fix usb-hub data transfer problems by AndrewCapon | atoktoto | |
| 2022-11-21 | host msc example work well with rp2040 pio-usb | hathach | |
| 2022-11-21 | whitespace | hathach | |
| 2022-11-19 | Merge branch 'hathach:master' into midihost | Andrzej Tokarski | |
| 2022-11-19 | Fix usb hubs | atoktoto | |
| 2022-11-16 | Merge pull request #1738 from kaysievers/midi-port-names | Ha Thach | |
| MIDI: support port name strings | |||
| 2022-11-13 | Added explicit conversions | atoktoto | |
| 2022-11-13 | Removed unused function prototype | atok | |
| 2022-11-13 | Simple MIDI rx example | atok | |
| 2022-11-13 | Get rid of implicit uint conversions | atok | |
| 2022-11-13 | Make USB MIDI device code allow a device with no Audio Control interface | rppicomidi | |
| 2022-11-13 | Add hooks to allow cloning an attached USB device descriptor | rppicomidi | |
| 2022-11-13 | Add MIDI host support to tinyusb | rppicomidi | |
| 2022-11-11 | MIDI: support port name strings | Kay 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-07 | Fix DCD build. | Mengsk | |
| 2022-11-07 | Merge branch 'master' of https://github.com/hathach/tinyusb into bsp_412 | Mengsk | |
| 2022-11-07 | Add support for STM32L412. | Mengsk | |
| 2022-11-04 | fix -wconversion-int and add minor comment | hathach | |
| 2022-11-04 | Merge branch 'master' into rp2040-hcd-bulk | Ha Thach | |
| 2022-10-26 | Merge branch 'master' into uac2-interrupt-endpoint | Mark K Cowan | |
| 2022-10-26 | PanRe refactor applied: s{_int_ctr_}{_int_}g; s{_INT_CTR_}{_INT_}g; | Mark K Cowan | |
| 2022-10-26 | clean up descriptor search for interrupt endpoint | Mark K Cowan | |
| 2022-10-25 | Merge pull request #1698 from battlesnake/fix-attrs-on-struct-member | Ha Thach | |
| do not apply storage attributes to member of struct | |||
