You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 years ago | |
---|---|---|
.. | ||
README.md | 6 years ago | |
mkconstfs.py | 6 years ago |
README.md
Introduction
This tool creates a .c file including all data from a local directory as data structures that can be mounted using constfs.
Usage
mkconstfs.py /path/to/files /
#include "vfs.h"
#include "fs/constfs.h"
extern const vfs_mount_t _constfs;
[...]
vfs_mount((vfs_mount_t *)&_constfs);