Skip to content

Releases: GeneralEmbeddedCLibraries/nvm

V2.1.0

15 Feb 12:07

Choose a tag to compare

V2.1.0 - 15.02.2023

Added

  • Added eeprom emulation for flash memory devices
  • Configuration NVM table checker (solved issue #8)

Fixed

  • Invalid address & size checking for read, write and erase API function

V2.0.0

14 Dec 12:13

Choose a tag to compare

V2.0.0 - 14.12.2022

Added

  • Detailed description of module

Changed

  • API change:
    • Added new API function: nvm_deinit
    • Change function prototype of nvm_is_init
  • Memory driver interface must contain also de-init function

V1.0.1

25 Jul 08:23

Choose a tag to compare

V1.0.1 - 25.07.2021

Added

  • Copyright notice

V1.0.0

26 Jun 08:25

Choose a tag to compare

V1.0.0 - 26.06.2021

Added

  • Single configuration table for definition of NVM regions
  • Write/Read/Erase functionalities based on region
  • Each region has its assigned low level memory driver
  • Multiple access protection