| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-11 | Merge pull request #1844 from silvergasp/master | Ha Thach | |
| feat(ci): Adds oss-fuzz integration on PRs | |||
| 2023-01-09 | feat(ci): Adds oss-fuzz integration on PRs | Nathaniel Brough | |
| 2023-01-09 | Merge pull request #1843 from HiFiPhile/ip3511 | Ha Thach | |
| ip3511 : Fix IAR build. | |||
| 2023-01-08 | ip3511 : Fix IAR build. | MasterPhi | |
| 2023-01-07 | Merge pull request #1820 from Staacks/master | Ha Thach | |
| Fix UVC probe and commit on MacOS | |||
| 2023-01-07 | Merge pull request #1789 from hathach/fix-fifo-memory-overflow | Ha Thach | |
| Fix fifo memory overflow | |||
| 2023-01-07 | minor clean up | hathach | |
| 2023-01-07 | remove _ff_overflowed() due to lack of use | hathach | |
| 2023-01-07 | simplify _ff_correct_read_index() | hathach | |
| 2023-01-07 | reverse idx2ptr() arguments to be consistent | hathach | |
| 2023-01-07 | update advance_pointer/backward_pointer to use depth instead of fifo, also ↵ | hathach | |
| rename to advance/backward_index | |||
| 2023-01-07 | simplify _tu_fifo_count() and _tu_fifo_remaining(), also rename to ↵ | hathach | |
| _ff_count() and _ff_remaining() | |||
| 2023-01-07 | simplify and remove _tu_fifo_empty, _tu_fifo_full. Also correct full ↵ | hathach | |
| condition check | |||
| 2023-01-07 | use TU_FIFO_INIT to replace TU_FIFO_DEF | hathach | |
| 2023-01-07 | using clang with ceedling unit-test with -fsanitize=address | hathach | |
| 2023-01-07 | minor clean up | hathach | |
| 2023-01-06 | minimize tu_fifo size to 16 | hathach | |
| - remove non_used_index_space - packed overwritable with item_size | |||
| 2023-01-06 | minor clean up | hathach | |
| 2023-01-06 | Merge branch 'master' into fix-fifo-memory-overflow | hathach | |
| 2023-01-06 | Merge pull request #1837 from pete-pjb/master | Ha Thach | |
| Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION in usbh.c | |||
| 2023-01-06 | Merge pull request #1836 from HiFiPhile/Pe381 | Ha Thach | |
| Fix IAR warning: Warning[Pe381]: extra ";" ignored | |||
| 2023-01-04 | More warning fixes | Mengsk | |
| 2023-01-04 | Merge pull request #1823 from silvergasp/fix_cluster_fuzz_flags | Ha Thach | |
| fix(fuzz): Make sanitizer flags optional | |||
| 2023-01-03 | Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION | pete-pjb | |
| Add NULL check to loop in list_remove_qhd_by_addr() function in ehci.c | |||
| 2023-01-02 | Fix IAR warning: Warning[Pe381]: extra ";" ignored | Mengsk | |
| 2022-12-28 | fix(fuzz): Make sanitizer flags optional | Nathaniel Brough | |
| Currently OSS fuzz expects to have complete control over the sanitizer flags. As we currently have these set it's causing problems with the OSS fuzz build. Instead we should use the provided variables from the OSS fuzz build environment. For local testing we'll create a set a well defined defaults. | |||
| 2022-12-27 | Fix UVC probe and commit on MacOS | Staacks | |
| 2022-12-27 | Merge pull request #1819 from hathach/fix-ncm-warning | Ha Thach | |
| fix ncm warning | |||
| 2022-12-27 | fix ncm warning | hathach | |
| 2022-12-26 | Merge pull request #1801 from tyustli/tyustli_sem_reset | Ha Thach | |
| [add] semaphore reset support for rt-thread | |||
| 2022-12-25 | Merge pull request #1814 from hathach/more-host-cdc | Ha Thach | |
| add tuh_cdc_peek() | |||
| 2022-12-24 | add tuh_cdc_peek() | hathach | |
| 2022-12-22 | Merge pull request #1810 from hathach/fix-cdc-buf | Ha Thach | |
| fix incorrect rx buf in cdc | |||
| 2022-12-22 | fix incorrect rx buf in cdc | hathach | |
| 2022-12-22 | Merge pull request #1809 from hathach/host-cdc | Ha Thach | |
| Support Host CDC | |||
| 2022-12-22 | clean up | hathach | |
| 2022-12-22 | add tuh_cdc_get_local_line_coding() | hathach | |
| 2022-12-22 | correct host cdc enum | hathach | |
| 2022-12-22 | cdc host, add set line coding API | hathach | |
| 2022-12-22 | minor clean up | hathach | |
| 2022-12-22 | fix typo | hathach | |
| 2022-12-22 | finish moving edpt stream to tusb.c | hathach | |
| 2022-12-22 | fix stream read count computation | hathach | |
| 2022-12-22 | moving edpt_stream API into common tusb.c | hathach | |
| 2022-12-21 | add tuh_cdc_write_clear, rename read_flush() to read_clear() | hathach | |
| 2022-12-21 | add tuh_cdc_tx_complete_cb() callback | hathach | |
| 2022-12-21 | add more host cdc API | hathach | |
| tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb() callback | |||
| 2022-12-21 | fix ci | hathach | |
| 2022-12-21 | correct cdc host app | hathach | |
| 2022-12-21 | add tu_edpt_stream_write_zlp_if_needed() | hathach | |
