1.新增AC6 配置GNU教程。
This commit is contained in:
@@ -207,8 +207,14 @@ int main(void)
|
||||
|
||||
3. 配置GNU语法。如果您使用的是非 `GCC` 编译器,请使能GNU语法。以 `keil` 为例:
|
||||
|
||||
AC5:
|
||||
|
||||

|
||||
|
||||
AC6:
|
||||
|
||||

|
||||
|
||||
4. 在您的工程中引入 `#include "include/mr_lib.h"`。
|
||||
5. 在 `main` 函数中添加 `mr_auto_init();` 自动初始化函数。
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||

|
||||
|
||||
AC6:
|
||||
|
||||

|
||||
|
||||
4. Include `#include "include/mr_lib.h"` in your project.
|
||||
5. Add the automatic initialization function `mr_auto_init();` in the main function.
|
||||
|
||||
|
||||
BIN
document/picture/readme/README_AC6.png
Normal file
BIN
document/picture/readme/README_AC6.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
Reference in New Issue
Block a user