From 4d7453267021676bb5ca98262f00939c17472cbc Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Mon, 29 Mar 2021 13:35:05 +0300 Subject: [PATCH] add some flash related links --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 79829cb..8803a2d 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,18 @@ Under construct * [libmemory](https://github.com/embeddedartistry/libmemory) - memory management library with implementations for malloc(), free(), and other useful memory management functions * [lwmem](https://github.com/MaJerle/lwmem) - Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions +* [EasyFlash](https://github.com/armink/EasyFlash#1-introduction) - lightweight embedded flash memory library ### Logging * [embedded-log](https://github.com/to9/embedded-log) - a small and beautiful embedded log library for mcu +* [EasyLogger](https://github.com/armink/EasyLogger) - An ultra-lightweight (ROM<1.6K, RAM<0.3k), high-performance C/C++ log library + + +### Data Bases + +* [FlashDB](https://github.com/armink/FlashDB) - ultra-lightweight database that supports key-value and time series data ### Ring Buffer @@ -57,6 +64,7 @@ Under construct * [LwRB](https://github.com/MaJerle/lwrb) - Lightweight generic ring buffer manager library * [RingBuffer](https://github.com/wizard97/ArduinoRingBuffer) - Simple Interrupt Safe Ring (Circular) Buffer Queuing Library for Embedded platforms + ### printf * [lwprintf](https://github.com/MaJerle/lwprintf) - Lightweight printf library optimized for embedded systems @@ -301,6 +309,9 @@ Under construct * [tinyusb](https://github.com/hathach/tinyusb) - open source cross-platform USB stack for embedded system * [libusb_stm32](https://github.com/dmitrystu/libusb_stm32) - Lightweight USB device Stack for STM32 microcontrollers +### Flash + +* [SFUD](https://github.com/armink/SFUD) - Serial Flash Universal Driver (using JEDEC's SFDP standard serial (SPI) flash universal driver library) ## Uncategorized