forked from xuos/xiuos
Ubiquitous/RT_Thread: update the README file
This commit is contained in:
parent
7f24c672dd
commit
9904709d70
|
@ -7,18 +7,18 @@
|
|||
```
|
||||
xiuos/Ubiquitous/Rt-thread
|
||||
├── README.md
|
||||
├── bsp BSP代码
|
||||
|──stm32f407-atk-coreboard
|
||||
├── aiit_board 板级支持包
|
||||
|──stm32f407_core
|
||||
|──k210
|
||||
├── drivers WiFi、Camera 等相关用户驱动
|
||||
└── rt-thread RT-Thread 代码
|
||||
├── app_match_rt-thread WiFi、Camera 等适配rt-thread的用户驱动
|
||||
└── rt-thread RT-Thread 代码
|
||||
```
|
||||
|
||||
## 支持平台
|
||||
|
||||
Rt-thread/bsp 目前主要支持两个平台:STM32F4 和 Kendryte K210。如果后续用户想自己添加相关bsp在此目录添加即可。
|
||||
Rt-thread/aiit_board 目前主要支持两个平台:STM32F4 和 Kendryte K210。如果后续用户想自己添加相关的板级支持包在此目录添加即可。
|
||||
|
||||
Rt-thread/drivers 目前主要支持 WiFi 和 Camera,其他驱动复用 RT-Thread 的内容。如果rt-thread官方仓库驱动不满足用户使用要求,如果用户增加相关驱动可在此目录。
|
||||
Rt-thread/app_match_rt-thread 目前主要支持 WiFi 和 Camera,其他驱动复用 RT-Thread 的内容。如果rt-thread官方仓库驱动不满足用户使用要求,如果用户增加相关驱动可在此目录。
|
||||
|
||||
Rt-thread/rt-thread 使用 RT-Thread 作为系统基础设施,提供底层支持。
|
||||
|
||||
|
@ -29,7 +29,7 @@ Rt-thread/rt-thread 使用 RT-Thread 作为系统基础设施,提供底层支
|
|||
```
|
||||
# 进入xiuos目录下载更新子模块(包括RT-thread 和 K210 SDK)
|
||||
git submodule update --init --recursive
|
||||
# 进入 xiuos/Ubiquitous/Rt-thread/bsp/stm32f407-atk-coreboard 配置 Kconfig
|
||||
# 进入 xiuos/Ubiquitous/Rt-thread/aiit_board/stm32f407_core 配置 Kconfig
|
||||
scons --menuconfig
|
||||
# 编译
|
||||
scons
|
||||
|
|
Loading…
Reference in New Issue