arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.11k stars 7k forks source link

[Library Manager] Please add FlashStorage_STM32 library #11210

Closed khoih-prog closed 3 years ago

khoih-prog commented 3 years ago

Please add FlashStorage_STM32 library to Library Manager. Thanks and Regards.


Why do we need this FlashStorage_STM32 library

Features

The FlashStorage_STM32 library, inspired from Cristian Maglie's FlashStorage, provides a convenient way to store and retrieve user's data using emulated-EEPROM, from the non-volatile flash memory of STM32F/L/H/G/WB/MP1.

The flash memory, generally used to store the firmware code, can also be used to store / retrieve more user's data and faster than from EEPROM. Thanks to the buffered data writing and reading, the flash access time is greatly reduced to increase the life of the flash.

Currently supported Boards

  1. STM32F/L/H/G/WB/MP1 boards with / without integrated EEPROM


Changelog

Releases v1.0.0

  1. Initial release to support STM32F/L/H/G/WB/MP1 board with / without integrated EEPROM
cmaglie commented 3 years ago

Done.