e542b7a920
Makes spiffs component runnable on host. Depends on the host library build of flash emulator. Includes a basic sanity test of mounting a volume, opening a file, writing to the file, reading the file, closing the file and unmounting volume.
5 lines
146 B
Makefile
5 lines
146 B
Makefile
COMPONENT_ADD_INCLUDEDIRS := include
|
|
COMPONENT_PRIV_INCLUDEDIRS := . spiffs/src
|
|
COMPONENT_SRCDIRS := . spiffs/src
|
|
|
|
COMPONENT_SUBMODULES := spiffs
|