Skip to content

Commit 19a7e5f

Browse files
authored
Merge pull request #3450 from RT-Thread/README-patch
[skip ci] Update README.md
2 parents cc319ac + 0cdbf61 commit 19a7e5f

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

README.md

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ RT-Thread was born in 2006, it is an open source, neutral, and community-based r
1515

1616
RT-Thread is mainly written in C language, easy to understand and easy to port(can be quickly port to a wide range of mainstream MCUs and module chips). It applies object-oriented programming methods to real-time system design, making the code elegant, structured, modular, and very tailorable.
1717

18-
1918
RT-Thread has Standard version and Nano version. For resource-constrained microcontroller (MCU) systems, the NANO kernel version that requires only 3KB Flash and 1.2KB RAM memory resources can be tailored with easy-to-use tools; And for resource-rich IoT devices, RT-Thread can use the on-line software package management tool, together with system configuration tools, to achieve intuitive and rapid modular cutting, seamlessly import rich software packages, thus achieving complex functions like Android's graphical interface and touch sliding effects, smart voice interaction effects, and so on.
2019

21-
2220
## RT-Thread Architecture
2321

2422
RT-Thread has not only a real-time kernel, but also rich components. Its architecture is as follows:
@@ -27,7 +25,6 @@ RT-Thread has not only a real-time kernel, but also rich components. Its archite
2725
![architecture](./documentation/figures/architecture.png)
2826

2927

30-
3128
It includes:
3229

3330
- Kernel layer: RT-Thread kernel, the core part of RT-Thread, includes the implementation of objects in the kernel system, such as multi-threading and its scheduling, semaphore, mailbox, message queue, memory management, timer, etc.; libcpu/BSP (Chip Migration Related Files/Board Support Package) is closely related to hardware and consists of peripheral drivers and CPU porting.
@@ -57,18 +54,17 @@ It includes:
5754
| Name | Description |
5855
| ------------- | ------------------------------------------------------- |
5956
| BSP | Board Support Package based on the porting of various development boards |
60-
| components | RT-Thread's individual component codes, such as finsh, gui, etc. |
61-
| documentation | Related documents, like coding regulation, etc., |
57+
| components | Components, such as finsh shell, file system, protocol stack etc. |
58+
| documentation | Related documents, like coding style, doxygen etc. |
6259
| examples | Related sample code |
63-
| include | Head file of RT-Thread kernel |
64-
| libcpu | Porting code for all types of chips. |
65-
| src | The source file for the RT-Thread kernel. |
66-
| tools | The script file for the RT-Thread command build tool. |
60+
| include | Head files of RT-Thread kernel |
61+
| libcpu | CPU porting code such as ARM/MIPS/RISC-V etc. |
62+
| src | The source files for the RT-Thread kernel. |
63+
| tools | The script files for the RT-Thread command build tool. |
6764

6865
RT-Thread has now been ported for nearly 90 development boards, most BSPs support MDK, IAR development environment and GCC compiler, and have provided default MDK and IAR project, which allows users to add their own application code directly based on the project. Each BSP has a similar directory structure, and most BSPs provide a README.md file, which is a markdown-format file that contains the basic introduction of BSP, and introduces how to simply start using BSP.
6966

70-
Env is a development tool developed by RT-Thread which provides a build environment, graphical system configuration, and package management capabilities for project based on the RT-Thread operating system. Its built-in `menuconfig` provides an easy-to-use configuration tailoring tool. It can tailor the kernels, components and software packages freely, so that the system can be constructed by building blocks.
71-
67+
Env is a development tool developed by RT-Thread which provides a build environment, text graphical system configuration, and package management capabilities for project based on the RT-Thread operating system. Its built-in `menuconfig` provides an easy-to-use configuration tool. It can tailor the kernels, components and software packages freely, so that the system can be constructed by building blocks.
7268

7369
- [Download Env Tool](https://www.rt-thread.io/download.html?download=Env)
7470
- [User manual of Env](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/env/env.md)
@@ -77,7 +73,7 @@ Env is a development tool developed by RT-Thread which provides a build environm
7773

7874
## Supported Architectures
7975

80-
RT-Thread supports many architectures,and has covered the major architectures in current applications. Architecture and chip manufacturer involved:
76+
RT-Thread supports many architectures, and has covered the major architectures in current applications. Architecture and chip manufacturer involved:
8177

8278
- **ARM Cortex-M0/M0+**:manufacturers like ST
8379
- **ARM Cortex-M3**:manufacturers like ST、Winner Micro、MindMotion, ect.
@@ -111,7 +107,6 @@ RT-Thread Studio Demonstration:
111107

112108
![studio](./documentation/figures/studio.gif)
113109

114-
115110
## Getting Started
116111

117112
RT-Thread BSP can be compiled directly and downloaded to the corresponding development board for use. In addition, RT-Thread also provides qemu-vexpress-a9 BSP, which can be used without hardware platform. See the getting started guide below for details.
@@ -135,28 +130,22 @@ RT-Thread BSP can be compiled directly and downloaded to the corresponding devel
135130

136131
RT-Thread is an open source software and has been licensed under Apache License Version 2.0 since v3.1.1. License information and copyright information can generally be seen at the beginning of the code:
137132

138-
```
139-
140-
`\* Copyright (c) 2006-2018, RT-Thread Development Team`
141-
142-
`*`
143-
144-
`\* SPDX-License-Identifier: Apache-2.0`
145-
133+
```c
134+
/* Copyright (c) 2006-2018, RT-Thread Development Team
135+
*
136+
* SPDX-License-Identifier: Apache-2.0
137+
* ...
138+
*/
146139
```
147140

148141
To avoid possible future license conflicts, developers need to sign a Contributor License Agreement (CLA) when submitting PR to RT-Thread.
149142

150143
# Community
151144

152-
153145
RT-Thread is very grateful for the support from all community developers, and if you have any ideas, suggestions or questions in the process of using RT-Thread, RT-Thread can be reached by the following means, and we are also updating RT-Thread in real time on these channels. At the same time, Any questions can be asked in the [issue section of rtthread-manual-doc](https://github.com/RT-Thread/rtthread-manual-doc/issues). By creating a new issue to describe your questions, community members will answer them.
154146

155147
[Website](https://www.rt-thread.io) | [Twitter](https://twitter.com/rt_thread) | [Youtube]( https://www.youtube.com/channel/UCdDHtIfSYPq4002r27ffqPw?view_as=subscriber) | [Gitter]( https://gitter.im/RT-Thread) | [Facebook](https://www.facebook.com/RT-Thread-IoT-OS-110395723808463/?modal=admin_todo_tour) | [Medium](https://medium.com/@rt_thread)
156148

157149
# Contribution
158150

159151
If you are interested in RT-Thread and want to join in the development of RT-Thread and become a code contributor,please refer to the [Code Contribution Guide](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/documentation/contribution_guide/contribution_guide.md).
160-
161-
162-

0 commit comments

Comments
 (0)