esp-idf/components/nvs_flash/src
Adam Múdry 8e43afef3b fix(nvs): Fix possible collision with app trace sysview defines
Global.h defines U8, I8, U16, etc. symbols, which are also used in NVS
as a part of custom enum class and this can cause a compilation error
during macro expansion, when sysview is enabled and FreeRTOS.h is included in NVS
2024-04-12 13:46:51 +02:00
..
compressed_enum_table.hpp
intrusive_list.h
nvs.hpp
nvs_api.cpp fix(nvs): Improved lockig mechanism for initialization phase 2024-02-24 07:55:32 +01: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_memory_management.hpp
nvs_page.cpp fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
nvs_page.hpp fix(nvs): eraseMultiPageBlob to robustly delete all related BLOB_DATA records and respect VER_ANY 2024-02-24 07:55:32 +01:00
nvs_pagemanager.cpp fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01: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.cpp fix(nvs): Improved lockig mechanism for initialization phase 2024-02-24 07:55:32 +01:00
nvs_platform.hpp fix(nvs): Improved lockig mechanism for initialization phase 2024-02-24 07:55:32 +01:00
nvs_storage.cpp fix(nvs): Fix possible collision with app trace sysview defines 2024-04-12 13:46:51 +02:00
nvs_storage.hpp fix(nvs): added check and erase of mismatched BLOB_DATA on init 2024-02-22 15:15:10 +01:00
nvs_test_api.h
nvs_types.cpp
nvs_types.hpp
partition.hpp