summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal.h
AgeCommit message (Expand)Author
2018-03-05clean uphathach
2018-03-05reame SUBTASK_EXIT to SUBTASK_RETURNhathach
2018-03-01osal macro 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-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-09remove OSAL_VAR for the simplicityhathach
2014-03-25more doxygen stuffshathach
2014-03-25doxygen documentinghathach
2014-03-24doxygen documentinghathach
2014-03-23doxygen clean uphathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-16doxygen documenthathach
2014-02-28merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.hhathach
2013-10-25more doxygen workhathach
2013-10-24change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearancehathach
2013-09-24allow a limited model to deal with stalled pipe/transactionhathach
2013-09-13all project can run okhathach
2013-09-13integrate & able to run cmsis-rtx with current code basehathach
2013-07-05implementing initializing for RNDIShathach
2013-06-29test refractorhathach
2013-06-29add SUBTASK_EXIT in osal.h for TDD projecthathach
2013-06-27add mutex support for osalhathach
2013-05-06change format of file header & license spacinghathach
2013-04-25change OSAL_TASK_DEF to decouple variable name with task namehathach
2013-04-24- change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with mo...hathach
2013-04-24move main work in usbh_enumeration_task to its body subtask for task_assert s...hathach
2013-04-23rename OSAL_TASK_DECLARE to OSAL_TASK_FUNCTIONhathach
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-04-07add hal init for USB1 and trying to get USB1 workinghathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-12add semaphore reset & queue flush API for osalhathach
2013-03-11add semphore reset & queue flush APIhathach
2013-02-27add timeout_timer.h to provide real tick timeout service for blocking controlhathach
2013-02-26add osal subtask supporthathach
2013-02-06update enumeration up to get full configuration descriptorhathach
2013-02-06fix TASK_ASSERT for osal_none.hhathach
2013-02-06refractor move test enum to its own filehathach
2013-02-04add TUSB_CFG_HOST_ENUM_BUFFER_SIZEhathach
2013-02-04refine ASSERT_DEFINE to allow special error_handler for os taskhathach
2013-02-02refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_ENDhathach
2013-02-01change osal_timeout_t to uint32_thathach
2013-02-01add std=gnu99 for test buildhathach
2013-01-31change cmock ignore to args onlyhathach
2013-01-31add ASSERT_BIN8 and its test codehathach