From c50ff47e52437015c7da41aaee937407c5d17ca4 Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Sun, 18 Dec 2022 23:36:03 +0300 Subject: [PATCH] Add QuarkTS: OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cec5e82..27bcf69 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,8 @@ Computer Vision * [vanilla](https://github.com/strawberryhacker/vanilla) - Bare metal ARM® Cortex®-M7 operating system. * 🔝[chaos](https://github.com/strawberryhacker/chaos) - Bare metal multicore ARM® Cortex®-A operating system based on a microkernel architecture. * [LK kernel](https://github.com/littlekernel/lk) - The Little Kernel Embedded Operating System is SMP-aware kernel designed for small systems ported to a variety of platforms and cpu architectures. +* [QuarkTS](https://github.com/kmilo17pet/QuarkTS) - OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines. + ### RTOS