From 32d907d8cae08f2a6a958607ecd3266ba83a0365 Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Fri, 9 Jun 2023 21:57:07 +0300 Subject: [PATCH] add category Embeddable Scripts and Languages --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e8c3a3b..5e46320 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software * [Firmware updates](#firmware-updates) * [Touch Screen](#touch-screen) * [Time Management Libs](#time-management-libs) + * [Embeddable Scripts and Languages](embeddable-scripts-and-languages) * [Compilers](#compilers) * [Uncategorized](#uncategorized) @@ -497,6 +498,9 @@ Computer Vision * [TimeLib](https://github.com/geekfactory/TimeLib) - Time management library for embedded devices. * [μtz](https://github.com/evq/utz) - Time zone library for tiny embedded systems. +### Embeddable Scripts and Languages + +* [little](https://github.com/Beariish/little) - A small, fast, easily embeddable language implemented in a single .c file. ## Compilers