89ee7b5dfb
Demonstrates the usage of the new spi_bus_add_flash_device, esp_flash_init, esp_partition_register_external functions.
9 lines
187 B
Makefile
9 lines
187 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := ext_flash_fatfs
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|