ThingSet / thingset-device-library

ThingSet library for resource-constrained devices written in C/C++
https://thingset.io/thingset-device-library/
Apache License 2.0
13 stars 6 forks source link

Add option to store data objects immutably in ROM #41

Closed martinjaeger closed 1 year ago

martinjaeger commented 1 year ago

This feature allows to reduce RAM footprint significantly.

For compatibility reasons it is disabled by default.

Storing the only the subset information in RAM so that elements can still be added or removed from subsets will be left for a separate PR.