esp32-s2_dfu/tinyusb/class
hathach 7b5d9edc5a add test for pipe_interrupt_xfer
implement keyboard app code
- forcefully place keyboard_report in RAM section 3
change used bit in qtd from reserved in buffer[1] to alternate link
add code for fake ehci controller runs on period interrupt
change signature of tusbh_hid_keyboard_get_report
- tusb_keyboard_report_t* to uint8_t*
implement period (interrupt) complete isr processing
2013-03-27 11:51:44 +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 add test for pipe_interrupt_xfer 2013-03-27 11:51:44 +07:00
hid_host.h add test for pipe_interrupt_xfer 2013-03-27 11:51:44 +07:00
msc_host.c change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
msc_host.h - put ATTR_UNUSED to hardfault handler variables to discard compiler warning 2013-03-26 12:14:04 +07:00