| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-09 | add fifo implementation note | hathach | |
| - handle/fix double overflowed with write() - other minor clean upp | |||
| 2022-12-09 | add test_write_double_overflowed for fifo | hathach | |
| 2022-12-09 | Merge pull request #1783 from scoudreau/usbtmc-high-speed | Ha Thach | |
| usbtmc: correct packet size bug | |||
| 2022-12-09 | Merge pull request #1784 from scoudreau/interrupt-descriptor-polling-interval | Ha Thach | |
| Correct interrupt polling interval in descriptor | |||
| 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 | add test fifo overwritable + overflow, that cause buffer overflow | hathach | |
| 2022-12-08 | Merge pull request #1716 from silvergasp/master | Ha Thach | |
| fuzz: Add support for fuzzing | |||
| 2022-12-08 | clean up | hathach | |
| 2022-12-08 | correct ci paths filter | hathach | |
| 2022-12-08 | fix ci | hathach | |
| 2022-12-08 | update build fuzzer step | hathach | |
| 2022-12-08 | update build fuzzer | hathach | |
| 2022-12-08 | move build Fuzzer into pre-commit | hathach | |
| 2022-12-08 | update fuzzer ci | hathach | |
| 2022-12-08 | move fuzz into test/fuzz | hathach | |
| 2022-12-08 | fix typo, add -Wno-error=unreachable-code for fuzz due to latest cdc changes | hathach | |
| 2022-12-08 | feat(fuzz): Adds net class fuzzer | Nathaniel Brough | |
| 2022-12-08 | .github: Add fuzzer builder | Nathaniel Brough | |
| 2022-12-08 | fuzz: Add msc fuzz harness | Nathaniel Brough | |
| 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 | |||
