Skip to content

Commit

Permalink
docs: fix source code catalog Name item
Browse files Browse the repository at this point in the history
  • Loading branch information
luhuadong authored and mysterywolf committed May 7, 2024
1 parent 7245dbd commit 1e9ed63
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It includes:

| Name | Description |
| ------------- | ------------------------------------------------------- |
| BSP | Board Support Package based on the porting of various development boards |
| bsp | Board Support Package based on the porting of various development boards |
| components | Components, such as finsh shell, file system, protocol stack etc. |
| documentation | Related documents, like coding style, doxygen etc. |
| examples | Related sample code |
Expand Down
12 changes: 6 additions & 6 deletions README_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ Sie umfasst:

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

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.

Expand Down
12 changes: 6 additions & 6 deletions README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ Incluye:

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

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.

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RT-Thread源代码目录结构如下图所示:

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

0 comments on commit 1e9ed63

Please sign in to comment.