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 2016/12/27 19:24:34 UTC

[2/4] incubator-mynewt-core git commit: ci40; add dependency to uart_hal driver, if uart0/uart1 are included.

ci40; add dependency to uart_hal driver, if uart0/uart1 are included.


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

Branch: refs/heads/develop
Commit: fe2f20764155e4713b310973c9bb12e47853e16c
Parents: 3ee2a16
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Dec 27 10:51:23 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Dec 27 10:51:23 2016 -0800

----------------------------------------------------------------------
 hw/bsp/ci40/pkg.yml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/fe2f2076/hw/bsp/ci40/pkg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/ci40/pkg.yml b/hw/bsp/ci40/pkg.yml
index eba5614..d202f92 100644
--- a/hw/bsp/ci40/pkg.yml
+++ b/hw/bsp/ci40/pkg.yml
@@ -31,3 +31,9 @@ pkg.keywords:
 pkg.cflags:
 pkg.deps:
     - hw/mcu/mips/danube
+
+pkg.deps.UART_0:
+    - hw/drivers/uart/uart_hal
+
+pkg.deps.UART_1:
+    - hw/drivers/uart/uart_hal