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

Latest commit

 

History

History
77 lines (50 loc) · 3.26 KB

changelog.md

File metadata and controls

77 lines (50 loc) · 3.26 KB

FlashStorage_SAMD library for Arduino

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.3.2

  1. Make compatible with old libraries and codes

Releases v1.3.1

  1. Clean-up by reducing the number of library files

Releases v1.3.0

  1. Fix multiple-definitions linker error.
  2. Add support to many more boards, such as SAMD21E1xA, SAMD21G1xA andSAMD21J1xA
  3. Add example multiFileProject to demo for multiple-file project.
  4. Fix bug
  5. Update Packages' Patches

Releases v1.2.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

Releases v1.2.0

  1. Optimize code.
  2. Add debug option.
  3. Add support to Industruino DG21 boards using IndustruinoSAMD core
  4. Add support to Industruino 420MAKER boards using IndustruinoSAML core
  5. Add support to Sparkfun SAMD21 and SAMD51 boards using Sparkfun SAMD core

Releases v1.1.0

  1. Add supports to EEPROM.put() and EEPROM.get() for efficiently writing and reading the whole object.
  2. Add _commitASAP flag to permit reduce the number of calls to EEPROM.commit() to extend the flash life.
  3. Add many modified examples from Arduino EEPROM library
  4. Fix bug.

Releases v1.0.0

  1. Add support to SAMD51 family such as
  • Adafruit SAMD51 (M4): Metro M4, Grand Central M4, ItsyBitsy M4, Feather M4 Express, Trellis M4, Metro M4 AirLift Lite, MONSTER M4SK Express, Hallowing M4, etc.
  • Seeeduino: Wio Terminal, Grove UI WirelessAdafruit Itsy-Bitsy M4, etc.