non-volatile-storage
There are 6 repositories under non-volatile-storage topic.
lnlp/FramI2C
FramI2C is an Arduino library for FRAM (F-FRAM, Ferroelectric RAM) non-volatile memory chips with I2C interface. Supports most common Cypress and Fujitsu I2C FRAM chips with densities of 4, 16, 64, 128, 256, 512, and 1024 kilobits (kb). Provides simple, easy to use read() and write() methods for reading/writing integral and floating point types (uses automatic type inference and byte conversion), readBytes() and writeBytes() for reading/writing larger amounts of data as byte array, and fill() to fill or clear a range of FRAM memory.
VPavlusha/ESP32_NVS
The ESP32 IDF Non-Volatile Storage (NVS) library is designed to store key-value pairs in flash.
CodeMaxx/nv-heap
Implementation of the simplified version of the NV-Heap paper (https://courses.engr.illinois.edu/ece598ms/sp2018/papers/paper44.pdf)
pilinux/TI_SimpleLink_nvsInternal_Boilerplate
Boilerplate for using non-volatile storage (NVS) driver to read and write data to on-chip flash memory | TI SimpleLink MCU
LucasDiasJorge/Hashtable
Implement an hashtable and structs in C. Non-Volatile hashtable was implemented.