summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_freeRTOS.h
AgeCommit message (Collapse)Author
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-02-08add TUSB_CFG_HOST_CONTROLLER_START_INDEXhathach
update usbh_init and test code for TUSB_CFG_HOST_CONTROLLER_START_INDEX clean up some
2013-02-06remove hcd_addr0_close_Ignorehathach
add code to check error handling from enum task
2013-02-04complete define osal_freeRTOS for semaphore and queuehathach
2013-02-04port osal_FreeRTOS, add some include to be able to mock & linkhathach
change osal_none's queue_t member from uint16_t to uint8_t
2013-02-04refine ASSERT_DEFINE to allow special error_handler for os taskhathach
add device_addr0 for enumeration task start to add osal port for freeRTOS