summaryrefslogtreecommitdiff
path: root/src/osal/osal_rtthread.h
AgeCommit message (Collapse)Author
2025-05-21osal_spin skipping lock/unlock when executed in isrhathach
2025-05-20rename osal_critcal to osal_spinlockhathach
add spinlock implementation for most rtos
2024-03-25add delete API for rtthreadhathach
2024-03-22update osal APIhathach
add osal_semaphore_delete(), osal_mutex_delete(), osal_queue_delete()
2024-02-16use rt-thread 5+ mq recv apiKai
2022-12-19Update osal_rtthread.htyustli
2022-12-19[add] semaphore reset support for rt-threadtyustli
add semaphore reset support for rt-thread
2022-06-01fix compile errortfx2001
2022-04-20add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both ↵hathach
pending for event queue with timeout of 1 ms
2022-02-25improve rphort management for usbdhathach
2021-02-08add basic support for rt-threadtfx2001