spiffs: Make spiffs runnable on host

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.
This commit is contained in:
Renz Bagaporo
2018-05-22 16:47:30 +08:00
committed by bot
parent af629b3547
commit e542b7a920
24 changed files with 542 additions and 112 deletions

View File

@@ -0,0 +1,3 @@
#define CATCH_CONFIG_MAIN
#include "catch.hpp"