summaryrefslogtreecommitdiff
path: root/osal/usb_osal_liteos_m.c
AgeCommit message (Collapse)Author
2026-07-12update(osal): remove logsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-11refactor: move cherryrb and cherrymp into common dir, rename with ↵sakumisu
usb_ringbuffer and usb_mempool Signed-off-by: sakumisu <[email protected]>
2025-06-03feat(class): add usb_osal_thread_schedule_other to allow the applications ↵sakumisu
which use the struct usbh_xxx to exit properly before free struct usbh_xxx Signed-off-by: sakumisu <[email protected]>
2025-05-30fix(osal/usb_osal_liteos_m): fix task delete when thread is nullsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-06update(osal): rename ticks to timeout_mssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-04osal: add liteos_m osal (#301)huohongpeng
- support liteos_m Signed-off-by: Hongpeng Huo <[email protected]>