Files
esp-idf/components/wear_levelling/test_apps/main/CMakeLists.txt
T
2026-03-23 20:33:18 +01:00

7 lines
252 B
CMake

idf_component_register(SRCS test_wl.c
PRIV_INCLUDE_DIRS .
PRIV_REQUIRES unity
REQUIRES wear_levelling
EMBED_FILES test_partition_v1.bin
)