Skip to content

Commit f3b5025

Browse files
committed
update(cherryusb): update to v1.5.1
Signed-off-by: sakumisu <1203593632@qq.com>
1 parent e32486f commit f3b5025

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR = 1
22
VERSION_MINOR = 5
3-
PATCHLEVEL = 0
3+
PATCHLEVEL = 1
44
VERSION_TWEAK = 0
55
EXTRAVERSION = 0

common/usb_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#undef CHERRYUSB_VERSION_STR
1616
#endif
1717

18-
#define CHERRYUSB_VERSION 0x010500
19-
#define CHERRYUSB_VERSION_STR "v1.5.0"
18+
#define CHERRYUSB_VERSION 0x010501
19+
#define CHERRYUSB_VERSION_STR "v1.5.1"
2020

2121
#endif

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
copyright = '2022 ~ 2025, sakumisu'
77
author = 'sakumisu'
88

9-
release = '1.5.0'
10-
version = '1.5.0'
9+
release = '1.5.1'
10+
version = '1.5.1'
1111

1212
# -- General configuration
1313

docs/source/version.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,13 @@ v1.5.0
125125
- cmake,scons,kconfig 更新
126126
- 使用 USB_ASSERT_MSG 对部分代码检查,全面性 warning 修复
127127
- N32H4/MM32F5 device 支持
128-
- 默认使能 CONFIG_USBDEV_ADVANCE_DESC
128+
- 默认使能 CONFIG_USBDEV_ADVANCE_DESC
129+
130+
v1.5.1
131+
----------------------
132+
133+
- 支持 rt-thread 下使用 adb shell,host serial/device cdc_acm 对接 rtdevice 框架
134+
- **dwc2 增加多个 usbport 不同参数的配置功能,比如一个全速一个高速,fifo配置和phy配置不同**
135+
- **ehci 在控制传输中如果没有 nodata 阶段会导致 data qtd 未释放,导致内存泄漏**
136+
- **dwc2 读取 setup 使用 usbd_get_next_ep0_state 去判断,避免 setup 和 ep0 out 使用在 USB_OTG_DOEPINT_XFRC 状态下冲突**
137+
- sifli usb device 初步支持

idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.5.0"
1+
version: "1.5.1"
22
description: CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP
33
tags:
44
- usb
@@ -18,7 +18,7 @@ repository: https://github.com/cherry-embedded/CherryUSB.git
1818
documentation: https://cherryusb.readthedocs.io/
1919
issues: https://github.com/cherry-embedded/CherryUSB/issues
2020
dependencies:
21-
idf: ">=5.0"
21+
idf: ">=4.4.1"
2222
targets:
2323
- esp32s2
2424
- esp32s3

0 commit comments

Comments
 (0)