mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
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:
3
components/spiffs/test_spiffs_host/main.cpp
Normal file
3
components/spiffs/test_spiffs_host/main.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "catch.hpp"
|
||||
|
Reference in New Issue
Block a user