1.文档修正。

This commit is contained in:
MacRsh
2023-12-19 03:51:58 +08:00
parent 79ab618db7
commit 609e187620
2 changed files with 2 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ int main(void)
| driver | 驱动文件 |
| include | 库头文件 |
| source | 库源文件 |
| build.py | 自动构建脚本 |
| Kconfig | 配置文件 |
| kconfig.py | 自动配置脚本 |
| LICENSE | 许可证 |

View File

@@ -133,6 +133,7 @@ the `Python` script automatically generates the configuration file.
| driver | Driver file |
| include | Library header file |
| source | Library source file |
| build.py | Automatic build script |
| Kconfig | Configuration files |
| kconfig.py | Automatic configuration script |
| LICENSE | Open-source license |