mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
7 lines
252 B
CMake
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
|
|
)
|