summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_none.c
AgeCommit message (Collapse)Author
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-02-27make osal_tick_get, osal_tick_tock static inlinehathach
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-27update license year from 2012 to 2013hathach
2013-01-23change configure handle to device handlehathach
change test case accordingly
2013-01-22clear 19.1hathach
2013-01-22start to supporthathach
- usbd host - osal some global define #define TUSB_CFG_HOST_CONTROLLER_NUM #define TUSB_CFG_HOST_DEVICE_MAX #define TUSB_CFG_CONFIGURATION_MAX rename & refractor HID type structure & enum use CException to test asssertion library add test for hid_host_keyboard with usbd configure get & osal queue get stubs update test for assertion library refractor ASSERT_STATUS in assertion library update tusb_error_t values rename usb basic type & enum in tusb_types.h and std_descriptors.h