summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_freeRTOS.h
AgeCommit message (Expand)Author
2018-06-18rename subfolder source to srchathach
2018-05-17freeRTOS osal task use static APIhathach
2018-05-17complete osal queue, semaphore static APIhathach
2018-05-17switch osal freeRTOS port to use static semaphore & queuehathach
2018-05-17add os FromISR support for freeRTOShathach
2018-04-20enhance msc device driverhathach
2018-03-30remove osal_common.hhathach
2018-03-30clean up usbdhathach
2018-03-30remove mutex resethathach
2018-03-30get freertos buildhathach
2018-03-29rename tusb_hal_tick_get to tusb_hal_millishathach
2018-03-01correct freertos prio issuehathach
2018-03-01upgrade freertos to v10hathach
2018-03-01more osal clean uphathach
2018-03-01change osal_task_create signaturehathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2018-02-28refactor osal queue APIhathach
2018-02-28remove cmsis rtx supporthathach
2018-02-28osal clean up remove OSAL_TASK_DEF, OSAL_TASK_FUNCTIONhathach
2018-02-28osal clean uphathach
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-03-24doxygen documentinghathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-18rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZhathach
2014-03-16doxygen documenthathach
2014-02-28merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.hhathach
2013-09-13all project can run okhathach
2013-09-13integrate & able to run cmsis-rtx with current code basehathach
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