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
Age
Commit message (
Expand
)
Author
2025-02-16
update(osal/idf): reduce tx fifo for more space for ep5 & ep6
sakumisu
2025-02-01
feat(core/usbd_core): add ep0 setup handler into thread feature
sakumisu
2025-01-23
feat(platform/nuttx): update fs & net & cdcacm support
sakumisu
2025-01-22
osal: fix rtthread usb_osal_thread_delete() API (#288)
chenzhihong007
2025-01-20
update(platform/nuttx): add more macros check for net and msc
sakumisu
2024-11-06
update(osal/freertos): update usb_osal_mq_recv and usb_osal_mq_send for isr api
sakumisu
2024-10-31
update(osal/usb_osal_thread): implement usb_osal_sem_reset
sakumisu
2024-09-08
fix(port/dwc2): fix dwc2 rx fifo size, remove divided by 4
v1.4.0-rc2
sakumisu
2024-08-31
update(osal): add error log and assert when alloc fail, and stop working
sakumisu
2024-08-26
feat(osal): add threadx port
sakumisu
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-08-16
refactor: move CHERRYUSB_VERSION and CHERRYUSB_VERSION_STR into usb_version.h
sakumisu
2024-08-14
update: idf config update
sakumisu
2024-08-12
feat(osal): import idf osal from udoudou/esp_cherryusb
sakumisu
2024-07-23
refactor(osal): use osal malloc and free, remove usb_malloc & usb_free macro
sakumisu
2024-05-21
fix typo
sakumisu
2024-05-11
fix nuttx timeout
sakumisu
2024-05-09
add nuttx osal
sakumisu
2024-05-04
add check for rtt config
sakumisu
2024-04-13
osal: freeRTOS: fix enter/exit critical
Zhihong Chen
2024-03-29
fix timer start in isr
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-30
add aic & intel ehci glue, add rtems osal
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-11-17
remove usb_mem.h
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-06-28
check if current context is in irq when gives sem
sakimisu
2023-05-26
add yoc port
sakimisu
2023-04-21
fix pointer in 64bit cpu, use uintptr_t instead
sakimisu
2023-01-07
remove rtx os
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-08-12
delete workq
sakumisu
2022-08-11
sem give use from isr
sakumisu
2022-08-11
fix warning
sakumisu
2022-06-21
modify section protect with global irq
sakumisu
2022-06-14
add config for workq
sakumisu
2022-05-24
add keil rtx4 for arm9 osal porting file
myxiaonia
2022-04-03
sem return with -ETIMEDOUT when timeout
sakumisu
2022-04-01
fix size_t compile error
sakumisu
2022-03-31
fixed osal critical section protect adapt 64bits CPU.
xieyangrun
[next]