summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_freeRTOS.h
AgeCommit message (Expand)Author
2013-07-04port osal_mutex to freeRTOS, able to mount mouse & cdc devicehathach
2013-05-06change format of file header & license spacinghathach
2013-04-27fix bug with osal_queue for freeRTOShathach
2013-04-27fix bug (wrong logic) with osal_task_delay in non OS configurehathach
2013-04-25implement hcd_port_speed_gethathach
2013-04-25change OSAL_TASK_DEF to decouple variable name with task namehathach
2013-04-25add attribute warn unused result for osal_create_* functionhathach
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-23rename OSAL_TASK_DECLARE to OSAL_TASK_FUNCTIONhathach
2013-04-21rename nxp_sof_received to nxp_int_sofhathach
2013-04-16getting build with freertos & host demohathach
2013-04-10change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) si...hathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-02-08add TUSB_CFG_HOST_CONTROLLER_START_INDEXhathach
2013-02-06remove hcd_addr0_close_Ignorehathach
2013-02-04complete define osal_freeRTOS for semaphore and queuehathach
2013-02-04port osal_FreeRTOS, add some include to be able to mock & linkhathach
2013-02-04refine ASSERT_DEFINE to allow special error_handler for os taskhathach