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
2026-07-12
update(osal): remove log
sakumisu
2026-05-12
Add HS support for esp32s31
yanke
2026-02-11
refactor: move cherryrb and cherrymp into common dir, rename with usb_ringbuf...
sakumisu
2026-01-13
refactor(osal): replace NuttX internal APIs with POSIX APIs
SunJ
2025-12-12
refactor(serial): add host serial framework
sakumisu
2025-11-25
update: remove ununsed osal
sakumisu
2025-11-23
fix(osal/usb_osal_ucosiii): fix msleep opt
sakumisu
2025-11-05
fix(osal/usb_osal_threadx): delete self in another thread
sakumisu
2025-11-04
fix(osal/usb_osal_ucosiii): lock before free
sakumisu
2025-11-03
fix(osal/usb_osal_ucosiii): memset after malloc
sakumisu
2025-10-15
refactor(usb_osal_threadx): optimize the creation and deletion of threads
MDLZCOOL
2025-10-09
feat(osal): add ucosiii osal
sakumisu
2025-09-01
bugfix: Fix some compilation errors
LiPeng
2025-09-01
bugfix: Fix support for idf versions lower than 5.3
LiPeng
2025-08-04
update(osal/idf): change xtaskcreate to xTaskCreatePinnedToCore
sakumisu
2025-07-28
update(usb_config): change CONFIG_USBHOST_MAX_INTF_ALTSETTINGS to 2 as defaul...
sakumisu
2025-07-27
fix(osal/idf): fix esp timer handle
sakumisu
2025-07-27
update(usb_config): change CONFIG_USBHOST_MAX_INTF_ALTSETTINGS to 1 as defaul...
sakumisu
2025-07-27
update(osal/idf): change freertos timer to esp_timer
sakumisu
2025-07-14
Add FS support for ESP32-P4
LiPeng
2025-07-05
refactor(port/dwc2): support custom config for each dwc2 usb port
sakumisu
2025-06-14
update(idf): increase host stack size
sakumisu
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-04
Fix esp32-p4 cache operation adaptation issue
LiPeng
2025-06-03
feat(port/dwc2): add dcache api for esp & st
sakumisu
2025-06-03
feat(class): add usb_osal_thread_schedule_other to allow the applications whi...
sakumisu
2025-05-30
fix(osal/usb_osal_liteos_m): fix task delete when thread is null
sakumisu
2025-05-28
fix(idf): fix p4 config
sakumisu
2025-05-19
update: enable CONFIG_USBDEV_ADVANCE_DESC as default
sakumisu
2025-05-19
fix zephyr build warning
Zhihong Chen
2025-05-15
chore: update zephyr code
sakumisu
2025-05-06
update(osal): rename ticks to timeout_ms
sakumisu
2025-05-06
feat(osal/usb_osal_zephyr): add zephyr osal
sakumisu
2025-05-06
update(osal/usb_osal_nuttx): update timer driver
sakumisu
2025-04-04
osal: add liteos_m osal (#301)
huohongpeng
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
[next]