summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_common.h
AgeCommit message (Collapse)Author
2018-03-30remove osal_common.hhathach
2018-03-30freertos semaphore post issue with control transferhathach
configAssert misunderstand _control_sem as mutex !!!!
2018-03-29rename tusb_hal_tick_get to tusb_hal_millishathach
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
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 & ↵hathach
lpc11uxx for better compatiable with other lib & toolchain. added lpc176x xpresso with cmsis rtx
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-19remvoe main as thread of cmsis rtx for portability.hathach
Keil & lpcxpresso4 host_cmsis_rtx work well
2014-03-18rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZhathach
remove CFG_TICKS_PER_SECOND
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
everything should work TODO: remove static for variable error in control xfer subtask
2013-05-06change format of file header & license spacinghathach
2013-04-25add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOShathach
using plain char for error enum character increase freeRTOS configMAX_PRIORITIES to 16 house keeping & clean up compiler warning
2013-03-29clean up, update tests for hcd_port_reset after 8 byte descriptor & set ↵hathach
configure before open class driver
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-12add project file for keilhathach
fix binary.h compiler specific add hal_init code to reset & set usbmode --> able to get USB ISR remove const qualifier from return function of - get_operational_register - get_period_frame_list - get_async_head - get_period_head - get_control_qhd add stub for - hcd_port_connect_status - hcd_port_speed
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
implement osal_tick_get & osal_tick_tock for osal_none implement timeout for osal_semaphore_wait
2013-01-31change cmock ignore to args onlyhathach
implementing usbh_host.c
2013-01-31add ASSERT_BIN8 and its test codehathach
add some common api for task in osal.h for mocking
2013-01-30add primitive_types.h for portable with uint8,16,32_t, and boolhathach
add osal_common.h to ease the complaint of MISRA 19.1 implement OSAL_NONE Task loop, semaphore wait/post and its test code