espressif_tinyusb/tinyusb/class
hathach 27f860db9f rename hidh_keyboard_info_t to hidh_interface_info_t
rename tusb_bus_event_t to tusb_event_t
add test_mouse_init and more stuff for hidh mouse
move delay after port reset to only for speed detection
prioritize port change interrupt over xfer interrupt
- in case of unplugged, current connect change & xfer error both set
- xfer error only break to debugger if not because of unplugged

fix bug: set dev addr0 state to UNPLUG after close its control pipe in enumeration process
2013-04-07 05:09:18 +07:00
..
WinCDCdriver.inf change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
cdc.c change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
cdc.h change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hid.c change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hid.h add test for pipe_interrupt_xfer 2013-03-27 11:51:44 +07:00
hid_device.h change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hid_host.c rename hidh_keyboard_info_t to hidh_interface_info_t 2013-04-07 05:09:18 +07:00
hid_host.h rename hidh_keyboard_info_t to hidh_interface_info_t 2013-04-07 05:09:18 +07:00
msc_host.c change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
msc_host.h rename hidh_keyboard_info_t to hidh_interface_info_t 2013-04-07 05:09:18 +07:00