OVMS3-idf/components/nvs_flash/test
Ivan Grokhotkov 2a68f60874 components/nvs: add erase function
This change exposes functions to erase single key and to erase all keys from namespace.
TW6769, TW6839
2016-09-23 08:08:03 +08:00
..
catch.hpp Initial public version 2016-08-17 23:08:22 +08:00
crc.cpp Initial public version 2016-08-17 23:08:22 +08:00
crc.h Initial public version 2016-08-17 23:08:22 +08:00
main.cpp Initial public version 2016-08-17 23:08:22 +08:00
Makefile components/nvs: maintain item hash list at page level 2016-09-21 18:02:52 +08:00
spi_flash_emulation.cpp Initial public version 2016-08-17 23:08:22 +08:00
spi_flash_emulation.h components/nvs: fix host build with GCC 4.9, add coverage report generation 2016-08-23 12:08:00 +08:00
test_compressed_enum_table.cpp Initial public version 2016-08-17 23:08:22 +08:00
test_intrusive_list.cpp components/nvs: strlcpy is not available on Linux, replace with strncpy and terminate strings explicitly 2016-08-23 15:14:13 +08:00
test_nvs.cpp components/nvs: add erase function 2016-09-23 08:08:03 +08:00
test_spi_flash_emulation.cpp Initial public version 2016-08-17 23:08:22 +08:00