fatfs: Make fatfs runnable on host

Makes fatfs component runnable on host. Depends on the host library build
of wear levelling and 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-17 16:19:29 +08:00
committed by bot
parent 893003357a
commit af629b3547
14 changed files with 275 additions and 24 deletions

View File

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