hmolavi/nvs_config

2.0.0

Latest
uploaded 3 weeks ago
nvs-config makes creation and handling of NVS parameters effortless.

7 examples

  • 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…
    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,…
    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…
    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…
    3.50 KB
  • registry_iterator
    The Registry Iterator provides generic, type-agnostic parameter operations through the parameter registry vtable. It supports iterating through…
    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…
    3.41 KB
  • stress_test
    5.92 KB