You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/12/17 11:39:08 UTC

[mynewt-nffs] branch master updated (0ea48ba -> 5e51a48)

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


[mynewt-nffs] 01/01: Merge pull request #12 from utzig/travis

Posted by ut...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5e51a48f97366ec2ebb9a213274b11688022f1a0
Merge: 0ea48ba cc4e7d9
Author: Fabio Utzig <ut...@utzig.org>
AuthorDate: Mon Dec 17 09:39:03 2018 -0200

    Merge pull request #12 from utzig/travis
    
    Travis integration

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