summaryrefslogtreecommitdiff
path: root/osal/usb_osal.h
AgeCommit message (Collapse)Author
2023-11-17remove usb_mem.hsakumisu
2023-10-12osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue useZhihong Chen
- add USB_OSAL_WAITING_FOREVER for Semaphore and Queue use Signed-off-by: Zhihong Chen <[email protected]>
2023-07-05enum device with disposable thread, do not block hub threadsakimisu
2023-04-21fix pointer in 64bit cpu, use uintptr_t insteadsakimisu
2022-12-11update hub thread wakeup with queue not sem&listsakimisu
2022-09-18delete event and thread suppend/resume portsakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-04-01fix size_t compile errorsakumisu
2022-03-31fixed osal critical section protect adapt 64bits CPU.xieyangrun
2022-03-23psc thread use event instead,add timeout for transferjzlv
2022-01-29update osal apisakumisu
2022-01-15add usb os wrappersakumisu