diff --git a/README.md b/README.md index 1701c49..8b9d9cd 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_EN.md b/README_EN.md index d105596..a740718 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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. diff --git a/document/picture/readme/kconfig_main1.png b/document/picture/readme/kconfig_main1.png index e2346eb..6344c09 100644 Binary files a/document/picture/readme/kconfig_main1.png and b/document/picture/readme/kconfig_main1.png differ diff --git a/document/picture/readme/project.png b/document/picture/readme/project.png index 72fbf77..70916ad 100644 Binary files a/document/picture/readme/project.png and b/document/picture/readme/project.png differ