Home
last modified time | relevance | path

Searched refs:nvs (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/samples/subsys/nvs/
DREADME.rst1 .. zephyr:code-sample:: nvs
23 This sample can be found under :zephyr_file:`samples/subsys/nvs` in the Zephyr tree.
29 :zephyr-app: samples/subsys/nvs
44 [fs/nvs] [DBG] nvs_reinit: (Re)Initializing sectors
45 [fs/nvs] [DBG] _nvs_sector_init: f->write_location set to c
46 [fs/nvs] [INF] nvs_mount: maximum storage length 256 byte
47 [fs/nvs] [INF] nvs_mount: write-align: 1, write-addr: c
48 [fs/nvs] [INF] nvs_mount: entry sector: 0, entry sector ID: 1
58 [fs/nvs] [INF] nvs_mount: maximum storage length 256 byte
59 [fs/nvs] [INF] nvs_mount: write-align: 1, write-addr: c7
[all …]
DCMakeLists.txt12 project(nvs) project
16 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/fs/nvs)
/Zephyr-latest/doc/services/storage/
Dindex.rst9 nvs/nvs.rst
/Zephyr-latest/subsys/fs/nvs/
DCMakeLists.txt4 nvs.c
DKconfig49 module-str = nvs
/Zephyr-latest/samples/modules/canopennode/boards/
Dstm32h573i_dk.overlay7 /* do not use the NOR octoflash for nvs can storage */
/Zephyr-latest/tests/subsys/fs/nvs/src/
Dmain.c100 ZTEST_SUITE(nvs, NULL, setup, before, after, NULL);
102 ZTEST_F(nvs, test_nvs_mount) in ZTEST_F() argument
135 ZTEST_F(nvs, test_nvs_write) in ZTEST_F() argument
167 ZTEST_F(nvs, test_nvs_corrupted_write) in ZTEST_F() argument
249 ZTEST_F(nvs, test_nvs_gc) in ZTEST_F() argument
348 ZTEST_F(nvs, test_nvs_gc_3sectors) in ZTEST_F() argument
463 ZTEST_F(nvs, test_nvs_corrupted_sector_close_operation) in ZTEST_F() argument
532 ZTEST_F(nvs, test_nvs_full_sector) in ZTEST_F() argument
584 ZTEST_F(nvs, test_delete) in ZTEST_F() argument
649 ZTEST_F(nvs, test_nvs_gc_corrupt_close_ate) in ZTEST_F() argument
[all …]
/Zephyr-latest/tests/subsys/fs/nvs/
DCMakeLists.txt9 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/fs/nvs)
/Zephyr-latest/tests/subsys/settings/nvs/src/
DCMakeLists.txt7 ${ZEPHYR_BASE}/tests/subsys/settings/nvs/src
/Zephyr-latest/samples/subsys/nvs/boards/
Dnucleo_f429zi.overlay10 * (nvs.h: uint16_t sector_size)
/Zephyr-latest/subsys/fs/
DCMakeLists.txt29 add_subdirectory_ifdef(CONFIG_NVS ./nvs)
DKconfig120 rsource "nvs/Kconfig"
/Zephyr-latest/doc/services/storage/nvs/
Dnvs.rst20 written in a table starting from the end of a nvs sector, the data is
35 A write of data to nvs always starts with writing the data, followed by a write
122 A sample of how NVS can be used is supplied in ``samples/subsys/nvs``.
140 The NVS subsystem APIs are provided by ``nvs.h``:
148 .. doxygengroup:: nvs
/Zephyr-latest/boards/st/nucleo_f429zi/
Dnucleo_f429zi.dts205 * nvs subsystem requires 2 sectors with a max total of 32K
/Zephyr-latest/boards/st/nucleo_f207zg/
Dnucleo_f207zg.dts207 * nvs subsystem requires 2 sectors with a max total of 32K
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst238 * fs/nvs: Improved nvs for larger blocksizes
472 * :github:`8705` - Out of the box error in samples/subsys/nvs with nRF52-PCA10040
535 * :github:`8367` - fs: nvs: auto restore FS on writing while power down error.
Drelease-notes-2.1.rst501 * :github:`20867` - [Coverity CID :205803] Integer handling issues in subsys/fs/nvs/nvs.c
502 * :github:`20866` - [Coverity CID :205795] Integer handling issues in subsys/fs/nvs/nvs.c
Drelease-notes-2.0.rst519 * :github:`18813` - fs: nvs: Cannot delete entries
760 * :github:`17891` - fs/nvs: nvs_init can hang if no nvs_ate available
946 * :github:`16899` - fs/nvs: might loop-up if storage was not erased before first run
Drelease-notes-2.3.rst791 * :github:`25701` - MPU FAULT in nvs test on nrf52840dk_nrf52840
1020 * :github:`24237` - Fail to pass samples/subsys/nvs
Drelease-notes-1.14.rst424 * :github:`18813` - fs: nvs: Cannot delete entries
2146 * :github:`9767` - [Coverity CID :187903] Uninitialized variables in /subsys/fs/nvs/nvs.c
Drelease-notes-2.4.rst883 * nvs: Do full chip erase when flashing.
1385 * :github:`26407` - fs: nvs: Incorrect handling of corrupt ate's in nvs_gc
Drelease-notes-3.1.rst1742 * :github:`43229` - nvs: change nvs_init to accept a device reference
1964 * :github:`30152` - Settings nvs subsystem uses a hardcoded flash area label
Drelease-notes-2.2.rst1133 * :github:`18378` - [Coverity CID :203537]Error handling issues in /samples/subsys/nvs/src/main.c
Drelease-notes-2.6.rst1322 * :github:`34722` - nvs: possibility of losing data
1382 * :github:`34382` - fs/nvs: if closing ATE has to high offset NVS iterates up to the end of flash.
/Zephyr-latest/doc/develop/test/
Dtwister.rst126 - nvs

12