============== RT-Thread RTOS ============== What is RT-Thread? ------------------ `RT-Thread `__ is an `open source `__, neutral, and community-based real-time operating system (RTOS). RT-Thread has **Standard version** and **Nano version**. For resource-constrained microcontroller (MCU) systems, the Nano version that requires only 3 KB Flash and 1.2 KB RAM memory resources can be tailored with easy-to-use tools. For resource-rich IoT devices, RT-Thread can use the **online 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. Key features ~~~~~~~~~~~~ - Designed for resource-constrained devices, the minimum kernel requires only 1.2KB of RAM and 3 KB of Flash. - A variety of standard interfaces, such as POSIX, CMSIS, C++ application environment. - Has rich components and a prosperous and fast growing `package ecosystem `__ - Elegant code style, easy to use, read and master. - High Scalability. RT-Thread has high-quality scalable software architecture, loose coupling, modularity, is easy to tailor and expand. - Supports high-performance applications. - Supports all mainstream compiling tools such as GCC, Keil and IAR. - Supports a wide range of `architectures and chips `__ How to run LVGL on RT-Thread? ----------------------------- `中文文档 `__ LVGL has registered as a `softwarepackage `__ of RT-Thread. By using `Env tool `__ or `RT-Thread Studio IDE `__, RT-Thread users can easily download LVGL source code and combine with RT-Thread project. RT-Thread community has port LVGL to several BSPs: +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | BSP | BSP | +======================================================================================================================================+======================================================================================================================================================+ | `QEMU simulator `__ | `Infineon psoc6-evaluationkit-062S2 `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Visual Studio simulator `__ | `Renesas ra6m3-ek `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Nuvoton numaker-iot-m487 `__ | `Renesas ra6m4-cpk `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Nuvoton numaker-pfm-m487 `__ | `Renesas ra6m3-hmi `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Nuvoton nk-980iot `__ | `STM32H750 ART-Pi `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Nuvoton numaker-m2354 `__ | `STM32F469 Discovery `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Nuvoton nk-n9h30 `__ | `STM32F407 explorer `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Nuvoton numaker-m032ki `__ | `STM32L475 pandora `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Nuvoton numaker-hmi-ma35d1 `__ | `NXP imxrt1060-evk `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Nuvoton numaker-iot-m467 `__ | `Raspberry PICO `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Nuvoton numaker-m467hj `__ | `NXP LPC55S69 `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `synwit swm341 `__ | +--------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ Tutorials ~~~~~~~~~ - `Introduce about RT-Thread and how to run LVGL on RT-Thread in simulators `__ - `How to import a BSP project with latest code into RT-Thread Studio `__ - `How to Use LVGL with RT-Thread Studio in STM32F469 Discovery Board `__ - `RT-Thread Youtube Channel `__ - `RT-Thread documentation center `__