docs: update rst framework

This commit is contained in:
sakumisu
2024-09-08 00:17:55 +08:00
parent b56b67182a
commit da391c6cf9
50 changed files with 133 additions and 41 deletions

View File

@@ -0,0 +1,17 @@
基于 ESP-Registry 开发指南
===========================
ESP-Registry 可以参考官方文档,推荐使用 vscode + esp-idf 的开发环境。
- ctrl + shift + p 选择 ESP-IDF 欢迎界面,然后选择 Component mananger
.. figure:: img/esp1.png
- 找到 cherryusb 并安装
.. figure:: img/esp2.png
- 打开 menuconfig并打开 cherryusb 的配置,根据实际情况选择主机或者从机模式
.. figure:: img/esp3.png
.. figure:: img/esp4.png

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,6 +1,8 @@
基于 RT-Thread 软件包开发指南
===============================
.. note:: CherryUSB 已经加入 RT-Thread 主线,可以选择使用主线版本,配置方式相同。
本节主要介绍使用 RT-Thread 提供的软件包管理器来配置工程,以 env 作为演示。本节操作不同芯片都一样,后续不再重复讲解。打开 env 以后使用 menuconfig 进入包管理器,并在如图所示路径中选择 CherryUSB。
.. figure:: img/env0.png