esp32-s2_dfu/tinyusb/class
hathach 1667ef5041 replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as
- pipe id
- xferred_bytes

host_class_driver_t add xferred_bytes parameter
void (* const isr) (pipe_handle_t, tusb_event_t); -->   void (* const isr) (pipe_handle_t, tusb_event_t, uint32_t);

update hid_host & its tests
2013-07-03 11:36:08 +07:00
..
WinCDCdriver.inf change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
cdc.c fix lpcxpresso1347 board_leds 2013-05-29 14:39:14 +07:00
cdc.h rename cdc descriptor type 2013-07-03 10:53:16 +07:00
cdc_host.c replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as 2013-07-03 11:36:08 +07:00
cdc_host.h replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as 2013-07-03 11:36:08 +07:00
cdc_rndis.h add cdc_rndis enum & struct 2013-07-02 14:45:42 +07:00
cdc_rndis_host.c add cdc_rndis enum & struct 2013-07-02 14:45:42 +07:00
cdc_rndis_host.h add cdc_rndis enum & struct 2013-07-02 14:45:42 +07:00
custom_class.h add tusbh_cdc_send, t usbh_cdc_receive 2013-07-02 16:41:13 +07:00
custom_class_host.c house keeping 2013-07-01 11:37:53 +07:00
hid.c fix lpcxpresso1347 board_leds 2013-05-29 14:39:14 +07:00
hid.h implement hidd_control_request including std & class specific to interface number. 2013-06-14 18:22:40 +07:00
hid_device.c [host lpc43xx] adding support for host custom class 2013-06-21 13:11:45 +07:00
hid_device.h clean up some & add code for managing control request targeting interface 2013-06-16 14:41:48 +07:00
hid_host.c replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as 2013-07-03 11:36:08 +07:00
hid_host.h replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as 2013-07-03 11:36:08 +07:00
msc.h test clean up 2013-05-09 12:49:52 +07:00
msc_host.c add stub for msc host & hub driver 2013-05-06 20:09:06 +07:00
msc_host.h add stub for msc host & hub driver 2013-05-06 20:09:06 +07:00