|
@@ -5,11 +5,11 @@
|
|
[](https://travis-ci.org/RT-Thread/rt-thread)
|
|
[](https://travis-ci.org/RT-Thread/rt-thread)
|
|
[](https://gitter.im/RT-Thread/rt-thread?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
[](https://gitter.im/RT-Thread/rt-thread?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
|
|
|
|
-RT-Thread is an open source real-time operating system for embedded devices from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on ARM Cortex-A8, ARM Cortex-A9 DualCore etc.
|
|
|
|
|
|
+RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.
|
|
|
|
|
|
## Overview ##
|
|
## Overview ##
|
|
|
|
|
|
-RT-Thread RTOS like a traditional real-time operating system. The kernel has real-time multi-task scheduling, semaphore, mutex, mail box, message queue etc. However, it has three different things:
|
|
|
|
|
|
+RT-Thread RTOS like a traditional real-time operating system. The kernel has real-time multi-task scheduling, semaphore, mutex, mail box, message queue, signal etc. However, it has three different things:
|
|
|
|
|
|
* Device Driver;
|
|
* Device Driver;
|
|
* Component;
|
|
* Component;
|
|
@@ -30,8 +30,11 @@ RT-Thread RTOS can support many architectures:
|
|
* ARM Cortex-R4
|
|
* ARM Cortex-R4
|
|
* ARM Cortex-A8/A9
|
|
* ARM Cortex-A8/A9
|
|
* ARM920T/ARM926 etc
|
|
* ARM920T/ARM926 etc
|
|
-* MIPS
|
|
|
|
|
|
+* MIPS32
|
|
* x86
|
|
* x86
|
|
|
|
+* Andes
|
|
|
|
+* C-Sky
|
|
|
|
+* RISC-V
|
|
* PowerPC
|
|
* PowerPC
|
|
|
|
|
|
## License ##
|
|
## License ##
|