Skip to content

Commit 1e9ed63

Browse files
luhuadongmysterywolf
authored andcommitted
docs: fix source code catalog Name item
1 parent 7245dbd commit 1e9ed63

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It includes:
5353

5454
| Name | Description |
5555
| ------------- | ------------------------------------------------------- |
56-
| BSP | Board Support Package based on the porting of various development boards |
56+
| bsp | Board Support Package based on the porting of various development boards |
5757
| components | Components, such as finsh shell, file system, protocol stack etc. |
5858
| documentation | Related documents, like coding style, doxygen etc. |
5959
| examples | Related sample code |

README_de.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Sie umfasst:
5353

5454
| Name | Beschreibung |
5555
| ------------- | ------------------------------------------------------- |
56-
| BSP | Board Support Package basierend auf der Portierung von verschiedenen Entwicklungsboards. |
57-
| Komponenten | Komponenten, wie Shell, Dateisystem, Protokollstapel usw. |
58-
| Dokumentation | Verwandte Dokumente, wie Coding Style, Doxygen usw. |
59-
| Beispiele | Zugehöriger Beispielcode. |
60-
| einschließen | Kopfdateien des RT-Thread-Kernels. |
56+
| bsp | Board Support Package basierend auf der Portierung von verschiedenen Entwicklungsboards. |
57+
| components | Komponenten, wie Shell, Dateisystem, Protokollstapel usw. |
58+
| documentation | Verwandte Dokumente, wie Coding Style, Doxygen usw. |
59+
| examples | Zugehöriger Beispielcode. |
60+
| include | Kopfdateien des RT-Thread-Kernels. |
6161
| libcpu | CPU-Portierungscode wie ARM/MIPS/RISC-V usw. |
6262
| src | Die Quelldateien für den RT-Thread-Kernel. |
63-
| Werkzeuge | Die Skriptdateien für das RT-Thread Befehlserstellungswerkzeug. |
63+
| tools | Die Skriptdateien für das RT-Thread Befehlserstellungswerkzeug. |
6464

6565
RT-Thread wurde inzwischen für fast 200 Entwicklungsboards portiert, die meisten BSPs unterstützen MDK, IAR-Entwicklungsumgebung und GCC-Compiler und bieten ein Standard-MDK- und IAR-Projekt, das es den Benutzern ermöglicht, ihren eigenen Anwendungscode direkt auf der Grundlage des Projekts hinzuzufügen. Jedes BSP hat eine ähnliche Verzeichnisstruktur, und die meisten BSPs bieten eine README.md-Datei, eine Datei im Markdown-Format, die eine grundlegende Einführung in das BSP enthält und erklärt, wie man einfach mit dem BSP beginnt.
6666

README_es.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Incluye:
5353

5454
| Name | Descripción |
5555
| ------------- | ------------------------------------------------------- |
56-
| BSP | Board Support Package basado en la portación de varias placas de desarrollo |
56+
| bsp | Board Support Package basado en la portación de varias placas de desarrollo |
5757
| componentes | Componentes, como finsh shell, sistema de archivos, pila de protocolos, etc.|
58-
| documentación | Documentos relacionados, como el estilo de codificación, doxygen, etc. |
59-
| ejemplos | Código de ejemplo relacionado |
60-
| incluir | Archivos de cabecera del kernel RT-Thread. |
61-
| libcpu | Código de portabilidad de CPUs como ARM/MIPS/RISC-V, etc.|
58+
| documentation | Documentos relacionados, como el estilo de codificación, doxygen, etc. |
59+
| examples | Código de ejemplo relacionado |
60+
| include | Archivos de cabecera del kernel RT-Thread. |
61+
| libcpu | Código de portabilidad de CPUs como ARM/MIPS/RISC-V, etc.|
6262
| src | Los archivos fuente del kernel RT-Thread. |
63-
| herramientas | Los archivos de script para la herramienta de construcción de comandos de RT-Thread. |
63+
| tools | Los archivos de script para la herramienta de construcción de comandos de RT-Thread. |
6464

6565
RT-Thread ha sido portado para casi 200 placas de desarrollo, la mayoría de los BSPs soportan el MDK, el entorno de desarrollo IAR y el compilador GCC, y han proporcionado un proyecto MDK e IAR por defecto, que permite a los usuarios añadir su propio código de aplicación directamente basado en el proyecto. Cada BSP tiene una estructura de directorio similar, y la mayoría de los BSPs proporcionan un archivo README.md, que es un archivo con formato markdown que contiene la introducción básica del BSP, y presenta cómo empezar a usar el BSP de forma sencilla.
6666

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RT-Thread源代码目录结构如下图所示:
5757

5858
| 名称 | 描述 |
5959
| ------------- | ------------------------------------------------------- |
60-
| BSP | Board Support Package(板级支持包)基于各种开发板的移植 |
60+
| bsp | Board Support Package(板级支持包)基于各种开发板的移植 |
6161
| components | RT-Thread 的各个组件代码,例如 finsh,gui 等。 |
6262
| documentation | 相关文档,如编码规范等 |
6363
| examples | 相关示例代码 |

0 commit comments

Comments
 (0)