espressif_tinyusb/tinyusb
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
..
class rename hidh_keyboard_info_t to hidh_interface_info_t 2013-04-07 05:09:18 +07:00
common rename pipe_status_t to tusb_interface_status_t 2013-03-26 16:39:25 +07:00
core rename hidh_keyboard_info_t to hidh_interface_info_t 2013-04-07 05:09:18 +07:00
device change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
doxygen change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hal add hal init for USB1 and trying to get USB1 working 2013-04-07 03:40:24 +07:00
host rename hidh_keyboard_info_t to hidh_interface_info_t 2013-04-07 05:09:18 +07:00
osal add hal init for USB1 and trying to get USB1 working 2013-04-07 03:40:24 +07:00
.cproject rename a bunch of configure macros 2012-12-20 16:56:19 +07:00
.project cleaning 2012-12-18 15:08:30 +07:00
license.txt change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
mcu_capacity.h change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
tusb.c change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
tusb.h change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
tusb_option.h remove multiple instances per device for hidh keyboard (no needed) 2013-03-25 22:06:00 +07:00