summaryrefslogtreecommitdiff
path: root/tinyusb/osal
AgeCommit message (Expand)Author
2013-10-27static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256hathach
2013-10-27fix osal_none timeout, instant return with OSAL_TIMEOUT_NOTIMEOUThathach
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-18clean up warningshathach
2013-09-14increase usb transaction time-out as host_cmsis_rtx easily timeoutedhathach
2013-09-13fix cmsis rtx tick configurationhathach
2013-09-13fix task def with cmsis rtxhathach
2013-09-13all project can run okhathach
2013-09-13integrate & able to run cmsis-rtx with current code basehathach
2013-09-10able to get blinky + greetinghathach
2013-07-05fix bug with RNDIS class open using non-static variable p_cdchathach
2013-07-05implementing initializing for RNDIShathach
2013-07-04port osal_mutex to freeRTOS, able to mount mouse & cdc devicehathach
2013-06-29test refractorhathach
2013-06-29add SUBTASK_EXIT in osal.h for TDD projecthathach
2013-06-27use SUBTASK_EXIT to restart & exit task without "assert"hathach
2013-06-27add mutex support for osalhathach
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-05-21fix issue with osal_none queue defhathach
2013-05-09test clean uphathach
2013-05-06change format of file header & license spacinghathach
2013-04-27fix bug with osal_queue for freeRTOShathach
2013-04-27fix bug (wrong logic) with osal_task_delay in non OS configurehathach
2013-04-25implement hcd_port_speed_gethathach
2013-04-25change OSAL_TASK_DEF to decouple variable name with task namehathach
2013-04-25add attribute warn unused result for osal_create_* functionhathach
2013-04-25add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOShathach
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-23rename OSAL_TASK_DECLARE to OSAL_TASK_FUNCTIONhathach
2013-04-21rename nxp_sof_received to nxp_int_sofhathach
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-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-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-27make osal_tick_get, osal_tick_tock static inlinehathach
2013-02-26add osal subtask supporthathach
2013-02-08add TUSB_CFG_HOST_CONTROLLER_START_INDEXhathach
2013-02-06update enumeration up to get full configuration descriptorhathach
2013-02-06remove hcd_addr0_close_Ignorehathach
2013-02-06fix TASK_ASSERT for osal_none.hhathach
2013-02-06refractor move test enum to its own filehathach