| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-19 | Update osal_rtthread.h | tyustli | |
| 2022-12-19 | [add] semaphore reset support for rt-thread | tyustli | |
| add semaphore reset support for rt-thread | |||
| 2022-12-16 | correct cdc usbh_driver_set_config_complete() | hathach | |
| 2022-12-16 | stub | hathach | |
| 2022-12-16 | add common EPSIZE for bulk/iso in full and highspeed | hathach | |
| adding cdc host fifo tx/rx | |||
| 2022-12-16 | minor rename | hathach | |
| 2022-12-16 | cdc check for bNumEndpoints before checking for endpoint descriptor | hathach | |
| 2022-12-16 | adding tuh_cdc_mount_cb/tuh_cdc_umount_cb | hathach | |
| start adding cdc_app.c to example | |||
| 2022-12-16 | Merge pull request #1799 from hathach/update-osal-mutex | Ha Thach | |
| Update osal mutex | |||
| 2022-12-16 | update fifo per PanRe review | hathach | |
| 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-12 | fix int conversion warnings | hathach | |
| 2022-12-10 | clean up | hathach | |
| 2022-12-09 | add fifo implementation note | hathach | |
| - handle/fix double overflowed with write() - other minor clean upp | |||
| 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 | enhance tu fifo | hathach | |
| - rename wr/rd absolute to index, and rel to pointer. - fix crash with _tu_fifo_remaining() - change get_relative_pointer() to idx2ptr() and merge with _ff_mod() | |||
| 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 | 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 | |
