espressif_tinyusb/src
hathach b034c18077
add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and in_isr
also allow exit tud_task,tuh_task after processing all events for
running other background task for user
2022-04-20 18:29:41 +07:00
..
class rename usbh_edpt_open() to tuh_edpt_open() 2022-03-19 14:59:31 +07:00
common add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and in_isr 2022-04-20 18:29:41 +07:00
device add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and in_isr 2022-04-20 18:29:41 +07:00
host add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and in_isr 2022-04-20 18:29:41 +07:00
osal fix freertos issue when 1 tick > 1 ms 2022-04-20 14:37:42 +07:00
portable add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pending for event queue with timeout of 1 ms 2022-04-20 13:25:38 +07:00
tusb.c implement tu_edpt_release() 2022-03-09 17:26:55 +07:00
tusb.h add parse config descriptor to example 2022-03-19 00:43:31 +07:00
tusb_option.h add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pending for event queue with timeout of 1 ms 2022-04-20 13:25:38 +07:00