Skip to content

Releases: fabianoriccardi/RTCMemory

2.0.0

25 Apr 13:35
Compare
Choose a tag to compare

Changes:

  • reduce the memory usage and consequent performance increment during read/write operations
  • use LittleFS as default file system
  • simplify file system selection
  • change memory layout to avoid data loss after OTA updates
  • add backup() method
  • switch to full class template (instead of template method)
  • add configuration for clang-format

1.0.3

28 Jun 17:15
Compare
Choose a tag to compare

Others:

  • Fix license notice

1.0.2

20 Jun 18:20
Compare
Choose a tag to compare

Others:

  • Change URL
  • Fix spelling of library name

1.0.1

20 Jun 09:25
Compare
Choose a tag to compare

Code fixes:

  • Reduce RAM usage

Others:

  • Add missing license
  • Support to PlatformIO (both for development and publication)
  • Support to VSCode for development
  • Documentation improvements
  • Github Actions to test if examples compile

1.0.0

10 May 20:34
Compare
Choose a tag to compare
First version