esp-idf/components/nvs_flash/src
Ivan Grokhotkov 7a1e19edf1
nvs_flash: replace strncpy + manual null termination with strlcpy
Since libbsd is now a build dependency on Linux, strncpy can be
replaced with the safer and less verbose strlcpy.
2022-08-17 12:20:36 +02:00
..
compressed_enum_table.hpp
intrusive_list.h nvs_flash: update intrusive_list for compatibility with C++17 2022-08-17 12:20:36 +02:00
nvs.hpp
nvs_api.cpp nvs_flash: make nvs_flash_init usable for Linux target 2022-08-17 12:20:36 +02:00
nvs_cxx_api.cpp
nvs_encrypted_partition.cpp
nvs_encrypted_partition.hpp
nvs_handle_locked.cpp
nvs_handle_locked.hpp
nvs_handle_simple.cpp
nvs_handle_simple.hpp
nvs_item_hash_list.cpp
nvs_item_hash_list.hpp
nvs_page.cpp nvs_flash: remove unnecessary check that the data pointer is in DROM 2022-08-17 12:20:36 +02:00
nvs_page.hpp spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
nvs_pagemanager.cpp nvs_flash: remove leftover ESP_ERROR_CHECKS 2022-08-17 12:20:36 +02:00
nvs_pagemanager.hpp
nvs_partition.cpp
nvs_partition.hpp
nvs_partition_lookup.cpp
nvs_partition_lookup.hpp
nvs_partition_manager.cpp
nvs_partition_manager.hpp
nvs_platform.hpp
nvs_storage.cpp nvs_flash: replace strncpy + manual null termination with strlcpy 2022-08-17 12:20:36 +02:00
nvs_storage.hpp
nvs_test_api.h
nvs_types.cpp
nvs_types.hpp
partition.hpp