1.配置工具文档优化。

This commit is contained in:
MacRsh
2024-01-01 17:24:24 +08:00
parent 318027a782
commit a2376c5f00
4 changed files with 2 additions and 7 deletions

View File

@@ -166,7 +166,7 @@ int main(void)
![Driver目录](document/picture/readme/driver.png)
4. 移除不需要的文件 `bsp``document``module` 目录(如不需要`GIT`也可以移除`.git`文件)。完成后,目录结构如下所示:
4. 移除不需要的文件 `bsp``document`目录(如不需要`GIT`也可以移除`.git`文件)。完成后,目录结构如下所示:
![工程目录](document/picture/readme/project.png)
@@ -185,8 +185,6 @@ int main(void)
![配置工具1](document/picture/readme/kconfig_main1.png)
注:当添加对应芯片驱动的后,将显示 `Device configure``Driver configure`。对应 `Driver configure` 请参考 `bsp` 下文档。
2. 选中 `Device configure` 回车进入菜单,按照需要配置功能。
![配置工具2](document/picture/readme/kconfig_main2.png)

View File

@@ -178,7 +178,7 @@ version (the `MR` scripting tool relies on Python, install it yourself if there
![Driver directory](document/picture/readme/driver.png)
4. Remove unnecessary files` bsp `, `document`, `module` directories (you can also remove `.git `files if you don`t
4. Remove unnecessary files` bsp `, `document`directories (you can also remove `.git `files if you don`t
need` git `). When complete, the directory structure looks like this:
![project directory](document/picture/readme/project.png)
@@ -198,9 +198,6 @@ version (the `MR` scripting tool relies on Python, install it yourself if there
![Tool1](document/picture/readme/kconfig_main1.png)
Note: When the corresponding chip driver is added, `Device configure` and `Driver configure` will be displayed.
For `Driver configure` please refer to the documentation under `bsp`.
2. Enter the menu by pressing the Enter key on `Device configure`, and configure the desired functions according to
needs.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB