summaryrefslogtreecommitdiff
path: root/tinyusb/host/hcd.c
AgeCommit message (Collapse)Author
2018-06-18rename subfolder source to srchathach
2014-03-12IAR line ending warninghathach
2013-06-22fix licensehathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-04replace TUSB_CFG_HOST by MODE_HOST_SUPPORTEDhathach
move stuffs around
2013-02-27house keepinghathach
- correct initialization call sequence - move hcd_init to ehci.c
2013-02-01add std=gnu99 for test buildhathach
add hcd_init to usbh_init and update test code add TUSB_CFG_OS_TICK_PER_SECOND define for TUSB_OS_NONE change osal_semaphore_wait and osal_queue_receive API to have timeout effectively
2013-01-27update license year from 2012 to 2013hathach
2013-01-19change error type to lower case for more consistencyhathach
change Error Enum to TUSB prefix for more consistency start to add check for OS configure
2012-12-20rename a bunch of configure macroshathach
2012-12-03fix some doxygen settings and stuffs add prepacked for IAR compilerhathach
2012-12-02extract hal_inithathach
2012-12-02add overview.md and license.md and tinyUSB overview.pnghathach
2012-11-29change license email to websitehathach
added support for cdc devices
2012-11-29hid mouse workinghathach
2012-11-29add more doxygen docshathach
start to use TUSB_Error_t