Deploying to gh-pages from @ cherry-embedded/CherryUSB@f91187c80a 🚀
This commit is contained in:
@@ -125,4 +125,13 @@ v1.5.0
|
||||
- cmake,scons,kconfig 更新
|
||||
- 使用 USB_ASSERT_MSG 对部分代码检查,全面性 warning 修复
|
||||
- N32H4/MM32F5 device 支持
|
||||
- 默认使能 CONFIG_USBDEV_ADVANCE_DESC
|
||||
- 默认使能 CONFIG_USBDEV_ADVANCE_DESC
|
||||
|
||||
v1.5.1
|
||||
----------------------
|
||||
|
||||
- 支持 rt-thread 下使用 adb shell,host serial/device cdc_acm 对接 rtdevice 框架
|
||||
- **dwc2 增加多个 usbport 不同参数的配置功能,比如一个全速一个高速,fifo配置和phy配置不同**
|
||||
- **ehci 在控制传输中如果没有 nodata 阶段会导致 data qtd 未释放,导致内存泄漏**
|
||||
- **dwc2 读取 setup 使用 usbd_get_next_ep0_state 去判断,避免 setup 和 ep0 out 使用在 USB_OTG_DOEPINT_XFRC 状态下冲突**
|
||||
- sifli usb device 初步支持
|
||||
File diff suppressed because one or more lines are too long
11
version.html
11
version.html
@@ -134,6 +134,7 @@
|
||||
<li class="toctree-l2"><a class="reference internal" href="#v1-4-2">v1.4.2</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#v1-4-3">v1.4.3</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#v1-5-0">v1.5.0</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#v1-5-1">v1.5.1</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -308,6 +309,16 @@
|
||||
<li><p>默认使能 CONFIG_USBDEV_ADVANCE_DESC</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="v1-5-1">
|
||||
<h2>v1.5.1<a class="headerlink" href="#v1-5-1" title="Link to this heading"></a></h2>
|
||||
<ul class="simple">
|
||||
<li><p>支持 rt-thread 下使用 adb shell,host serial/device cdc_acm 对接 rtdevice 框架</p></li>
|
||||
<li><p><strong>dwc2 增加多个 usbport 不同参数的配置功能,比如一个全速一个高速,fifo配置和phy配置不同</strong></p></li>
|
||||
<li><p><strong>ehci 在控制传输中如果没有 nodata 阶段会导致 data qtd 未释放,导致内存泄漏</strong></p></li>
|
||||
<li><p><strong>dwc2 读取 setup 使用 usbd_get_next_ep0_state 去判断,避免 setup 和 ep0 out 使用在 USB_OTG_DOEPINT_XFRC 状态下冲突</strong></p></li>
|
||||
<li><p>sifli usb device 初步支持</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user