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 add: Kconfig assert or errorcode option 2022-05-28 20:29:05 +02:00
intrusive_list.h nvs_flash: update intrusive_list for compatibility with C++17 2022-08-17 12:20:36 +02:00
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 Random NVS fixes 2021-03-08 14:41:53 +08:00
nvs_encrypted_partition.cpp tools: overhaul csv handling for mfg_gen and nvs_partition_gen 2022-06-15 12:31:49 +00:00
nvs_encrypted_partition.hpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_handle_locked.cpp Random NVS fixes 2021-03-08 14:41:53 +08:00
nvs_handle_locked.hpp Random NVS fixes 2021-03-08 14:41:53 +08:00
nvs_handle_simple.cpp nvs_flash: fixed deinit other partition's handles 2020-11-27 18:51:05 +08:00
nvs_handle_simple.hpp nvs_flash: fixed deinit other partition's handles 2020-11-27 18:51:05 +08:00
nvs_item_hash_list.cpp [nvs_flash]: Entries with state == 1 don't crash 2021-07-30 18:33:27 +08:00
nvs_item_hash_list.hpp [nvs_flash]: Entries with state == 1 don't crash 2021-07-30 18:33:27 +08:00
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: using esp_partition API 2020-09-14 10:34:34 +08:00
nvs_partition_lookup.cpp NVS: put wild functions into namespace 2020-09-18 15:38:40 +08:00
nvs_partition_lookup.hpp NVS: put wild functions into namespace 2020-09-18 15:38:40 +08:00
nvs_partition_manager.cpp add: Kconfig assert or errorcode option 2022-05-28 20:29:05 +02:00
nvs_partition_manager.hpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_partition.cpp NVS flash: host-based unit test of nvs::Page 2020-12-14 18:53:14 +08:00
nvs_partition.hpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_platform.hpp Random NVS fixes 2021-03-08 14:41:53 +08:00
nvs_storage.cpp nvs_flash: replace strncpy + manual null termination with strlcpy 2022-08-17 12:20:36 +02:00
nvs_storage.hpp NVS: using esp_partition API 2020-09-14 10:34:34 +08:00
nvs_test_api.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_types.cpp [esp_rom]: Partially buildable for linux 2021-08-03 12:03:24 +08:00
nvs_types.hpp add: Kconfig assert or errorcode option 2022-05-28 20:29:05 +02:00
nvs.hpp add: Kconfig assert or errorcode option 2022-05-28 20:29:05 +02:00
partition.hpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00