summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_common.h
AgeCommit message (Expand)Author
2018-03-30remove osal_common.hhathach
2018-03-30freertos semaphore post issue with control transferhathach
2018-03-29rename tusb_hal_tick_get to tusb_hal_millishathach
2018-03-12more renamehathach
2018-03-02refactor halhathach
2014-03-24doxygen documentinghathach
2014-03-19#define SVCall_Handler SVC_Handler in lpcxpresso startup for lpc175x_6x & lpc...hathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-19remvoe main as thread of cmsis rtx for portability.hathach
2014-03-18rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZhathach
2014-03-12IAR line ending warninghathach
2014-02-28merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.hhathach
2013-09-14increase usb transaction time-out as host_cmsis_rtx easily timeoutedhathach
2013-09-13fix cmsis rtx tick configurationhathach
2013-05-06change format of file header & license spacinghathach
2013-04-25add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOShathach
2013-03-29clean up, update tests for hcd_port_reset after 8 byte descriptor & set confi...hathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-12add project file for keilhathach
2013-02-27add timeout_timer.h to provide real tick timeout service for blocking controlhathach
2013-02-01add timeout to queue_receive and update test code for ithathach
2013-02-01change osal_timeout_t to uint32_thathach
2013-01-31change cmock ignore to args onlyhathach
2013-01-31add ASSERT_BIN8 and its test codehathach
2013-01-30add primitive_types.h for portable with uint8,16,32_t, and boolhathach