1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

Merge pull request #21052 from kfessel/p-ad-ariel

README.md: add refrences to related projects
This commit is contained in:
Marian Buschsieweke 2024-12-03 16:37:16 +00:00 committed by GitHub
commit a03aa10f8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,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 goals and [vision](https://doc.riot-os.org/vision.html).
- [Contiki(-NG)](https://github.com/contiki-ng/contiki-ng) was an inspiration for starting RIOT, an 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 a general-purpose operating system for microcontrollers, shepherded by the Linux foundation.
## Getting RIOT
The most convenient way to get RIOT is to clone it via Git