Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Embedded FFS support #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

WIP: Embedded FFS support #3

wants to merge 1 commit into from

Conversation

thomafred
Copy link

@thomafred thomafred commented Sep 4, 2017

Description

The aim of this pull request is to provide an interface for generic file systems such as SPIFFS, YAFFS, etc for platforms without POSIX file IO support.

As a caveat, CMake support will also be added.

Checklist

[x] Add support for CMake build system.
[ ] Rudimentary housekeeping

Comments

In order to build:

$ cd ${PROJECT_ROOT}
$ mkdir -p build && cd build
$ cmake ..
$ make
$ make test

make test is just a placeholder. Implement tests in test_microtar.c.

@thomafred thomafred changed the title Added CMake support WIP: Embedded FFS support Sep 22, 2017
@thomafred
Copy link
Author

Edit: Updated pull request scope and added WIP-tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant