mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4dd88329c1
The following files have been ported: * esp_rom_crc.h * esp_rom_sys.h * esp_rom_efuse.h (mostly no-ops) * esp_rom_md5.h Integrated Linux-based rom implementation into log and NVS component. Added brief host tests for ROM to ensure basic consistency on Linux. Added ROM printf host unit tests. Temporarily added reset reason for Linux in ROM. |
||
---|---|---|
.. | ||
esp_error_check_stub.cpp | ||
main.cpp | ||
Makefile | ||
README.md | ||
sdkconfig.h | ||
spi_flash_emulation.cpp | ||
spi_flash_emulation.h | ||
test_compressed_enum_table.cpp | ||
test_fixtures.hpp | ||
test_intrusive_list.cpp | ||
test_nvs_cxx_api.cpp | ||
test_nvs_handle.cpp | ||
test_nvs_initialization.cpp | ||
test_nvs_partition.cpp | ||
test_nvs_storage.cpp | ||
test_nvs.cpp | ||
test_partition_manager.cpp | ||
test_spi_flash_emulation.cpp |
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