summaryrefslogtreecommitdiff
path: root/tinyusb/common
AgeCommit message (Expand)Author
2013-07-04add some printf when a class is mountedhathach
2013-07-03change some license texthathach
2013-07-02add tusbh_cdc_send, t usbh_cdc_receivehathach
2013-07-01add & pass a first few test for cdc hosthathach
2013-06-27add mutex support for osalhathach
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-06-26remove app_os_prio.h in os_none configurehathach
2013-06-22fix licensehathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-06-14implement hidd_control_request including std & class specific to interface nu...hathach
2013-06-08ADDING LPC176X devicehathach
2013-06-01rename romdriver handlehathach
2013-05-31refractor string descriptors, allow one-stop configure descriptor forhathach
2013-05-28rename NGX to ngxhathach
2013-05-12test refractorhathach
2013-05-11add cardinality_of function to return number of set bitshathach
2013-05-06add log2_of and use this function in get_period_headhathach
2013-05-06change format of file header & license spacinghathach
2013-04-26add hid_keycode_to_ascii_tbl for hid classhathach
2013-04-25finally able to get freeRTOS run with current mouse + keyboard examplehathach
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-21rename nxp_sof_received to nxp_int_sofhathach
2013-04-09adding code to allow configure MIC2555 to pull down D+/D- (still need bit ban...hathach
2013-03-26rename pipe_status_t to tusb_interface_status_thathach
2013-03-26add field to endpoint maxpacketsize (mult)hathach
2013-03-25add several helper functionhathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24refractor hidh keyboardhathach
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-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 project file for keilhathach
2013-03-07make "used" member of ehci_qtd_t into reserved place of buffer[1] (with asser...hathach
2013-03-04add alignof to compilier specifichathach
2013-03-04add test for hcd/host inithathach
2013-03-03implement hcd_init controller_inithathach
2013-02-28start to add code for hcd_init testhathach
2013-02-28strengthen include policy. Only limited headers are allowed to included from ...hathach
2013-02-27add timeout_timer.h to provide real tick timeout service for blocking controlhathach
2013-02-26add osal subtask supporthathach
2013-02-08updating usbh init with class inithathach
2013-02-06update enumeration up to get full configuration descriptorhathach
2013-02-06remove hcd_addr0_close_Ignorehathach
2013-02-06fix TASK_ASSERT for osal_none.hhathach
2013-02-06refractor move test enum to its own filehathach
2013-02-05remove TUSB prefix for class enum definitionshathach
2013-02-04complete define osal_freeRTOS for semaphore and queuehathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach