summaryrefslogtreecommitdiff
path: root/tinyusb/host/usbh.c
AgeCommit message (Expand)Author
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-21rename nxp_sof_received to nxp_int_sofhathach
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-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-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-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-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
2013-03-25remove obsolete TUSB_CFG_HOST_HID_KEYBOARD_ENDPOINT_SIZEhathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24refractor hidh keyboardhathach
2013-03-24refractorhathach
2013-03-24rename sem_hdl in usbh_device_info_t control_sem_hdlhathach
2013-03-24add TUSB_DEVICE_STATE_INVALID_PARAMETER to tusb_device_state_thathach
2013-03-24refractorhathach
2013-03-24clean up:hathach
2013-03-23- add control_pipe_status for usbh_device_info_t to reflect the status transf...hathach
2013-03-23enhance some testshathach
2013-03-23change signature usbh_isr to add tusb_bus_event_t parameterhathach
2013-03-23house keepinghathach
2013-03-23refractorhathach
2013-03-23refractorhathach
2013-03-23- house keepinghathach
2013-03-22add callback for hcd when it cleaned up all cache data for a device (previous...hathach
2013-03-22- fix bug when unplugged unmounted-already device (mostly plugged when power on)hathach
2013-03-13add some test for usbh_hcd integrationhathach
2013-03-13add usbh_pipe_control_close (in conjunction with usbh pipe control open)hathach
2013-03-13add hard fault handler to bsp.chathach
2013-03-13go through all the enumeration (up to get full configuration)hathach
2013-03-12add semaphore post in usbh_isr for control pipehathach
2013-03-12add isr api for usbh_hcdhathach
2013-03-12add project file for keilhathach
2013-03-12add semaphore reset & queue flush API for osalhathach
2013-03-11add semphore reset & queue flush APIhathach
2013-03-10add isr empty function for hidh and msch and usbhhathach
2013-03-09add class code to hcd_pipe_open to facilitate usb_complete callbackhathach
2013-03-09add int_on_complete parameter to hcd_pipe_xfer for TD chain class requesthathach
2013-03-09- addd p_qtd_list_tail to qhd structure for easy queue TDhathach
2013-03-06add prototype for hcd_pipe(control)_closehathach
2013-03-05add test & code for hcd_pipe_control_openhathach
2013-03-04replace TUSB_CFG_HOST by MODE_HOST_SUPPORTEDhathach