Lines Matching +full:ram +full:- +full:up
7 * @author RT-Thread Development Team
10 * RT-Thread RTOS is an open source embedded real-time operating system and is
11 * designed specifically for small memory footprint platforms. The real-time and
12 * embedded characters are the most significant advantages of RT-Thread.
14 * - Real-Time Character
16 * RT-Thread has a real-time operating system kernel, with fully preempted
17 * multi-thread scheduler, inter-thread communication with timing sensitivity
20 * - Embedded Character
22 * RT-Thread is suitable for embedded systems for small footprint characters.
24 * costs less than 1 Kbytes RAM on the ARM Cortex-M platform.
26 * @section kernel_arch RT-Thread Architecture
28 * RT-Thread system architecture is like:
29 * @image html System_Arch.png "Figure 1: RT-Thread Architecture"
33 * The Kernel APIs are the core APIs of RT-Thread, which supports the following
35 * - Multi-thread management and scheduler
36 * - Synchronization mechanisms, semaphore, recursive mutex and event set
37 * - Inter-thread communication, mailbox and message queue
38 * - Memory management, memory pool and dynamic heap memory management
39 * - Asynchronous timer
45 * Once RT-Thread operating system starts up, the facility in system must be initialized