espressif_tinyusb/src/class/cdc
hathach a0307bafda added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
2019-05-29 16:55:15 +07:00
..
cdc.h update license year to 2019 2019-05-14 11:48:05 +07:00
cdc_device.c added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy() 2019-05-29 16:55:15 +07:00
cdc_device.h fix tud_cdc_read_char()/tud_cdc_peek() to return signed char 2019-05-22 00:54:21 +07:00
cdc_host.c update license year to 2019 2019-05-14 11:48:05 +07:00
cdc_host.h update license year to 2019 2019-05-14 11:48:05 +07:00
cdc_rndis.h update license year to 2019 2019-05-14 11:48:05 +07:00
cdc_rndis_host.c update license year to 2019 2019-05-14 11:48:05 +07:00
cdc_rndis_host.h update license year to 2019 2019-05-14 11:48:05 +07:00