Skip to content

Commit 606044b

Browse files
update bsp/k210/README.md
1 parent 4e21c12 commit 606044b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

bsp/k210/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,17 @@ Kendryte中文含义为勘智,而勘智取自勘物探智。这颗芯片主要
3333

3434
编译 K210,需要有 RT-Thread 的代码,因为 K210 的 sdk 是以软件包方式,所以需要在 bsp/k210 下做软件包更新。注意,需要使用 latest 的 RT-Thread 源码和 Latest 的软件包,软件包在menuconfig中的配置路径如下:
3535

36-
​ RT-Thread online packages ---> peripheral libraries and drivers ---> kendryte K210 SDK package for rt-thread 。
36+
```
37+
RT-Thread online packages ---> peripheral libraries and drivers ---> kendryte K210 SDK package for rt-thread
38+
```
3739

3840
最新的 k210 SDK 使用了 C++17 编写了部分代码,因此需要打开 C++ 组件,C++组件在menuconfig中的配置路径如下:
3941

40-
​ RT-Thread Components ---> C++ features
42+
```
43+
RT-Thread Components ---> C++ features
44+
```
4145

42-
Windows下推进使用[env工具][1],然后在console下进入bsp/k210目录中,运行:
46+
Windows下推荐使用[env工具][1],然后在console下进入bsp/k210目录中,运行:
4347

4448
cd bsp/k210
4549
menuconfig # 在软件包中选择最新的 k210 SDK

0 commit comments

Comments
 (0)