Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 919 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 919 Bytes

Build Status

TODO

Use "FileReplacerUtils::destroyInstance()" to destroy the instance.

Usage

See fs_default_os_wrapper.h to wrap the async FS functions
See fs_sync_wrapper to use sync fs functions

Link the application with:

-lfswrapper -lutils -ldynamiclibs 

You also need to add the include path to your Makefile. Example:

export INCLUDE	:= [...] -I$(PORTLIBS)/include -I$(PORTLIBS)/include/libfswrapper

Dependencies

To be able to use libfswrapper, you need to install the following dependencies: