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/09/22 02:12:55 UTC

[48/59] [abbrv] incubator-mynewt-core git commit: Fix sblinky

Fix sblinky

The app needed either nffs or fcb as a dependency.


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

Branch: refs/heads/develop
Commit: 0c0f3e129041d1f8e10566b21a95b9447e5827c6
Parents: 77144ec
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Sep 20 13:28:13 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Sep 20 13:28:13 2016 -0700

----------------------------------------------------------------------
 apps/sblinky/pkg.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0c0f3e12/apps/sblinky/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/sblinky/pkg.yml b/apps/sblinky/pkg.yml
index 45dfbac..9bc7c96 100644
--- a/apps/sblinky/pkg.yml
+++ b/apps/sblinky/pkg.yml
@@ -31,6 +31,7 @@ pkg.deps:
     - libs/newtmgr
     - hw/mcu/nordic
     - drivers/adc
+    - fs/nffs
     - libs/console/full
     - libs/os
     - libs/shell