From 715552d7b522d76dfd6d7b80b9e365e76ff93386 Mon Sep 17 00:00:00 2001 From: Daniel <35681316+Jasinsky@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:05:38 -0400 Subject: [PATCH] Added FSMLang - state machine generator tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 255b77d..349b33b 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software * [Embedded Artistry's libc](https://github.com/embeddedartistry/libc) - A stripped-down C standard library implementation targeted for microcontroller-based embedded systems. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup. * [HWlib](https://github.com/wovo/hwlib) - C++ OO micro-controller library for close-to-the-hardware programming. * [ctl](https://github.com/rurban/ctl) - C Container Template Library. There is a fast compiling, type safe, header only, template-like container library for ISO C99/C11. +* [FSMLang](https://github.com/FSMLang/FSMLang) - State machine description language with C language generator. Supports flat and hierarchical machines and event subsystem. ## Memory