| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-08 | fuzz: Add support for fuzzing | Nathaniel Brough | |
| Adds support for fuzzing with basic cdc fuzzer. | |||
| 2022-12-08 | Merge pull request #1781 from hathach/update-unit-test | Ha Thach | |
| Update unit test | |||
| 2022-12-08 | update .codespell | hathach | |
| 2022-12-08 | update ci | hathach | |
| 2022-12-08 | move ceedling tests to test/unit-test | hathach | |
| 2022-12-08 | add missing ceedling files | hathach | |
| 2022-12-08 | add paths to all workflows | hathach | |
| 2022-12-08 | test ci paths | hathach | |
| 2022-12-08 | update ceedling to 0.31.1 | hathach | |
| 2022-12-06 | Merge pull request #1487 from tore-espressif/fix/cdc_autoflush | Ha Thach | |
| cdc: Fix autoflush for FIFO < MPS | |||
| 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 | Merge pull request #1774 from hathach/add-codespell | Ha Thach | |
| Add codespell to ci run | |||
| 2022-12-04 | add ignore-words to make it easier to | hathach | |
| 2022-12-04 | test exclude-file.txt, add action concurrency | hathach | |
| 2022-12-04 | check exclude file | hathach | |
| 2022-12-04 | add codespell config and ci run | hathach | |
| 2022-12-04 | Merge pull request #1695 from hadess/wip/hadess/fix-typos | Ha Thach | |
| Fix typos | |||
| 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-12-01 | Merge pull request #1765 from hathach/rp2040-host-bulk-comment | Ha Thach | |
| Rp2040 host bulk comment | |||
| 2022-11-30 | More configurable board options | Gordon McNab | |
| 2022-11-30 | Fix white space issue. | pete-pjb | |
| 2022-11-30 | Fix script issues with paths including spaces from env variable. | Gordon McNab | |
| $(FT90X_TOOLCHAIN) or even $(TOP) may have spaces. Quote to fix. | |||
| 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 | Add endpoint definitions for more example projects. | 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-30 | Merge pull request #1756 from benishor/master | Ha Thach | |
| Added board description for electro-smith daisy seed | |||
| 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-29 | Merge pull request #1763 from hathach/host-retry-failed-enumeration-request | Ha Thach | |
| Retry a few times with transfers in enumeration since device can be unstable when starting up | |||
| 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-28 | update pico-pio-usb submodule and its warnings suppress | hathach | |
| 2022-11-24 | Update to v2.6.0 library | Gordon McNab | |
| 2022-11-24 | Added board description for electro-smith daisy seed | Adrian Scripca | |
| 2022-11-23 | Fix RP2040 Issue 1721 | rppicomidi | |
| 2022-11-23 | Merge pull request #1750 from hathach/rework-host-msc-complete-callback | Ha Thach | |
| Rework host msc complete callback | |||
