diff --git a/docs/source/support/img/ohci.png b/docs/source/support/img/ohci.png new file mode 100644 index 00000000..171f77be Binary files /dev/null and b/docs/source/support/img/ohci.png differ diff --git a/docs/source/support/index.rst b/docs/source/support/index.rst index bee33756..88f4eb1e 100644 --- a/docs/source/support/index.rst +++ b/docs/source/support/index.rst @@ -3,6 +3,10 @@ 以下内容为商业收费类,如需支持,请邮件到 1203593632@qq.com。 +- OHCI 驱动 + +.. figure:: img/ohci.png + - 主机 UVC & UAC 类 EHCI IP 中 ISO 驱动和 UAC/UVC 框架 .. figure:: img/ehci_hostuvc1.png diff --git a/docs/source/version.rst b/docs/source/version.rst index 98bb6e59..ba7a3170 100644 --- a/docs/source/version.rst +++ b/docs/source/version.rst @@ -63,4 +63,27 @@ v1.4.0 - porting 重构 XHCI/PUSB2 驱动,不开源;ehci 和 ohci 文件改名;增加 remote wakeup api - esp 组件库支持 - chipidea 从机驱动支持,nxp mcx 系列主从支持 -- threadx os 支持 \ No newline at end of file +- 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 代码更新 \ No newline at end of file