esp-open-rtos/tests/spiffs/Makefile
2016-08-19 17:29:27 +03:00

16 lines
309 B
Makefile

PROGRAM=posix_fs_example
PROGRAM_EXTRA_SRC_FILES=./fs-test/fs_test.c
EXTRA_COMPONENTS = extras/spiffs extras/test
FLASH_SIZE = 32
# spiffs configuration
SPIFFS_BASE_ADDR = 0x200000
SPIFFS_SIZE = 0x100000
include ../../common.mk
run_test:
python ../../extras/test/run_test.py $(ESPPORT)
.PHONY: run_test