summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-08fuzz: Add support for fuzzingNathaniel Brough
Adds support for fuzzing with basic cdc fuzzer.
2022-12-08Merge pull request #1781 from hathach/update-unit-testHa Thach
Update unit test
2022-12-08update .codespellhathach
2022-12-08update cihathach
2022-12-08move ceedling tests to test/unit-testhathach
2022-12-08add missing ceedling fileshathach
2022-12-08add paths to all workflowshathach
2022-12-08test ci pathshathach
2022-12-08update ceedling to 0.31.1hathach
2022-12-06Merge pull request #1487 from tore-espressif/fix/cdc_autoflushHa Thach
cdc: Fix autoflush for FIFO < MPS
2022-12-06cdc: Fix autoflush for FIFO < MPSTomas Rezucha
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-04Merge pull request #1774 from hathach/add-codespellHa Thach
Add codespell to ci run
2022-12-04add ignore-words to make it easier tohathach
2022-12-04test exclude-file.txt, add action concurrencyhathach
2022-12-04check exclude filehathach
2022-12-04add codespell config and ci runhathach
2022-12-04Merge pull request #1695 from hadess/wip/hadess/fix-typosHa Thach
Fix typos
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-12-01Merge pull request #1765 from hathach/rp2040-host-bulk-commentHa Thach
Rp2040 host bulk comment
2022-11-30More configurable board optionsGordon McNab
2022-11-30Fix white space issue.pete-pjb
2022-11-30Fix script issues with paths including spaces from env variable.Gordon McNab
$(FT90X_TOOLCHAIN) or even $(TOP) may have spaces. Quote to fix.
2022-11-30Merge branch 'hathach:master' into masterPete Bone
2022-11-30Merge branch 'hathach:master' into port-ft90xGordon McNab
2022-11-30Add endpoint definitions for more example projects.Gordon 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-30Merge pull request #1756 from benishor/masterHa Thach
Added board description for electro-smith daisy seed
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-29Merge pull request #1763 from hathach/host-retry-failed-enumeration-requestHa Thach
Retry a few times with transfers in enumeration since device can be unstable when starting up
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-28update pico-pio-usb submodule and its warnings suppresshathach
2022-11-24Update to v2.6.0 libraryGordon McNab
2022-11-24Added board description for electro-smith daisy seedAdrian Scripca
2022-11-23Fix RP2040 Issue 1721rppicomidi
2022-11-23Merge pull request #1750 from hathach/rework-host-msc-complete-callbackHa Thach
Rework host msc complete callback