espressif_tinyusb/tests/test/support
hathach a493fab753 separate fake ehci's run async & period list
refractor list_find_previous_item & list_remove_qhd to act on ehci_link_t* instead of ehci_qhd_t*
fully support 1ms, 2ms, 4ms, 8ms for period list (each list has a dummy queue head)
- change period list structure
limit the maximum polling interval to 256 ms
add max_loop static MAX number of iteration for list_find_previous_item
add test for close 256ms polling interrupt
2013-04-21 15:09:54 +07:00
..
FreeRTOSConfig.h add freeRTOS source from vendor to test 2013-04-15 19:08:24 +08:00
LPC43xx.h add "mocking" version of LPC43xx.h 2013-03-02 00:09:24 +07:00
descriptor_test.c add test for mouse_open 2013-04-07 15:48:01 +07:00
descriptor_test.h add test for mouse_open 2013-04-07 15:48:01 +07:00
ehci_controller.c separate fake ehci's run async & period list 2013-04-21 15:09:54 +07:00
ehci_controller.h separate fake ehci's run async & period list 2013-04-21 15:09:54 +07:00
test_template.c change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
tusb_callback.h add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete & error event 2013-04-09 03:13:27 +07:00
tusb_config.h fix compiling error for tests project 2013-04-07 03:53:53 +07:00
type_helper.h add control xfer for ehci controller fake: ehci_controller_control_xfer_proceed 2013-04-05 14:00:37 +07:00