summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_none.h
AgeCommit message (Expand)Author
2018-06-18rename subfolder source to srchathach
2018-05-17complete enhancing osal with static memoryhathach
2018-05-17osal_none remove tu_malloc in queue APIhathach
2018-05-17add osal_queue_send_isr/osal_semaphore_post_isr for better support freeRTOShathach
2018-04-12rename ASSERT_ERR to TU_ASSERT_ERR to prevent conflict with user codehathach
2018-04-07add nrf52 walkaround for errata 104, 171, 187.hathach
2018-03-30remove osal_common.hhathach
2018-03-30remove mutex resethathach
2018-03-30get freertos buildhathach
2018-03-29rename tusb_hal_tick_get to tusb_hal_millishathach
2018-03-29rename VERIFY_STATUS to VERIFY_ERRhathach
2018-03-29assert clean uphathach
2018-03-28more renamehathach
2018-03-22rename osal SUBSTASK to STASKhathach
2018-03-22improve usbd control transferhathach
2018-03-21osal subtask renamehathach
2018-03-14rename OSAL_SUBTASK_INVOKEDhathach
2018-03-13working on nrf52hathach
2018-03-11rename hal_* to tusb_hal_*hathach
2018-03-11adding nrf52840 port, able to blink led with pca10056hathach
2018-03-08clean uphathach
2018-03-07rename tusb_tick_get to hal_tick_gethathach
2018-03-05clean uphathach
2018-03-05reame SUBTASK_EXIT to SUBTASK_RETURNhathach
2018-03-03cleanup SUBTASK macroshathach
2018-03-02rename hal_interrupt_* to hal_usb_int_*hathach
2018-03-01osal macro clean uphathach
2018-03-01more osal clean uphathach
2018-03-01change osal_task_create signaturehathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2018-02-28refactor osal queue APIhathach
2018-02-28more clean uphathach
2018-02-28osal clean up remove OSAL_TASK_DEF, OSAL_TASK_FUNCTIONhathach
2018-02-28osal clean uphathach
2014-04-18move osal_queue_send of osal_none to osal_none.chathach
2014-04-09remove OSAL_VAR for the simplicityhathach
2014-03-24doxygen documentinghathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-17remove hardfault handlerhathach
2014-03-17refrator, replace osal_tick_get / osal_tick_tock by tusb_tick_gethathach
2014-03-16doxygen documenthathach
2014-03-14more warning clean uphathach
2014-03-13fix some warningshathach
2014-03-12fix iar warninghathach
2014-02-20fix the duplicated plug connection status change with lpc17xx by using immedi...hathach
2013-11-26change endian conversion to native to be & be to nativehathach
2013-11-21add class mounted callback for hid mouse/keyboard & refractor mouse/keyboard apphathach
2013-11-15refractor usbd, first step to make get configuration as sub taskhathach
2013-11-15add usbd_task to handle event task eg setup receivedhathach
2013-10-27static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256hathach