Add Flash Circular Buffer

This commit is contained in:
Dmitry Murzinov 2023-01-21 00:11:45 +03:00
parent c81a0f88e0
commit 84248df78c

View File

@ -134,6 +134,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software
* [EasyFlash](https://github.com/armink/EasyFlash#1-introduction) - Lightweight embedded flash memory library.
* [FlashAlgo](https://github.com/pyocd/FlashAlgo) - Framework for building Arm Cortex-M "FLM" style flash programming algorithms.
* [FCB](https://docs.zephyrproject.org/latest/services/storage/fcb/fcb.html) - Flash Circular Buffer provides an abstraction through which you can treat flash like a FIFO.