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

@@ -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.