esp-idf/examples/storage/custom_flash_driver/components/custom_chip_driver/CMakeLists.txt

5 wiersze
191 B
CMake

idf_component_register(SRCS "chip_drivers.c" "spi_flash_chip_eon.c"
PRIV_REQUIRES spi_flash
LDFRAGMENTS linker.lf
INCLUDE_DIRS "")