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_rtthread.c
Age
Commit message (
Expand
)
Author
2025-06-04
fix(osal/usb_osal_rtthread): up version to v5.2.0 to use RT_SCHED_PRIV(self)....
v1.5.0-rc2
sakumisu
2025-06-03
feat(class): add usb_osal_thread_schedule_other to allow the applications whi...
sakumisu
2025-01-22
osal: fix rtthread usb_osal_thread_delete() API (#288)
chenzhihong007
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-05-04
add check for rtt config
sakumisu
2024-03-14
must enable RT_USING_TIMER_SOFT when use timer
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-12
fix rt-thread once thread delete
sakimisu
2023-07-05
enum device with disposable thread, do not block hub thread
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-11-11
fix usb_osal_sem_take return val in rt-thread port
sakumisu
2022-09-18
delete event and thread suppend/resume port
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
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
fixed RT-Thread event porting.
aozima
2022-03-27
clean compiler warning.
aozima
2022-03-23
psc thread use event instead,add timeout for transfer
jzlv
2022-03-19
revert thread prio caculate,add sem delete
sakumisu
2022-02-14
invert priority so that large number with high priority
sakumisu
2022-02-13
update sconscript and osal for rtthread
sakumisu
2022-01-29
update osal api
sakumisu
2022-01-15
add usb os wrapper
sakumisu