summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal.h
AgeCommit message (Expand)Author
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
2013-01-30add osal queue service & its test codehathach
2013-01-30fix mocking osal api using ifdefhathach
2013-01-30add primitive_types.h for portable with uint8,16,32_t, and boolhathach
2013-01-29update usbh_init and testhathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-26add more test code for keyboard hid application APIhathach
2013-01-22clear 19.1hathach
2013-01-22start to supporthathach