esp-idf/components/nvs_flash
Frantisek Hrbata fbe8bf89ee fix: properly resolve component dependencies
There is currently a bug in the __build_resolve_and_add_req function in
tools/cmake/build.cmake where the check for registered component
requirements is incorrectly applied to the component itself rather than
its dependencies. This issue likely originated from a typo, using
component_target instead of _component_target. To prevent further
confusion, _component_target has been renamed to _req_target.

Fixing this revealed multiple incorrect dependencies for the Linux
target, which have now been resolved by explicitly specifying the
dependencies for the Linux target.

Closes https://github.com/espressif/esp-idf/issues/13447

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-05-30 22:01:55 +08:00
..
host_test fix(nvs): Fix possible collision with app trace sysview defines 2024-04-12 13:46:51 +02:00
include fix(nvs): Fix possible collision with app trace sysview defines 2024-04-12 13:46:51 +02:00
nvs_partition_generator feat(docs): Add workflow for externally enabling NVS Encryption 2024-04-19 11:29:21 +05:30
nvs_partition_tool fix(nvs): Fix nvs_tool accepting an unknown entry type 2024-05-17 13:18:52 +02:00
private_include add: Kconfig assert or errorcode option 2022-05-28 20:29:05 +02:00
src fix(nvs): Fix possible collision with app trace sysview defines 2024-04-12 13:46:51 +02:00
test_apps fix(bootloader_support): Make esp_flash_encrypt.h independent of spi_flash_mmap.h header 2024-05-13 16:54:45 +05:30
test_nvs_host feat(log): Refactoring tag level check APIs 2024-05-16 09:26:08 +03:00
.build-test-rules.yml feat(storage/nvs_flash): add dependencies to nvs_flash test apps 2023-12-11 13:10:54 +01:00
.gitignore nvs_flash, wear_levelling: ignore host test files 2017-04-17 11:01:18 +08:00
CMakeLists.txt fix: properly resolve component dependencies 2024-05-30 22:01:55 +08:00
Kconfig fix(nvs_flash): fixed failing nvs_page test 2023-09-26 15:05:20 +00:00
project_include.cmake feat: Add support for NVS image generation from CMake 2023-07-31 18:26:06 +02:00