Update README.md

master
张程凯 2022-01-11 19:50:51 +08:00
parent 25b98fa04d
commit 41a911e453
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @Description:
* @Date: 2022-01-06 14:31:32
* @LastEditors: CK.Zh
* @LastEditTime: 2022-01-10 22:41:38
* @LastEditTime: 2022-01-11 11:35:17
* @FilePath: /motion_ec/README.md
-->
# Motion EC 说明
@ -32,6 +32,7 @@ Motion计算机常用 **板载资源** 如下:
## 使用说明
* RTOS: `rt-thread` 目前基于release版的[4.0.x](https://github.com/RT-Thread/rt-thread/tree/v4.0.x)分支
* 组件管理:`pkgs` 官方仓库[packages](https://github.com/RT-Thread-packages)
* 构建系统:`scons`
* 工程配置: `scons --menuconfig`
* 编译器: `gcc-arm-none-eabi`