espressif_tinyusb/tinyusb/core
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
..
std_descriptors.h add field to endpoint maxpacketsize (mult) 2013-03-26 13:07:42 +07:00
std_request.h add control xfer for ehci controller fake: ehci_controller_control_xfer_proceed 2013-04-05 14:00:37 +07:00
tusb_types.h rename hidh_keyboard_info_t to hidh_interface_info_t 2013-04-07 05:09:18 +07:00