index
:
cherryusb.git
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
osal
/
usb_osal_freertos.c
Age
Commit message (
Expand
)
Author
2026-02-11
refactor: move cherryrb and cherrymp into common dir, rename with usb_ringbuf...
sakumisu
2025-06-03
feat(class): add usb_osal_thread_schedule_other to allow the applications whi...
sakumisu
2024-11-06
update(osal/freertos): update usb_osal_mq_recv and usb_osal_mq_send for isr api
sakumisu
2024-08-31
update(osal): add error log and assert when alloc fail, and stop working
sakumisu
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-07-23
refactor(osal): use osal malloc and free, remove usb_malloc & usb_free macro
sakumisu
2024-04-13
osal: freeRTOS: fix enter/exit critical
Zhihong Chen
2024-03-29
fix timer start in isr
sakumisu
2024-03-14
add timer to control interrupt transfer
sakumisu
2023-12-24
add usbh_deinitialize api
sakumisu
2023-12-05
add usb errno, do not use system errno
sakumisu
2023-12-05
add usb_osal_sem_reset api
sakumisu
2023-12-05
Revert "reset sem before taking"
sakumisu
2023-11-24
reset sem before taking
sakumisu
2023-10-12
osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue use
Zhihong Chen
2023-07-05
enum device with disposable thread, do not block hub thread
sakimisu
2023-06-28
check if current context is in irq when gives sem
sakimisu
2023-04-21
fix pointer in 64bit cpu, use uintptr_t instead
sakimisu
2022-12-11
update hub thread wakeup with queue not sem&list
sakimisu
2022-09-18
delete event and thread suppend/resume port
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-08-11
sem give use from isr
sakumisu
2022-06-21
modify section protect with global irq
sakumisu
2022-04-03
sem return with -ETIMEDOUT when timeout
sakumisu
2022-03-31
fixed osal critical section protect adapt 64bits CPU.
xieyangrun
2022-03-27
clean compiler warning.
aozima
2022-03-23
psc thread use event instead,add timeout for transfer
jzlv
2022-02-07
check if in interrupt context
sakumisu
2022-01-29
update osal api
sakumisu
2022-01-15
add usb os wrapper
sakumisu