summaryrefslogtreecommitdiff
path: root/src/osal
AgeCommit message (Expand)Author
2023-11-23minor-updatehathach
2023-08-03add osal queue name if neededhathach
2023-08-03Merge branch 'master' into pr2091hathach
2023-08-03Revert "Name queues for easier FreeRTOS debugging with task- and queue-aware ...hathach
2023-07-18osal_none: make it possible to override the task delay functionAladdin Bakosh
2023-06-28Name queues for easier FreeRTOS debugging with task- and queue-aware debuggersDave Nadler
2023-06-01For FreeRTOS kernel-aware debugging, when queue registry is enabled, label ti...Dave Nadler
2023-03-17fix trailing space and new linehathach
2023-02-22move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virthathach
2023-01-02Fix IAR warning: Warning[Pe381]: extra ";" ignoredMengsk
2022-12-26Merge pull request #1801 from tyustli/tyustli_sem_resetHa Thach
2022-12-19Update osal_freertos.hjbruneaux31
2022-12-19Update osal_rtthread.htyustli
2022-12-19[add] semaphore reset support for rt-threadtyustli
2022-12-15use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEXhathach
2022-12-05clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...hathach
2022-12-02Some reverts and changes after discussion.pete-pjb
2022-11-30Fix white space issue.pete-pjb
2022-11-30Modify FreeRTOS integration to allow non-static allocation.pete-pjb
2022-06-27fix all warnings with host rp2040hathach
2022-06-01fix compile errortfx2001
2022-04-20fix freertos issue when 1 tick > 1 mshathach
2022-04-20add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pend...hathach
2022-03-10refactor and integrate usbh control xfer back to usbh.chathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25improve rphort management for usbdhathach
2022-02-18fix build with latest esp idfhathach
2021-12-29add license to dcd file, slightly update readmehathach
2021-11-30Add support for Keil RTX4 OS abstraction layerYunhao Tian
2021-11-30Ignore certain compiler options on ARMCCYunhao Tian
2021-10-14More warning cleanupgraham sanderson
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
2021-05-25fix warnings cast function type for nrf, fix pico osal warninghathach
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
2021-03-10fix ci build with rp2040hathach
2021-02-26add rp2040 to host example buildhathach
2021-02-19add TU_FIFO_INIT() to help with tu_fifo declarationhathach
2021-02-16This fixes the overflow mathmatic in the fifoNicholas R Dinsmore
2021-02-08add basic support for rt-threadtfx2001
2021-01-19RP2040 supportgraham sanderson
2020-10-13osal_none: Fix queue definitionJerzy Kasenberg
2020-09-01add more logging to host stackhathach
2020-09-01Merge branch 'master' into update-hosthathach
2020-07-21follow up to pr468hathach
2020-07-20FreeRTOS: Yield from ISR to notify the USB taskme-no-dev
2020-05-22Merge branch 'master' into update-hosthathach
2020-05-20fix freeRTOS logichathach
2020-05-20remove queue lock/unlock per reviewhathach
2020-05-20remove osal_queue_t const qhdl from osal APIhathach
2020-05-20added osal_queue_empty() APIhathach