Arduino_POSIXStorage:
POSIX Storage Library for the Portenta C33, Portenta H7, Portenta Machine Control, and Opta
Arduino_UnifiedStorage:
Simplify cross-device storage management on Portenta platforms with a single library supporting SD, Flash, and USB storage access.
Flash:
A library to wrap accessing and writing to flash
FlashStorage:
The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers.
FlashStorage_RTL8720:
The FlashStorage_RTL8720 library aims to provide a convenient way to store and retrieve user data using the non-volatile flash memory of Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc.
FlashStorage_SAMD:
The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of SAMD21/SAMD51. 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.
FlashStorage_STM32:
The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It is 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.
FlashStorage_STM32F1:
The FlashStorage_STM32F1 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F1/F3. 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 supported now.
FlashStringTable:
Easy definition and use of Arduino flash-based (PROGMEM) global string.
KickSort:
Arduino library for different sorting algorithms including quicksort, bubble sort, insertion sort, shell sort, and comb sort.
KonnektingFlashStorage:
The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers. NOTE: This is a fork of cmaglie's "FlashStorage" with some extra modifications to fit KONNEKTING needs.
LC_EEPROM:
Library for working with internal and external EEPROM memory via I2C.
LittleFS_esp32:
LittleFS for esp32 based on esp_littlefs IDF component. Use esp32 core-provided LITTLEFS library instead of this one when available in future core releases.
RfidDb:
A library that stores 32 bit identifiers and associated names to EEPROM which can be used to as a basis for RFID access control applications.
RingBuf:
A library for buffering items into a ring (circular/FIFO) buffer
RingBufCPP:
A C++ library for buffering items into a ring (circular/FIFO) buffer
RingBuffer:
This library allows to use ring buffer with and without interrupts.
RingEEPROM:
The library increases the arduino EEPROM Write endurance
Robust-EEPROM:
Allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.
RogueMP3:
A library to communicate with the Rogue Robotics MP3 Playback Modules.<br />
RogueSD:
A library to communicate with the Rogue Robotics Data Storage Modules.<br />
RP2040_SD:
This library enables you to use SPI SD cards with RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO using either RP2040 Arduino-mbed or arduino-pico core.
SdTerminal:
Basic terminal interface for Arduino SD card logging/file management
SE_BasicUnit:
Library for writing firmware of modules of expansion module of the AlphaSE system.
SE_EEPROM:
The library is made to work with EEPROM. All data is saved in 3 copies to implement the possibility of automatic recovery in case of partial damage.
SRAM_23LC:
Driver for Microchip Technology Inc. 23LC (23LCV, 23A, 23K) SPI SRAM chips for AVR, SAM3X (Due), and SAM M0+ (SAMD, SAML, SAMC) microcontrollers
SRAMsimple:
Communications with 23LC1024 SRAM chip
SST25VF:
Arduino Library for controlling the SST Nor Serial Flash SST25VF family.
STM32duino STM32SD:
Enables reading and writing on SD card using SD card slot connected to the SDIO/SDMMC-hardware of the STM32 MCU. For slots connected to SPI-hardware use the standard Arduino SD library.
sysfile:
sysfile manager for Arduino. It uses littlefs