| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-19 | [add] semaphore reset support for rt-thread | tyustli | |
| add semaphore reset support for rt-thread | |||
| 2022-12-16 | Merge pull request #1799 from hathach/update-osal-mutex | Ha Thach | |
| Update osal mutex | |||
| 2022-12-16 | fix ci with usbh and unit test | hathach | |
| 2022-12-15 | fix build with usbtmc | hathach | |
| 2022-12-15 | use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEX | hathach | |
| add macro to swallow mutex API in order to simplify code with mutex | |||
| 2022-12-14 | fix midi MS Header wTotalLength computation | hathach | |
| 2022-12-09 | Merge pull request #1783 from scoudreau/usbtmc-high-speed | Ha Thach | |
| usbtmc: correct packet size bug | |||
| 2022-12-08 | Added missing typecast to pass build checks | scoudreau | |
| 2022-12-08 | Correct interrupt polling interval in descriptor | Sebastien COUDREAU | |
| Use macro argument instead of 0x16 constant value. At least Linux kernel was complaining about this value: "config 1 interface 0 altsetting 0 endpoint 0x82 has an invalid bInterval 22, changing to 8" (warning obtained using usbtmc device config) | |||
| 2022-12-08 | usbtmc: correct packet size bug | Sebastien COUDREAU | |
| Code was only reading the first 64 bytes of a 512 bytes packet. | |||
| 2022-12-08 | fix typo, add -Wno-error=unreachable-code for fuzz due to latest cdc changes | hathach | |
| 2022-12-06 | cdc: Fix autoflush for FIFO < MPS | Tomas Rezucha | |
| 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 | more clean up | hathach | |
| 2022-11-30 | white spaces | hathach | |
| 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-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 | host msc example work well with rp2040 pio-usb | hathach | |
| 2022-11-21 | whitespace | hathach | |
| 2022-11-16 | Merge pull request #1738 from kaysievers/midi-port-names | Ha Thach | |
| MIDI: support port name strings | |||
| 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-25 | Merge pull request #1698 from battlesnake/fix-attrs-on-struct-member | Ha Thach | |
| do not apply storage attributes to member of struct | |||
| 2022-10-24 | keep alignment spec | Mark K Cowan | |
| 2022-10-24 | Merge pull request #1676 from tswan-quasi/master | Ha Thach | |
| dcd_lpc_ip3511: isochronous support and endpoint accidental write fix | |||
| 2022-10-24 | use dummy for all ZLP for ip3511, fix lpc55 build with DEBUG=1 | hathach | |
| 2022-10-21 | unused (void) cast | tswan-quasi | |
| 2022-10-22 | Merge pull request #1690 from tore-espressif/fix/espressif/iso_transfers | Ha Thach | |
| esp: Fix Isochronous transfers | |||
| 2022-10-20 | do not apply storage attributes to member of struct | Mark K Cowan | |
| 2022-10-20 | typo fix | tswan-quasi | |
| 2022-10-20 | dummy buffer only on EP0 OUT ZLPs | tswan-quasi | |
