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/08/24 18:56:09 UTC

[08/14] incubator-mynewt-core git commit: nrf52 bsp; console now identified by name, not by number.

nrf52 bsp; console now identified by name, not by number.


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

Branch: refs/heads/sterly_refactor
Commit: 42b5ddcf488d680db563ba4b985037b151b2b4e3
Parents: 12ce23a
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed Aug 24 09:12:22 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Wed Aug 24 09:12:22 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nrf52dk/include/bsp/bsp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/42b5ddcf/hw/bsp/nrf52dk/include/bsp/bsp.h
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf52dk/include/bsp/bsp.h b/hw/bsp/nrf52dk/include/bsp/bsp.h
index a9e2c01..f7454f5 100644
--- a/hw/bsp/nrf52dk/include/bsp/bsp.h
+++ b/hw/bsp/nrf52dk/include/bsp/bsp.h
@@ -41,7 +41,7 @@ extern uint8_t _ram_start;
 #define LED_BLINK_PIN   (17)
 
 /* UART info */
-#define CONSOLE_UART    0
+#define CONSOLE_UART    "uart0"
 
 #define NFFS_AREA_MAX   (8)