SHIPCore:SHIP Persist

From Serious Documentation
Jump to: navigation, search
Subsystem Introduced Description
SHIP_Persist v4.0.0 Reliable, nonvolatile key/value storage of system and user parameters .

SHIP_Persist subsystem features include:

  • Wear leveling (if necessary) of underling media
  • Fast and memory efficient retrieval and storage of objects
  • Reliable write -- in any power loss, the most that can be "lost" is the most recent object update, and the prior object value will still be available

SHIP_Persist is part of SHIPCore, the foundational firmware enabling application development for Serious Communications Modules. SHIPCore is bundled in SHIPWare for Serious Communications Modules which adds the OS, BSP, drivers, and glue on top of SHIPCore to create an out-of-the-box embedded application environment.

Major Version Changes

Version Change
v4.0.0 introduced

Files

API

Initialization

Examples