You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/07/19 23:22:02 UTC

[4/4] incubator-mynewt-core git commit: This closes #76.

This closes #76.

Merge remote-tracking branch 'peterfs/nffs-update' into develop

* peterfs/nffs-update:
  Bug fixes and debug enhancements for nffs
  Don't automatically truncate files in fsutil_write_file()
  Update ffs2native with bugfixes and CRC support


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/199d64e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/199d64e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/199d64e0

Branch: refs/heads/develop
Commit: 199d64e0f00ed47b882f6a78eb50d0603ca9e541
Parents: e1c39b5 c0d9f8e
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Jul 19 16:21:42 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Jul 19 16:21:42 2016 -0700

----------------------------------------------------------------------
 apps/ffs2native/src/main.c | 69 ++++++++++++++++++++++++++++++++++-------
 fs/fs/src/fsutil.c         |  2 +-
 fs/nffs/src/nffs.c         | 10 ++++++
 fs/nffs/src/nffs_block.c   |  3 ++
 fs/nffs/src/nffs_cache.c   |  8 ++---
 fs/nffs/src/nffs_hash.c    |  2 ++
 fs/nffs/src/nffs_inode.c   |  4 +++
 fs/nffs/src/nffs_priv.h    |  4 +++
 fs/nffs/src/nffs_restore.c | 60 +++++++++++++++++------------------
 9 files changed, 113 insertions(+), 49 deletions(-)
----------------------------------------------------------------------