summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_common.h
AgeCommit message (Expand)Author
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