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/08/26 15:46:05 UTC

[3/3] incubator-mynewt-core git commit: This closes #98.

This closes #98.

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

* peterfs/nffs-update:
  Use OS stats facilities for nffs counters
  Don't zero stats_hdr in stats_init() so s_name is preserved


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/f83ed14c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f83ed14c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/f83ed14c

Branch: refs/heads/develop
Commit: f83ed14c3d1ec8a12c124b18fb37cd62003543b2
Parents: 1c93991 6a71b5e
Author: Christopher Collins <cc...@apache.org>
Authored: Fri Aug 26 08:06:14 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Fri Aug 26 08:06:14 2016 -0700

----------------------------------------------------------------------
 fs/nffs/pkg.yml            |  1 +
 fs/nffs/src/nffs.c         | 53 ++++++++++++++++++++++++++++++++++-------
 fs/nffs/src/nffs_block.c   |  2 ++
 fs/nffs/src/nffs_crc.c     |  1 +
 fs/nffs/src/nffs_flash.c   |  3 +++
 fs/nffs/src/nffs_format.c  |  1 +
 fs/nffs/src/nffs_gc.c      |  2 ++
 fs/nffs/src/nffs_hash.c    |  4 ++--
 fs/nffs/src/nffs_inode.c   | 12 ++++++++--
 fs/nffs/src/nffs_misc.c    |  1 +
 fs/nffs/src/nffs_priv.h    | 30 +++++++++++++++++++----
 fs/nffs/src/nffs_restore.c |  8 +++++--
 sys/stats/src/stats.c      |  2 +-
 13 files changed, 100 insertions(+), 20 deletions(-)
----------------------------------------------------------------------