Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 66ab7caf6 -> 04d4600fe
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/develop Commit: 04d4600fefc7dfa6c7db2bb22fd9032e9fa2e152 Parents: 66ab7ca Author: Christopher Collins <[email protected]> Authored: Wed Apr 5 15:14:09 2017 -0700 Committer: Christopher Collins <[email protected]> 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"
