docs: update rst

This commit is contained in:
sakumisu
2024-12-09 20:18:07 +08:00
parent f86443a70b
commit 7980cb056c
5 changed files with 30 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -3,6 +3,10 @@
以下内容为商业收费类,如需支持,请邮件到 1203593632@qq.com。
- OHCI 驱动
.. figure:: img/ohci.png
- 主机 UVC & UAC 类 EHCI IP 中 ISO 驱动和 UAC/UVC 框架
.. figure:: img/ehci_hostuvc1.png

View File

@@ -63,4 +63,27 @@ v1.4.0
- porting 重构 XHCI/PUSB2 驱动不开源ehci 和 ohci 文件改名;增加 remote wakeup api
- esp 组件库支持
- chipidea 从机驱动支持nxp mcx 系列主从支持
- threadx os 支持
- threadx os 支持
v1.4.1
----------------------
- 修复device 模式下使用多个 altsetting 时重复关闭端点问题,改成 altsetting 为0时关闭
- 重构主机 audio 解析描述符
- 增加 kinetis usbip
- 主机下 usbh_msc_get_maxlun 请求部分 U 盘不支持,不做错误返回
- 主机下 usbh_hid_get_report_descriptor 导出给用户调用
- 静态代码检查
- github action 功能
v1.4.2
----------------------
- device 实现 USB_REQUEST_GET_INTERFACE 请求
- device video 传输重构,增加双缓冲功能
- device ecm 重构
- device 和 host audio 音量配置功能重构
- host 增加 AOA 驱动
- 兼容 C++ 相关修改
- fsdev 不支持 ISO 和 DWC2 高速 hub 不支持全速低速检查
- 通用 OHCI 代码更新