File tree Expand file tree Collapse file tree 5 files changed +17
-8
lines changed
Expand file tree Collapse file tree 5 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 11VERSION_MAJOR = 1
22VERSION_MINOR = 5
3- PATCHLEVEL = 0
3+ PATCHLEVEL = 1
44VERSION_TWEAK = 0
55EXTRAVERSION = 0
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66copyright = '2022 ~ 2025, sakumisu'
77author = '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
Original file line number Diff line number Diff 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 初步支持
Original file line number Diff line number Diff line change 1- version : " 1.5.0 "
1+ version : " 1.5.1 "
22description : CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP
33tags :
44 - usb
@@ -18,7 +18,7 @@ repository: https://github.com/cherry-embedded/CherryUSB.git
1818documentation : https://cherryusb.readthedocs.io/
1919issues : https://github.com/cherry-embedded/CherryUSB/issues
2020dependencies :
21- idf : " >=5.0 "
21+ idf : " >=4.4.1 "
2222targets :
2323 - esp32s2
2424 - esp32s3
You can’t perform that action at this time.
0 commit comments