1.新增中英文README。

This commit is contained in:
MacRsh
2023-11-28 14:06:30 +08:00
parent 65ff141e07
commit 68df69b294
2 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
----------
![](E:\Workspace\Clion\mr-library\mr-library\document\picture\README.png)
![项目结构图](https://gitee.com/MacRsh/mr-library/raw/develop/document/picture/README.png)
----------
@@ -71,9 +71,9 @@
`Kconfig` 会根据配置文件自动生成配置选项界面。开发者可以通过简单的操作来选择需要启用的功能组件和设置相关参数。
![](E:\Workspace\Clion\mr-library\mr-library\document\picture\README_Kconfig.png)
![配置工具](https://gitee.com/MacRsh/mr-library/raw/develop/document/picture/README_Kconfig.png)
![](E:\Workspace\Clion\mr-library\mr-library\document\picture\README_Kconfig1.png)
![配置工具1](https://gitee.com/MacRsh/mr-library/raw/develop/document/picture/README_Kconfig1.png)
通过修改参数,快速裁剪所需功能。配置完成后通过 `Python` 脚本自动生成配置文件。

View File

@@ -31,7 +31,7 @@ drivers. This greatly improves the reusability of software and its extensibility
----------
![](E:\Workspace\Clion\mr-library\mr-library\document\picture\README.png)
![framework](https://gitee.com/MacRsh/mr-library/raw/develop/document/picture/README.png)
----------
@@ -79,9 +79,9 @@ code.
`Kconfig` will automatically generate the configuration options interface based on the configuration file. Developers
can select the functional components that need to be enabled and set relevant parameters through simple operations.
![](E:\Workspace\Clion\mr-library\mr-library\document\picture\README_Kconfig.png)
![Tool](https://gitee.com/MacRsh/mr-library/raw/develop/document/picture/README_Kconfig.png)
![](E:\Workspace\Clion\mr-library\mr-library\document\picture\README_Kconfig1.png)
![Tool1](https://gitee.com/MacRsh/mr-library/raw/develop/document/picture/README_Kconfig1.png)
By modifying parameters, you can quickly tailor the required functions. After the configuration is complete,
the `Python` script automatically generates the configuration file.