12 lines
219 B
Makefile
12 lines
219 B
Makefile
|
PROGRAM=posix_fs_example
|
||
|
PROGRAM_EXTRA_SRC_FILES=./fs-test/fs_test.c
|
||
|
|
||
|
EXTRA_COMPONENTS = extras/spiffs
|
||
|
FLASH_SIZE = 32
|
||
|
|
||
|
# spiffs configuration
|
||
|
SPIFFS_BASE_ADDR = 0x200000
|
||
|
SPIFFS_SIZE = 0x100000
|
||
|
|
||
|
include ../../common.mk
|