diff options
| author | sakumisu <[email protected]> | 2022-02-14 22:39:17 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-02-14 22:39:17 +0800 |
| commit | 96f82d5ec86399d486a877a1884ee5da93f939bd (patch) | |
| tree | 8cce17868481a8cc5fb9c4923e8e22ea8ef2f0b9 /docs/api | |
| parent | 0825cbc68a6dfd2ce892ba578f76169da80e1ec4 (diff) | |
update doc with Sphinx
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/api_common.rst | 2 | ||||
| -rw-r--r-- | docs/api/api_device.rst | 26 | ||||
| -rw-r--r-- | docs/api/api_host.rst | 26 |
3 files changed, 54 insertions, 0 deletions
diff --git a/docs/api/api_common.rst b/docs/api/api_common.rst new file mode 100644 index 00000000..6f743643 --- /dev/null +++ b/docs/api/api_common.rst @@ -0,0 +1,2 @@ +其他 +========================= diff --git a/docs/api/api_device.rst b/docs/api/api_device.rst new file mode 100644 index 00000000..3dc13a29 --- /dev/null +++ b/docs/api/api_device.rst @@ -0,0 +1,26 @@ +设备协议栈 +========================= + +设备 CORE +----------------- + +设备 CDC +----------------- + +设备 HID +----------------- + +设备 MSC +----------------- + +设备 AUDIO +----------------- + +设备 VIDEO +----------------- + +设备 DFU +----------------- + +设备 PORTING +-----------------
\ No newline at end of file diff --git a/docs/api/api_host.rst b/docs/api/api_host.rst new file mode 100644 index 00000000..428ffe08 --- /dev/null +++ b/docs/api/api_host.rst @@ -0,0 +1,26 @@ +主机协议栈 +========================= + +主机 CORE +----------------- + +主机 CDC +----------------- + +主机 HID +----------------- + +主机 MSC +----------------- + +主机 AUDIO +----------------- + +主机 VIDEO +----------------- + +主机 DFU +----------------- + +主机 PORTING +-----------------
\ No newline at end of file |
