Use SPIFFS for POSIX file access. Draft. Not tested.

This commit is contained in:
sheinz 2016-06-30 17:38:05 +03:00
parent ab795350fb
commit b71a7ad237
6 changed files with 122 additions and 5 deletions

View file

@ -0,0 +1,11 @@
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