- # Edit following two lines to set component requirements (see docs)
- set(COMPONENT_REQUIRES)
- set(COMPONENT_PRIV_REQUIRES)
- set(COMPONENT_SRCS "main.c")
- register_component()
- #spiffs_create_partition_image(storage ./files FLASH_IN_PROJECT)
- fatfs_create_spiflash_image(storage ./files FLASH_IN_PROJECT)
|