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 2017/11/20 17:44:43 UTC

[mynewt-blinky] branch master updated: blinky - Use console/stub instead of console/full.

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-blinky.git


The following commit(s) were added to refs/heads/master by this push:
     new d921fdd  blinky - Use console/stub instead of console/full.
d921fdd is described below

commit d921fdd1877fc3bd6262e23d6be9f5c46c100576
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Wed Aug 30 17:59:23 2017 -0700

    blinky - Use console/stub instead of console/full.
    
    Blinky doesn't use the console at all, so we can minimize the app
    further by using the stub console package.
---
 apps/blinky/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/blinky/pkg.yml b/apps/blinky/pkg.yml
index d870082..341a7ba 100644
--- a/apps/blinky/pkg.yml
+++ b/apps/blinky/pkg.yml
@@ -27,4 +27,4 @@ pkg.keywords:
 pkg.deps:
     - "@apache-mynewt-core/kernel/os"
     - "@apache-mynewt-core/hw/hal"
-    - "@apache-mynewt-core/sys/console/full"
+    - "@apache-mynewt-core/sys/console/stub"

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].