This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nffs.git

commit b8ac7ed70ddac8d16ed36e9c7163c0790b78adb7
Merge: a681f9d 5ae0224
Author: Andrzej Kaczmarek <andrzej.kaczma...@codecoup.pl>
AuthorDate: Fri Sep 8 10:40:33 2017 +0200

    Merge pull request #1 from andrzej-kaczmarek/dev
    
    Initial rework to make NFFS more generic

 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(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <commits@mynewt.apache.org>.

Reply via email to