| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-12 | Correct bitfields for ↵ | Jeff Trull | |
| cdc_desc_func_telephone_call_state_reporting_capabilities_t | |||
| 2023-02-10 | Adjust reserved bitfields to make SDCC happy | Jeff Trull | |
| - keep each field at or under 16b - For optimal packing, segment fields to 8b boundaries | |||
| 2023-02-04 | change length in tud_hid_report_complete_cb() from uint8 to uint16 | hathach | |
| 2023-01-20 | fix: Change all static variables to thread when fuzzing | Nathaniel Brough | |
| 2023-01-20 | fix warnings with arithmetic on void* pointer | hathach | |
| 2023-01-13 | fix: Replace device calls to memcpy with tu_memcpy_s | Nathaniel Brough | |
| Introduces a new function tu_memcpy_s, which is effectively a backport of memcpy_s. The change also refactors calls to memcpy over to the more secure tu_memcpy_s. | |||
| 2023-01-07 | Merge pull request #1820 from Staacks/master | Ha Thach | |
| Fix UVC probe and commit on MacOS | |||
| 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-04 | More warning fixes | Mengsk | |
| 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-31 | Optimize descriptor looping. | Mengsk | |
| 2022-12-30 | Add ISO buffer allocation. | Mengsk | |
| 2022-12-29 | UAC : Enable fifo based transfer on stm32_fsdev | Mengsk | |
| 2022-12-27 | Fix UVC probe and commit on MacOS | Staacks | |
| 2022-12-27 | fix ncm warning | hathach | |
| 2022-12-24 | add tuh_cdc_peek() | hathach | |
| 2022-12-22 | fix incorrect rx buf in cdc | hathach | |
| 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 | 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 | 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 | minor debug log | hathach | |
| 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 | fix hid host incorrect edpt release if failed to transmit | hathach | |
| add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum | |||
| 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-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-08 | Added missing typecast to pass build checks | scoudreau | |
| 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 | fix typo, add -Wno-error=unreachable-code for fuzz due to latest cdc changes | hathach | |
| 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 | |
