flash-storage
There are 9 repositories under flash-storage topic.
guycipher/k4
High-performance open-source, durable, transactional embedded storage engine designed for low-latency, and optimized read and write efficiency.
khoih-prog/FlashStorage_STM32
The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0 is also supported now. Useful if the EEPROM is not available or too small. Currently, STM32F/L/H/G/WB/MP1 are supported.
khoih-prog/FlashStorage_SAMD
The FlashStorage_SAMD library provides a convenient way to store and retrieve user's data using the non-volatile flash memory
NegasonicX/Raspberry-PICO2040-Flash-Storage
The Following C Coded Library is used to perform Flash Write, Read and Erase functions on Raspberry Pico 2040.
khoih-prog/LittleFS_Mbed_RP2040
Wrapper of LittleFS for Arduino MBED RP2040 boards. This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance
khoih-prog/FS_Nano33BLE
Wrapper of FS (LittleFS or not-advisable FATFS) for Arduino MBED nRF52840-based boards, such as Nano_33_BLE boards. This library facilitates your usage of FS (LittleFS or FATFS) for the onboard flash. FS supports power fail safety and high performance
Kenneract/Realtime-Deviation-Encoding-Scheme
RDES - a lightweight, real-time, lossless compression algorithm for sequences of 31-bit integers.
sascha432/ESP8266_NvsFlash_NONOS_SDK
Ported nvs_flash from ESP8266_RTOS_SDK for Arduino ESP8266 (ESP32 compatible)
brlin-tw/trim-over-usb-howto
Research the usability of the unused blocks notification operation against flash storage controllers over the USB interface.