esp-idf/components/nvs_flash/host_test/nvs_host_test
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
..
main fix(nvs): Fix possible collision with app trace sysview defines 2024-04-12 13:46:51 +02:00
CMakeLists.txt
README.md
pytest_nvs_host_linux.py
sdkconfig.ci.default_set_key
sdkconfig.ci.legacy_set_key
sdkconfig.defaults

README.md

Supported Targets Linux