| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-22 | use tu_static instead of static _fuzz_thread | hathach | |
| 2023-02-22 | Merge pull request #1867 from silvergasp/thread_local_globals | Ha Thach | |
| fix: Change all static variables to thread when fuzzing | |||
| 2023-02-22 | rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread | hathach | |
| 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-01-20 | fix: Change all static variables to thread when fuzzing | Nathaniel Brough | |
| 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 | 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 | 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-04 | Fix typos | Bastien Nocera | |
| 2022-06-27 | fix all warnings with host rp2040 | hathach | |
| 2022-06-24 | add more warning option, also fix -Wconversion with rp2040 | hathach | |
| -Wuninitialized, -Wunused, -Wredundant-decls | |||
| 2022-06-02 | rhport argument in usbd_ API() is not used (always use the initialized port) | hathach | |
| remove the usage of TUD_OPT_RHPORT in class driver | |||
| 2022-03-19 | rename usbh_edpt_open() to tuh_edpt_open() | hathach | |
| 2022-03-19 | add parse config descriptor to example | hathach | |
| move usbh_edpt_open() to public API, remove rhport from its signature | |||
| 2022-03-18 | move daddr into xfer struct | hathach | |
| 2022-03-17 | rename user_arg to user_data | hathach | |
| 2022-03-17 | rename tuh_control_xfer_t to tuh_xfer_t | hathach | |
| 2022-03-17 | slightly change the signature of tuh_control_xfer | hathach | |
| 2022-03-17 | change tuh_control_xfer_t struct | hathach | |
| 2022-03-11 | update hid,msc to new usbh control API | hathach | |
| 2022-03-11 | rework usbh control xfer | hathach | |
| - change API of tuh_control_xfer and its callback - rename tuh_control_complete_cb_t to tuh_control_xfer_cb_t - add user argument to control callback - migrate usbh and hub | |||
| 2022-03-09 | add tusb_debug.h remove tusb_error.h | hathach | |
| move debug utils to new header | |||
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
