summaryrefslogtreecommitdiff
path: root/tests/test/test_osal_none.c
AgeCommit message (Expand)Author
2013-06-05added dcd_dma_descriptor_t typdefhathach
2013-05-06change format of file header & license spacinghathach
2013-04-27fix bug (wrong logic) with osal_task_delay in non OS configurehathach
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-24fix potential error with usbh_control_xfer_subtask in subtask_asserthathach
2013-04-10change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) si...hathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-10- add test code for bulk xfer isrhathach
2013-02-26add osal subtask supporthathach
2013-02-06fix TASK_ASSERT for osal_none.hhathach
2013-02-04add TUSB_CFG_HOST_ENUM_BUFFER_SIZEhathach
2013-02-02refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_ENDhathach
2013-02-01add timeout to queue_receive and update test code for ithathach
2013-02-01change osal_timeout_t to uint32_thathach
2013-02-01add std=gnu99 for test buildhathach
2013-01-30change semaphore to volatile uint8_thathach
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-26add more test code for keyboard hid application APIhathach