summaryrefslogtreecommitdiff
path: root/tinyusb/host
AgeCommit message (Expand)Author
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-06-23add custom bulk out testhathach
2013-06-22fix bug with custom class that terminate xfer after the first QTDhathach
2013-06-22fix licensehathach
2013-06-21add api for hcd: hcd_pipe_is_idlehathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-05-25rename descriptor type, hid descriptor typehathach
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach
2013-05-09refractor testhathach
2013-05-09test clean uphathach
2013-05-06add log2_of and use this function in get_period_headhathach
2013-05-06add stub for msc host & hub driverhathach
2013-05-06change format of file header & license spacinghathach
2013-04-28clean up mainhathach
2013-04-27reduce delay after reset to 20mshathach
2013-04-25implement hcd_port_speed_gethathach
2013-04-25change OSAL_TASK_DEF to decouple variable name with task namehathach
2013-04-25add attribute warn unused result for osal_create_* functionhathach
2013-04-25add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOShathach
2013-04-24- change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with mo...hathach
2013-04-24move main work in usbh_enumeration_task to its body subtask for task_assert s...hathach
2013-04-24fix potential error with usbh_control_xfer_subtask in subtask_asserthathach
2013-04-23rename OSAL_TASK_DECLARE to OSAL_TASK_FUNCTIONhathach
2013-04-22fix compiler error for USB1 to none in ehci.chathach
2013-04-22change config to use USB0 onlyhathach
2013-04-21complete the support for correct polling of 1ms 2ms 4ms 8mshathach
2013-04-21separate fake ehci's run async & period listhathach
2013-04-21rename nxp_sof_received to nxp_int_sofhathach
2013-04-10- ehci: free error TD for recoveryhathach
2013-04-10change keyboard_app.c & mouse_app.c from polling API to interrupt-based (call...hathach
2013-04-10change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) si...hathach
2013-04-09add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete ...hathach
2013-04-09adding code to allow configure MIC2555 to pull down D+/D- (still need bit ban...hathach
2013-04-08move MCU define to tusb_option.h, fix the ATTR with USB RAMhathach
2013-04-07rename hidh_keyboard_info_t to hidh_interface_info_thathach
2013-04-07fix compiling error for tests projecthathach
2013-04-07add hal init for USB1 and trying to get USB1 workinghathach
2013-04-05add control xfer for ehci controller fake: ehci_controller_control_xfer_proceedhathach
2013-03-29clean up, update tests for hcd_port_reset after 8 byte descriptor & set confi...hathach
2013-03-29fix the damn bug within 10 line of code in keyboard_app.chathach
2013-03-27add test for pipe_interrupt_xferhathach
2013-03-26add code & test for hidh_isr (set status for keyboard)hathach
2013-03-26rename pipe_status_t to tusb_interface_status_thathach
2013-03-26fix bug with enum task skipping decriptorhathach
2013-03-26add code for hidh closehathach
2013-03-26add field to endpoint maxpacketsize (mult)hathach
2013-03-26- put ATTR_UNUSED to hardfault handler variables to discard compiler warninghathach
2013-03-26start merge hidh_keyboard back to hidhhathach
2013-03-26pass all the current testshathach
2013-03-26add flag_supported_class to usbh_deviceshathach