From e152c39590c2551dc67b607efefcbb16662ec59e Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 3 Dec 2024 18:03:53 +0100 Subject: [PATCH] README.md: add refers to FAQ At the bottom the related projects section in the README.me, this adds a reference to the in-detail comparison between RIOT and related OSes in our FAQ. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad8c9071eff8..b0e37d0a7657 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,12 @@ in Rust following RIOT's goals and [vision](https://doc.riot-os.org/vision.html) - [RT-Thread](https://github.com/RT-Thread/rt-thread) is a microcontroller operating system with strong roots in China and a large community there, it has extensive support for MCUs from Chinese vendors, but also for western ones. - [Zephyr](https://github.com/zephyrproject-rtos/zephyr) is a general-purpose operating system for microcontrollers, shepherded by the Linux foundation. +For more details on how RIOT compares to other projects, refer to the +[comparison][faq-riot-vs-others] of RIOT with other operating systems for +embedded and IoT devices [in our FAQ][faq-riot-vs-others]. + +[faq-riot-vs-others]: https://www.riot-os.org/#faq-12 + ## Getting RIOT The most convenient way to get RIOT is to clone it via Git