Jakob Hasse d6f3666875 Merge branch 'bugfix/nvs_flash_linux_target_cleanups' into 'master' 3 vuotta sitten
..
Makefile d6f3666875 Merge branch 'bugfix/nvs_flash_linux_target_cleanups' into 'master' 3 vuotta sitten
README.md d286876d34 NVS: expose C++ API 6 vuotta sitten
main.cpp d390449371 add unit tests to esp-idf 9 vuotta sitten
sdkconfig.h a690a87829 spi_flash: Remove legacy spi_flash drivers 3 vuotta sitten
spi_flash_emulation.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 vuotta sitten
spi_flash_emulation.h a690a87829 spi_flash: Remove legacy spi_flash drivers 3 vuotta sitten
test_compressed_enum_table.cpp 58cca07104 add: Kconfig assert or errorcode option 3 vuotta sitten
test_fixtures.hpp aca9ec28b3 NVS: using esp_partition API 5 vuotta sitten
test_intrusive_list.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 vuotta sitten
test_nvs.cpp 0331d0aa63 tools: Introduce support for blank lines in config and value files for mfg utility 3 vuotta sitten
test_nvs_cxx_api.cpp aca9ec28b3 NVS: using esp_partition API 5 vuotta sitten
test_nvs_handle.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 vuotta sitten
test_nvs_initialization.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 vuotta sitten
test_nvs_partition.cpp aca9ec28b3 NVS: using esp_partition API 5 vuotta sitten
test_nvs_storage.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 vuotta sitten
test_partition_manager.cpp 43643716a2 bugfix (nvs): fixed wrong pointer check 4 vuotta sitten
test_spi_flash_emulation.cpp 64147c3794 CXX: Make spi_flash related part works 3 vuotta sitten

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