uploaded 1 day ago
nvs-config makes creation and handling of NVS parameters effortless.
-
array_example
Working with fixed-size typed arrays stored in NVS, this example retrieves, updates, copies, and resets an `int32_t[4]` array. It demonstrates the…
Archive size ~ 3.34 KB
-
basic_usage
The nvs_config provides a simple way to persist a single parameter across reboots by initializing with NvsConfig_Init(), reading a counter,…
Archive size ~ 2.55 KB
-
change_callbacks
Real-time notifications when parameter values change. This feature registers a global callback for any parameter change and per-parameter callbacks…
Archive size ~ 3.32 KB
-
console_demo
This demo starts a command-line shell over UART, allowing real-time inspection and modification of NVS parameters without reflashing. Users can…
Archive size ~ 3.50 KB
-
registry_iterator
The Registry Iterator provides generic, type-agnostic parameter operations through the parameter registry vtable. It supports iterating through…
Archive size ~ 3.60 KB
-
security_levels
This example demonstrates role-based access control for parameters, where each parameter is assigned a security level. Depending on the global…
Archive size ~ 3.41 KB
-