esp-idf/components/nvs_flash/test_nvs_host
Roland Dobai 07acbb5664 ESP_ERROR_CHECK converts error code to text
If CONFIG_ESP_ERR_TO_NAME_LOOKUP is enabled, ESP_ERROR_CHECK
prints error message in addition to the error code.
2018-05-31 12:53:37 +02:00
..
Makefile nvs: run all test by default, exclude long tests by tag 2018-04-19 15:08:08 +08:00
crc.cpp
crc.h
esp_error_check_stub.cpp ESP_ERROR_CHECK converts error code to text 2018-05-31 12:53:37 +02:00
main.cpp
sdkconfig.h
spi_flash_emulation.cpp
spi_flash_emulation.h nvs_flash: Add binary creation support for NVS partition. 2018-04-23 00:27:29 +05:30
test_compressed_enum_table.cpp
test_intrusive_list.cpp
test_nvs.cpp Merge branch 'bugfix/nvs_page_compaction' into 'master' 2018-05-07 09:08:23 +08:00
test_spi_flash_emulation.cpp