| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | update fifo per PanRe review | hathach | |
| 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-15 | Update SDK for FT9xx to include 3rdparty sources | Gordon McNab | |
| 2022-12-14 | Merge pull request #1797 from hathach/fix-midi-len | Ha Thach | |
| fix midi MS Header wTotalLength computation | |||
| 2022-12-14 | fix midi MS Header wTotalLength computation | hathach | |
| 2022-12-13 | Fix ifdefs for disabled uart stdio in rp2040 family | Louis Burda | |
| 2022-12-12 | fix int conversion warnings | hathach | |
| 2022-12-10 | clean up | hathach | |
| 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() | |||
