Skip to content

Commit

Permalink
docs: update rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisu committed Dec 9, 2024
1 parent f86443a commit 7980cb0
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Only standard and commercial USB IP are listed.

| IP | device | host | Support status |
|:----------------:|:----------:|:--------:|:--------------:|
| OHCI(intel) | none | OHCI | × |
| OHCI(intel) | none | OHCI | |
| EHCI(intel) | none | EHCI ||
| XHCI(intel) | none | XHCI ||
| UHCI(intel) | none | UHCI | × |
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ x 受以下宏影响:

| IP | device | host | Support status |
|:----------------:|:----------:|:--------:|:--------------:|
| OHCI(intel) | none | OHCI | × |
| OHCI(intel) | none | OHCI | |
| EHCI(intel) | none | EHCI ||
| XHCI(intel) | none | XHCI ||
| UHCI(intel) | none | UHCI | × |
Expand Down
Binary file added docs/source/support/img/ohci.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/source/support/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

以下内容为商业收费类,如需支持,请邮件到 [email protected]

- OHCI 驱动

.. figure:: img/ohci.png

- 主机 UVC & UAC 类 EHCI IP 中 ISO 驱动和 UAC/UVC 框架

.. figure:: img/ehci_hostuvc1.png
Expand Down
25 changes: 24 additions & 1 deletion docs/source/version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 代码更新

0 comments on commit 7980cb0

Please sign in to comment.