We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43f8a2 commit 07de27cCopy full SHA for 07de27c
bsp/renesas/ra2a1-ek/README.md
@@ -142,17 +142,9 @@ void hal_entry(void)
142
143
**GCC**
144
145
-1.需要下载 [e² studio](https://www.renesas.cn/zh/software-tool/e-studio) 集成开发环境,使用目录下的GCC工具链`toolchains\gcc_arm\13.2.rel1\bin`
+1.fsp的使用,打开当前目录下的`configuration.xml`
146
147
-2.设置env中的工具链路径
148
-
149
-```bash
150
- set RTT_EXEC_PATH=<you_e2stdio_path>\toolchains\gcc_arm\13.2.rel1\bin
151
-```
152
153
-3.fsp的使用,打开当前目录下的`configuration.xml`
154
155
-4.配置完外设之后点击`Generate Project Content`按钮即可生成所需驱动文件。
+2.配置完外设之后点击`Generate Project Content`按钮即可生成所需驱动文件。
156
157
**注意:重新生成配置需要把当前路径下的`bsp_linker_info.h`删掉**
158
0 commit comments