esp-idf/examples/storage/partition_api/partition_mmap/main/CMakeLists.txt

5 wiersze
162 B
CMake

idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES esp_partition
PRIV_REQUIRES spi_flash)