From 5e6f4c28547c02adda37bf14a92118a2ebd84463 Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Sun, 5 Mar 2023 13:07:41 +0300 Subject: [PATCH] Add Versaloon Software Framework (event-driven incremental software framework for Embedded Systems) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 426184e..499fbfa 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,7 @@ Computer Vision * [async](https://github.com/eerimoq/async) - Asynchronous framework in C for systems where low memory usage is important. * [Protothreads](http://dunkels.com/adam/pt/) - Provide linear code execution for event-driven systems implemented in C designed for severely memory constrained systems, such as small embedded systems or wireless sensor network nodes. * [EventOS](https://github.com/natnqweb/EventOS) - Event based system designed for Arduino Framework. +* [vsf](https://github.com/vsfteam/vsf) - Versaloon Software Framework - a tiny preemptive-capable event-driven incremental software framework for Embedded Systems. ## User Interface