summaryrefslogtreecommitdiff
path: root/tinyusb/tusb.c
AgeCommit message (Collapse)Author
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-12add semaphore post in usbh_isr for control pipehathach
add osal_queue_send in usbh_device_plugged add macro for placing breakpoint macros fix ehci init: - regs->cmd or (add run_stop) - enable port power in portsc add tusb_task_runner in main loop
2013-03-04abstract call chains from hal usb isrhathach
2013-03-04replace TUSB_CFG_HOST by MODE_HOST_SUPPORTEDhathach
move stuffs around
2013-03-04add alignof to compilier specifichathach
add static_assert support for IAR (built-in support)
2013-02-27house keepinghathach
- correct initialization call sequence - move hcd_init to ehci.c
2013-01-27house keepinghathach
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
2013-01-13rename ASSERT_ERROR to ASSERT_STATUShathach
add binary const support @ common/binary.h enhance assert support @ common/assertion.h add test code for assertion.h
2012-12-20rename a bunch of configure macroshathach
2012-12-03fix some doxygen settings and stuffs add prepacked for IAR compilerhathach
2012-12-02add extern "C" for cpphathach
start to work on hal layer
2012-12-02extract hal_inithathach
2012-11-29change license email to websitehathach
added support for cdc devices
2012-11-29house keepinghathach
2012-11-29add more doxygen docshathach
start to use TUSB_Error_t
2012-11-27house keepinghathach
2012-11-27added fileshathach
added some template code