-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
10 lines (10 loc) · 838 Bytes
/
Copy pathlibrary.properties
File metadata and controls
10 lines (10 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
name=ParameterStore
version=0.1.0
author=Frank Leon Rose
maintainer=Frank Leon Rose <frankleonrose@gmail.com>
sentence=Reliable storage of named parameters in non-volatile memories.
paragraph=Supports Adafruit FRAM and Bluetooth NVRAM storage and creation of alternative storage adapters. Parameter values may be basic numeric types, strings, byte arrays, or structs. Storing values by name results in less tight coupling between parameter values. Supports CRC error checking so that you can respond to bit drift. Also supports power-safe writes that will return a prior value if the mcu lost power while writing. Multiple values may be written within an atomic transaction - all succeed or all revert to prior values.
category=Data Storage
url=https://github.com/frankleonrose/ParameterStore
includes=src/ParameterStore.h
architectures=*