u8g2-copy/sys/rt-thread
Man, Jianting (Meco) 22bbf1020c
Update README.md
2021-12-19 17:09:19 -05:00
..
examples add rt-thread cpp examples 2021-08-07 11:16:37 +01:00
port [rt-thread] copy controller list from parent codebuild.c 2021-10-06 21:07:02 +01:00
tools/codebuild [rt-thread] copy controller list from parent codebuild.c 2021-10-06 21:07:02 +01:00
README.md Update README.md 2021-12-19 17:09:19 -05:00
SConscript [rt-thread] beautify rt-thread port codes 2021-10-03 21:17:44 -04:00

README.md

U8g2 on 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 kernel version that requires only 3 KB Flash and 1.2 KB RAM memory resources can be tailored with easy-to-use tools; And 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.

Quick Start

If you prefer GUI, you may use RT-Thread Studio for Windows. Here's a tutorial available on Youtube:

U8g2 on RT-Thread - YouTube

If you prefer to use a terminal, here's a turotial for RT-Thread ENV tools on Ubuntu:

U8g2 on RT-Thread - asciinema

asciicast