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/10/20 20:22:06 UTC

[07/10] incubator-mynewt-core git commit: nucleo pkg.yml; BSP package needs to include uart driver to create uart0/uart1.

nucleo pkg.yml; BSP package needs to include uart driver to create
uart0/uart1.


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

Branch: refs/heads/develop
Commit: 24cdb5ef2f9acec21f59df4f1d54476142e4afd9
Parents: 22315c8
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Oct 20 13:17:12 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Oct 20 13:17:12 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nucleo-f401re/pkg.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/24cdb5ef/hw/bsp/nucleo-f401re/pkg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/nucleo-f401re/pkg.yml b/hw/bsp/nucleo-f401re/pkg.yml
index 35ed30a..79b32b6 100644
--- a/hw/bsp/nucleo-f401re/pkg.yml
+++ b/hw/bsp/nucleo-f401re/pkg.yml
@@ -27,10 +27,16 @@ pkg.keywords:
     - stm32f4
     - nucleo
 
-pkg.cflags: -DSTM32F401xE
+pkg.cflags:
+    - -DSTM32F401xE
 
 pkg.deps:
     - boot/bootutil
     - hw/mcu/stm/stm32f4xx
     - libc/baselibc
     - sys/flash_map
+
+pkg.deps.UART_0:
+    - hw/drivers/uart/uart_hal
+pkg.deps.UART_1:
+    - hw/drivers/uart/uart_hal