CMakeLists.txt 299 B

123456789
  1. # Edit following two lines to set component requirements (see docs)
  2. set(COMPONENT_REQUIRES)
  3. set(COMPONENT_PRIV_REQUIRES)
  4. set(COMPONENT_SRCS "main.c")
  5. register_component()
  6. #spiffs_create_partition_image(storage ./files FLASH_IN_PROJECT)
  7. fatfs_create_spiflash_image(storage ./files FLASH_IN_PROJECT)