| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | 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 | |
| 2022-12-21 | rename tud_edpt_stream_write_xfer | hathach | |
| 2022-12-21 | updat cdc host app | hathach | |
| 2022-12-21 | minor debug log | hathach | |
| 2022-12-21 | rename TU_LOG_VAR to TU_LOG_PTR, print out setup of failed control transfer ↵ | hathach | |
| when LOG=1 | |||
| 2022-12-21 | fix ci | hathach | |
| 2022-12-21 | finalizing cdc host, has a working read/write | hathach | |
| TODO: first character seems not to get echoed. set control line state seems to failed with LOG < 2 | |||
| 2022-12-20 | Merge pull request #1803 from jbruneaux31/patch-1 | Ha Thach | |
| Update osal_freertos.h to fix FreeRTOS wrong task switch | |||
| 2022-12-20 | fix hid host incorrect edpt release if failed to transmit | hathach | |
| add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum | |||
| 2022-12-19 | Update osal_freertos.h | jbruneaux31 | |
| Fix FreeRTOS task switch even if not required (unitialized variable usage) | |||
| 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 | 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 | Merge pull request #1797 from hathach/fix-midi-len | Ha Thach | |
| fix midi MS Header wTotalLength computation | |||
