From 601e16b68c9e25577e0f42baa6bc183f583fcc4f Mon Sep 17 00:00:00 2001 From: Karl Fessel Date: Mon, 2 Dec 2024 12:51:24 +0100 Subject: [PATCH] ff --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9bb9b7ffc290..8844fa2efb27 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,6 @@ RIOT is licensed with LGPLv2.1, a copyleft license which fosters indirect business models around the free open-source software platform provided by RIOT, e.g. it is possible to link closed-source code with the LGPL code. -### Related Projects -- [**Ariel OS**](https://github.com/ariel-os/ariel-os) is an offspring of RIOT written -in Rust following RIOT's targets and [vision](https://doc.riot-os.org/vision.html). -- [Contiki(-NG)](https://github.com/contiki-ng/contiki-ng) was an inspiration for starting RIOT, a operating system for constrained devices with a focus on networking. -- [NuttX](https://github.com/apache/nuttx) is another general purpose microcontroller OS with a focus on bringing POSIX to MCUs -- [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 general-purpose operating system for microcontrollers, shepparded by the Linux foundation. - ## Features @@ -90,6 +82,15 @@ RIOT provides features including, but not limited to: * UWB * Bluetooth (BLE) via [NimBLE](https://github.com/apache/mynewt-nimble) +### Related Projects + +- [**Ariel OS**](https://github.com/ariel-os/ariel-os) is an offspring of RIOT written +in Rust following RIOT's targets and [vision](https://doc.riot-os.org/vision.html). +- [Contiki(-NG)](https://github.com/contiki-ng/contiki-ng) was an inspiration for starting RIOT, a operating system for constrained devices with a focus on networking. +- [NuttX](https://github.com/apache/nuttx) is another general purpose microcontroller OS with a focus on bringing POSIX to MCUs +- [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 general-purpose operating system for microcontrollers, shepparded by the Linux foundation. + ## Getting RIOT The most convenient way to get RIOT is to clone it via Git