From 13addf3f0d03e093c737b7feeec815829d91a864 Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Thu, 28 Sep 2023 16:17:32 +0300 Subject: [PATCH] [close #5] move microrl to appropriate section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb36a2f..e35e880 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,6 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software * [nanoPB](https://github.com/nanopb/nanopb) - Small code-size Protocol Buffers implementation in ANSI C. It is especially suitable for use in microcontrollers, but fits any memory restricted system. * [interchange](https://github.com/trussed-dev/interchange) - Request/response mechanism for embedded development, using atomics. * [xmodem](https://github.com/bsail/xmodem) - XMODEM Library for embedded, mobile, iot, and desktop systems. -* [microrl](https://github.com/Helius/microrl) - Micro read line library for small and embedded devices with basic VT100 support. * [TinyFrame](https://github.com/MightyPork/TinyFrame) - Simple library for building and parsing data frames for serial interfaces (like UART / RS232). * [nanoMODBUS](https://github.com/debevv/nanoMODBUS) - A compact MODBUS RTU/TCP C library for embedded/microcontrollers. @@ -375,6 +374,7 @@ Computer Vision * [cmd-l](https://github.com/Lambosaurus/cmd-l) - Command line handler for embedded devices. * [embedded-cli](https://github.com/funbiscuit/embedded-cli) - Single-header CLI with history and autocompletion for embedded systems. * [microshell](https://github.com/marcinbor85/microshell) - Lightweight pure C implementation of virtual shell, compatible with VT100 terminal. Support root tree, run-time mounting paths, global commands, and much more. +* [microrl](https://github.com/Helius/microrl) - Micro read line library for small and embedded devices with basic VT100 support. ### Menu