You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2015/11/03 23:41:37 UTC

[4/5] incubator-mynewt-larva git commit: Fix boot project. Should not depend on specific MCU, must include one of the console libs.

Fix boot project. Should not depend on specific MCU, must include
one of the console libs.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/6504f7c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/6504f7c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/6504f7c2

Branch: refs/heads/master
Commit: 6504f7c241c27ad4270106e59e73b0da1e52d862
Parents: d0aeff2
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Nov 3 14:40:18 2015 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Nov 3 14:40:18 2015 -0800

----------------------------------------------------------------------
 project/boot/boot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/6504f7c2/project/boot/boot.yml
----------------------------------------------------------------------
diff --git a/project/boot/boot.yml b/project/boot/boot.yml
index 319ff10..08eabe8 100644
--- a/project/boot/boot.yml
+++ b/project/boot/boot.yml
@@ -4,4 +4,4 @@ project.eggs:
     - libs/os
     - libs/bootutil
     - libs/nffs
-    - hw/mcu/stm/stm32f4xx
+    - libs/console/stub