1.新增AC6 配置GNU教程。

This commit is contained in:
MacRsh
2023-12-12 14:41:09 +08:00
parent 1e18025778
commit 7e4b860785
3 changed files with 12 additions and 0 deletions

View File

@@ -207,8 +207,14 @@ int main(void)
3. 配置GNU语法。如果您使用的是非 `GCC` 编译器请使能GNU语法。以 `keil` 为例:
AC5:
![工程目录6](document/picture/readme/README_Build6.png)
AC6:
![工程目录7](document/picture/readme/README_AC6.png)
4. 在您的工程中引入 `#include "include/mr_lib.h"`。
5. 在 `main` 函数中添加 `mr_auto_init();` 自动初始化函数。

View File

@@ -225,8 +225,14 @@ tutorials are based on applying Kconfig).
3. Configure the GNU syntax. If you are using a non-gcc compiler, enable GNU syntax. Take `keil` for example:
AC5:
![project directory6](document/picture/readme/README_Build6.png)
AC6:
![project directory7](document/picture/readme/README_AC6.png)
4. Include `#include "include/mr_lib.h"` in your project.
5. Add the automatic initialization function `mr_auto_init();` in the main function.

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB