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 2017/04/07 18:45:15 UTC

[41/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-711 testbench - Enable split setup.

MYNEWT-711 testbench - Enable split setup.


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

Branch: refs/heads/master
Commit: 04d4600fefc7dfa6c7db2bb22fd9032e9fa2e152
Parents: 66ab7ca
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Apr 5 15:14:09 2017 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Apr 5 15:14:09 2017 -0700

----------------------------------------------------------------------
 apps/testbench/pkg.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/04d4600f/apps/testbench/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/testbench/pkg.yml b/apps/testbench/pkg.yml
index b10bb0f..8169b1f 100644
--- a/apps/testbench/pkg.yml
+++ b/apps/testbench/pkg.yml
@@ -25,6 +25,7 @@ pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 
 pkg.deps:
+    - "@apache-mynewt-core/boot/split_app"
     - "@apache-mynewt-core/encoding/json/test"
     - "@apache-mynewt-core/kernel/os"
     - "@apache-mynewt-core/kernel/os/test"
@@ -32,7 +33,7 @@ pkg.deps:
     - "@apache-mynewt-core/mgmt/newtmgr"
     - "@apache-mynewt-core/mgmt/newtmgr/transport/nmgr_shell"
     - "@apache-mynewt-core/sys/config"
-    - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/console/full"
     - "@apache-mynewt-core/sys/flash_map"
     - "@apache-mynewt-core/sys/flash_map/test"
     - "@apache-mynewt-core/sys/id"