commit | 94c9cc98a914224ad66a1192665d98ed8d8365db | [log] [tgz] |
---|---|---|
author | Andrej Butok <andrey.butok@nxp.com> | Thu Mar 13 12:52:49 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 17 13:57:54 2025 +0100 |
tree | e05f7f673ec56aaf043db33f13ac2dc975b54065 | |
parent | 33b4faed9c852b24576b961554d6ba9f9f284e14 [diff] |
sample: nvs: add NVS sample Kconfig - adds the ability to change the NVS sample "Maximum reboot counter", "Reboot countdown" and its "Sleep time" parameters via Kconfig, without manually modifying the source code. - reduces the default number of resets to 5 (was 400). - adds the ability to reduce flash memory wear on real devices by reducing the number of write iterations. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>