This website requires JavaScript.
Explore
Help
Sign In
blackbeard420
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf
synced
2025-03-16 20:49:10 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
daf2622a5b
Branches
Tags
View all branches
esp-idf
/
components
/
nvs_flash
/
test_nvs_host
History
Jakob Hasse
91f04aa877
refactor(nvs): custom allocator for all objects allocated in NVS
2022-12-05 18:59:33 +01:00
..
main.cpp
add unit tests to esp-idf
2016-11-22 14:45:50 +08:00
Makefile
nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation
2022-11-16 14:15:23 +01:00
README.md
NVS: expose C++ API
2020-01-09 18:29:23 +08:00
sdkconfig.h
spi_flash: Remove legacy spi_flash drivers
2022-07-01 11:01:34 +08:00
spi_flash_emulation.cpp
nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation
2022-11-16 14:15:23 +01:00
spi_flash_emulation.h
nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation
2022-11-16 14:15:23 +01:00
test_compressed_enum_table.cpp
nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation
2022-11-16 14:15:23 +01:00
test_fixtures.hpp
NVS: using esp_partition API
2020-09-14 10:34:34 +08:00
test_intrusive_list.cpp
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
test_nvs_partition.cpp
nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation
2022-11-16 14:15:23 +01:00
test_nvs.cpp
refactor(nvs): custom allocator for all objects allocated in NVS
2022-12-05 18:59:33 +01:00
test_partition_manager.cpp
nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation
2022-11-16 14:15:23 +01:00
test_spi_flash_emulation.cpp
nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation
2022-11-16 14:15:23 +01:00
README.md
Build
make -j
6
Run
Run particular test case:
./test_nvs
"<particular test case>"
Run all quick tests:
./test_nvs -d yes exclude:
[
long
]
Run all tests (takes several hours)
./test_nvs -d yes