Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Initial Release v1.0.0 to add support to SAMD51

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 28 Mar 16:48
· 51 commits to master since this release
e42ad3b

Initial Version v1.0.0

  1. Add support to SAMD51 family such as Itsy-Bitsy M4, etc.

Library is based on and modified from:

  1. Cristian Maglie's 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.

The flash memory, due to his properties, is generally used to store the firmware
code, but it can also be used to store user data.