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

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


    from 0ea48ba  Merge pull request #11 from mped-oticon/master
     add a8ec67a  Add newt metadata
     add 4b7df7c  Add guard for Zephyr only kernel.h
     add 4c244c5  Fix max areas macro name
     add 411fc60  Fix build with enabled NFFS_CONFIG_USE_HEAP
     add 045988a  Add missing include
     add b4560fc  Add mynewt glue and fix multi-fs support
     add c46f17f  Add missing Mynewt includes
     add 461387f  Fix test builds
     add cc4e7d9  Add initial travis integration
     new 5e51a48  Merge pull request #12 from utzig/travis

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:
 pkg.yml => .travis.yml           |  62 +++---
 test/pkg.yml => ci/install.sh    |  32 +--
 include/nffs/nffs.h              |  16 +-
 include/nffs/os.h                |   2 +
 pkg.yml                          |  14 +-
 test/pkg.yml => project.yml      |  27 ++-
 src/nffs_dir.c                   |  12 ++
 src/nffs_file.c                  |   9 +
 src/nffs_gc.c                    |   2 +
 src/nffs_hash.c                  |   2 +
 src/nffs_misc.c                  |   2 +
 test/pkg.yml                     |  14 +-
 test/src/nffs_os_mynewt.c        | 427 +++++++++++++++++++++++++++++++++++++++
 test/src/nffs_test.c             |   9 +-
 test/src/nffs_test_debug.c       |   3 +-
 test/src/nffs_test_utils.c       |   2 +-
 test/src/nffs_test_utils.h       |  18 +-
 test/src/testcases/append_test.c |   1 +
 18 files changed, 574 insertions(+), 80 deletions(-)
 copy pkg.yml => .travis.yml (62%)
 copy test/pkg.yml => ci/install.sh (68%)
 mode change 100644 => 100755
 copy test/pkg.yml => project.yml (71%)
 create mode 100644 test/src/nffs_os_mynewt.c

Reply via email to