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
/
idf
Age
Commit message (
Expand
)
Author
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
2025-12-12
refactor(serial): add host serial framework
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 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-28
fix(idf): fix p4 config
sakumisu
2025-05-19
update: enable CONFIG_USBDEV_ADVANCE_DESC as default
sakumisu
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
2024-11-06
update(osal/freertos): update usb_osal_mq_recv and usb_osal_mq_send for isr api
sakumisu
2024-09-08
fix(port/dwc2): fix dwc2 rx fifo size, remove divided by 4
v1.4.0-rc2
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