summaryrefslogtreecommitdiff
path: root/tinyusb/common
AgeCommit message (Expand)Author
2013-10-25move descriptor to common folderhathach
2013-10-16clean uphathach
2013-10-02clean up warnings here and therehathach
2013-09-30able to mount one device on the hubhathach
2013-09-26refractor mschhathach
2013-09-25add tusbh_msc_statushathach
2013-09-24allow a limited model to deal with stalled pipe/transactionhathach
2013-09-24add some tests support for msc hosthathach
2013-09-22added read capacity 10 with hacking codehathach
2013-09-21house keepinghathach
2013-09-20start to add msc host, fix dangerous problem with unstable device when plugge...hathach
2013-09-19starting to add support for IAR workbenchhathach
2013-09-13integrate & able to run cmsis-rtx with current code basehathach
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