From 2a2d8a3eed826b32266b79071e1e406a84a49def Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Wed, 16 Dec 2020 12:37:21 +0300 Subject: [PATCH] add several RTOS --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 643846c..d001759 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Under construct ## HW * [embedded-driver](https://github.com/InfiniteYuan/embedded-driver-library) - Embedded driver library for various peripheral -* []() - +* [tinyusb](https://github.com/hathach/tinyusb) - cross-platform USB stack for embedded system * []() - @@ -177,9 +177,11 @@ Under construct ## RTOS -* [FreeRTOS]() - +* [FreeRTOS](https://github.com/FreeRTOS/FreeRTOS) +* [Zephyr](https://github.com/zephyrproject-rtos/zephyr) - a new generation, scalable, optimized, secure RTOS for multiple hardware architectures * [Apache NuttX]() - * [scmRTOS](https://github.com/scmrtos/scmrtos) - tiny Real-Time Preemptive Operating System intended for use with Single-Chip Microcontrollers. scmRTOS is capable to run on tiny uCs with as small amount of RAM as 512 bytes. The RTOS is written on C++ and supports various platforms. +* [ChibiOS]() - ## Uncategorized