This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nffs.git.
from a681f9d Initial commit based on content of fs/nffs from mynewt-core add 5222ff7 Initial rework to make NFFS more generic add 5ae0224 Add configuration specific to Zephyr OS new b8ac7ed Merge pull request #1 from andrzej-kaczmarek/dev The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: include/nffs/config.h | 24 ++ include/nffs/glue.h | 70 +++++ include/nffs/nffs.h | 514 +++++++++++++++++++++++++++++-- include/nffs/nffs_test.h | 33 -- include/nffs/queue.h | 522 +++++++++++++++++++++++++++++++ src/nffs.c | 787 +---------------------------------------------- src/nffs_area.c | 3 +- src/nffs_block.c | 9 +- src/nffs_cache.c | 12 +- src/nffs_config.c | 54 ---- src/nffs_crc.c | 20 +- src/nffs_dir.c | 13 +- src/nffs_file.c | 12 +- src/nffs_flash.c | 9 +- src/nffs_format.c | 9 +- src/nffs_gc.c | 14 +- src/nffs_hash.c | 11 +- src/nffs_inode.c | 10 +- src/nffs_misc.c | 85 ++--- src/nffs_path.c | 3 +- src/nffs_priv.h | 534 -------------------------------- src/nffs_restore.c | 11 +- src/nffs_write.c | 10 +- 23 files changed, 1209 insertions(+), 1560 deletions(-) create mode 100644 include/nffs/config.h create mode 100644 include/nffs/glue.h delete mode 100644 include/nffs/nffs_test.h create mode 100644 include/nffs/queue.h delete mode 100644 src/nffs_config.c delete mode 100644 src/nffs_priv.h -- To stop receiving notification emails like this one, please contact ['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].