From fe4019668ad0ddd5d052a7ec2c9618dcd8245a44 Mon Sep 17 00:00:00 2001 From: Liu_Weichao Date: Fri, 11 Mar 2022 13:43:45 +0800 Subject: [PATCH] fix table error in README.md --- Ubiquitous/XiZi/board/aiit-arm32-board/README.md | 2 +- Ubiquitous/XiZi/board/cortex-m0-emulator/README.md | 3 +-- Ubiquitous/XiZi/board/cortex-m3-emulator/README.md | 3 +-- Ubiquitous/XiZi/board/cortex-m4-emulator/README.md | 3 +-- Ubiquitous/XiZi/board/cortex-m4-emulator/documents/技术文档.md | 3 +-- Ubiquitous/XiZi/board/gapuino/README.md | 3 +-- Ubiquitous/XiZi/board/gd32vf103_rvstar/README.md | 3 +-- Ubiquitous/XiZi/board/hifive1-emulator/README.md | 3 +-- Ubiquitous/XiZi/board/hifive1-rev-B/README.md | 3 +-- Ubiquitous/XiZi/board/k210-emulator/README.md | 3 +-- Ubiquitous/XiZi/board/kd233/README.md | 3 +-- Ubiquitous/XiZi/board/nuvoton-m2354/README.md | 3 +-- Ubiquitous/XiZi/board/ok1052-c/README.md | 3 +-- Ubiquitous/XiZi/board/rv32m1_vega/README.md | 3 +-- Ubiquitous/XiZi/board/stm32f103-nano/README.md | 3 +-- Ubiquitous/XiZi/board/stm32f407-st-discovery/README.md | 3 +-- 16 files changed, 16 insertions(+), 31 deletions(-) diff --git a/Ubiquitous/XiZi/board/aiit-arm32-board/README.md b/Ubiquitous/XiZi/board/aiit-arm32-board/README.md index 7d4b1d831..005ee44e7 100644 --- a/Ubiquitous/XiZi/board/aiit-arm32-board/README.md +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/README.md @@ -5,7 +5,7 @@ | 硬件 | 描述 | | -- | -- | |芯片型号| Stm32F407zgt6| -|CPU|arm cortex-m| +|CPU|arm cortex-m4| |主频| 168MHz | |片内SRAM| 192KB | |扩展SRAM| 1MB | diff --git a/Ubiquitous/XiZi/board/cortex-m0-emulator/README.md b/Ubiquitous/XiZi/board/cortex-m0-emulator/README.md index 08467f24f..8ad0d342e 100644 --- a/Ubiquitous/XiZi/board/cortex-m0-emulator/README.md +++ b/Ubiquitous/XiZi/board/cortex-m0-emulator/README.md @@ -77,7 +77,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -88,7 +88,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/cortex-m3-emulator/README.md b/Ubiquitous/XiZi/board/cortex-m3-emulator/README.md index 4a2b8df0a..ff5e8a072 100644 --- a/Ubiquitous/XiZi/board/cortex-m3-emulator/README.md +++ b/Ubiquitous/XiZi/board/cortex-m3-emulator/README.md @@ -77,7 +77,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -88,7 +88,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/cortex-m4-emulator/README.md b/Ubiquitous/XiZi/board/cortex-m4-emulator/README.md index a231493c0..31fc82a70 100644 --- a/Ubiquitous/XiZi/board/cortex-m4-emulator/README.md +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/README.md @@ -77,7 +77,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -88,7 +88,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/技术文档.md b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/技术文档.md index ad74579c8..815a5727e 100644 --- a/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/技术文档.md +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/技术文档.md @@ -85,7 +85,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -96,7 +96,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/gapuino/README.md b/Ubiquitous/XiZi/board/gapuino/README.md index 583d64cea..8e9d92a04 100755 --- a/Ubiquitous/XiZi/board/gapuino/README.md +++ b/Ubiquitous/XiZi/board/gapuino/README.md @@ -32,7 +32,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -43,7 +43,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/gd32vf103_rvstar/README.md b/Ubiquitous/XiZi/board/gd32vf103_rvstar/README.md index 63b70f522..355c154f7 100755 --- a/Ubiquitous/XiZi/board/gd32vf103_rvstar/README.md +++ b/Ubiquitous/XiZi/board/gd32vf103_rvstar/README.md @@ -32,7 +32,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -43,7 +43,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/hifive1-emulator/README.md b/Ubiquitous/XiZi/board/hifive1-emulator/README.md index 53d78f74a..c7bf1e31d 100644 --- a/Ubiquitous/XiZi/board/hifive1-emulator/README.md +++ b/Ubiquitous/XiZi/board/hifive1-emulator/README.md @@ -47,7 +47,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -58,7 +58,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/hifive1-rev-B/README.md b/Ubiquitous/XiZi/board/hifive1-rev-B/README.md index fbdf6ce43..e766f75f9 100644 --- a/Ubiquitous/XiZi/board/hifive1-rev-B/README.md +++ b/Ubiquitous/XiZi/board/hifive1-rev-B/README.md @@ -33,7 +33,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -44,7 +44,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/k210-emulator/README.md b/Ubiquitous/XiZi/board/k210-emulator/README.md index 637be1235..a86c39f6c 100644 --- a/Ubiquitous/XiZi/board/k210-emulator/README.md +++ b/Ubiquitous/XiZi/board/k210-emulator/README.md @@ -47,7 +47,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -58,7 +58,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/kd233/README.md b/Ubiquitous/XiZi/board/kd233/README.md index 127cef5af..c075aa85b 100644 --- a/Ubiquitous/XiZi/board/kd233/README.md +++ b/Ubiquitous/XiZi/board/kd233/README.md @@ -31,7 +31,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -42,7 +42,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/nuvoton-m2354/README.md b/Ubiquitous/XiZi/board/nuvoton-m2354/README.md index b66db07a0..f3bf38f19 100644 --- a/Ubiquitous/XiZi/board/nuvoton-m2354/README.md +++ b/Ubiquitous/XiZi/board/nuvoton-m2354/README.md @@ -76,7 +76,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -87,7 +87,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/ok1052-c/README.md b/Ubiquitous/XiZi/board/ok1052-c/README.md index 9bffb7681..407214a3f 100644 --- a/Ubiquitous/XiZi/board/ok1052-c/README.md +++ b/Ubiquitous/XiZi/board/ok1052-c/README.md @@ -75,7 +75,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -86,7 +86,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/rv32m1_vega/README.md b/Ubiquitous/XiZi/board/rv32m1_vega/README.md index acae0b2fd..7fdc0aa6b 100755 --- a/Ubiquitous/XiZi/board/rv32m1_vega/README.md +++ b/Ubiquitous/XiZi/board/rv32m1_vega/README.md @@ -32,7 +32,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -43,7 +43,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/stm32f103-nano/README.md b/Ubiquitous/XiZi/board/stm32f103-nano/README.md index 8ad3b4729..e2c87ed24 100644 --- a/Ubiquitous/XiZi/board/stm32f103-nano/README.md +++ b/Ubiquitous/XiZi/board/stm32f103-nano/README.md @@ -61,7 +61,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -72,7 +72,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: diff --git a/Ubiquitous/XiZi/board/stm32f407-st-discovery/README.md b/Ubiquitous/XiZi/board/stm32f407-st-discovery/README.md index 329b89d8e..dca064796 100644 --- a/Ubiquitous/XiZi/board/stm32f407-st-discovery/README.md +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/README.md @@ -63,7 +63,7 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | -- | -- | | APP_Framework | 应用代码 | | Ubiquitous | 板级支持包,支持NuttX、RT-Thread和XiZi内核 | -| | | + 2、打开XiZi内核源码文件包可以看到以下目录: | 名称 | 说明 | | -- | -- | @@ -74,7 +74,6 @@ git clone https://gitlink.org.cn/xuos/xiuos.git | lib | 第三方库源码 | | resources | 驱动文件 | | tool | 系统工具 | -| | | 使用VScode打开代码,具体操作步骤为:在源码文件夹下打开系统终端,输入`code .`即可打开VScode开发环境,如下图所示: