summaryrefslogtreecommitdiff
path: root/osal/idf/usb_osal_idf.c
AgeCommit message (Collapse)Author
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-08-04update(osal/idf): change xtaskcreate to xTaskCreatePinnedToCoresakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27fix(osal/idf): fix esp timer handlesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27update(osal/idf): change freertos timer to esp_timersakumisu
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]>
2024-11-06update(osal/freertos): update usb_osal_mq_recv and usb_osal_mq_send for isr apisakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-08-12feat(osal): import idf osal from udoudou/esp_cherryusbsakumisu