From 87af9cf75fa245908c02fe3a5d2b00190ef6fe61 Mon Sep 17 00:00:00 2001 From: chunyexixiaoyu <834670833@qq.com> Date: Wed, 30 Mar 2022 18:26:31 +0800 Subject: [PATCH] Ubiquitous/RT-Thread_Fusion_XiUOS/:update documentation. --- Ubiquitous/RT-Thread_Fusion_XiUOS/README.md | 6 +++--- Ubiquitous/RT-Thread_Fusion_XiUOS/download.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Ubiquitous/RT-Thread_Fusion_XiUOS/README.md b/Ubiquitous/RT-Thread_Fusion_XiUOS/README.md index d79e05b40..25cc63e14 100644 --- a/Ubiquitous/RT-Thread_Fusion_XiUOS/README.md +++ b/Ubiquitous/RT-Thread_Fusion_XiUOS/README.md @@ -5,18 +5,18 @@ ## 目录内容 ``` -xiuos/Ubiquitous/Rt-thread +xiuos/Ubiquitous/RT-Thread_Fusion_XiUOS ├── README.md ├── aiit_board 板级支持包 |──stm32f407_core |──k210 ├── app_match_rt-thread WiFi、Camera 等适配rt-thread的用户驱动 - └── rt-thread RT-Thread 代码 + └── rt-thread rt-thread 代码 ``` ## 支持平台 -RT-Thread_Fusion_XiUOS/aiit_board 目前主要支持两个平台:STM32F4 和 Kendryte K210。如果后续用户想自己添加相关的板级支持包在此目录添加即可。 +RT-Thread_Fusion_XiUOS/aiit_board 目前主要支持平台:stm32f407_core,k210,aiit-riscv64-board,stm32h743_openmv_h7plus,xidatong. RT-Thread_Fusion_XiUOS/app_match_rt-thread 目前主要支持 WiFi 和 Camera,其他驱动复用 RT-Thread 的内容。如果rt-thread官方仓库驱动不满足用户使用要求,如果用户增加相关驱动可在此目录。 diff --git a/Ubiquitous/RT-Thread_Fusion_XiUOS/download.sh b/Ubiquitous/RT-Thread_Fusion_XiUOS/download.sh index 6be5951ba..07a0b1687 100755 --- a/Ubiquitous/RT-Thread_Fusion_XiUOS/download.sh +++ b/Ubiquitous/RT-Thread_Fusion_XiUOS/download.sh @@ -2,5 +2,5 @@ cd ../../ echo $(pwd) git submodule init -git submodule update Ubiquitous/RT_Thread/rt-thread -git submodule update Ubiquitous/RT_Thread/aiit_board/k210/kendryte-sdk/kendryte-sdk-source \ No newline at end of file +git submodule update Ubiquitous/RT-Thread_Fusion_XiUOS/rt-thread +git submodule update Ubiquitous/RT-Thread_Fusion_XiUOS/aiit_board/k210/kendryte-sdk/kendryte-sdk-source \ No newline at end of file