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 <[email protected]> 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(-)
