You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2017/02/24 16:59:31 UTC

incubator-mynewt-core git commit: MYNEWT-637: Fix incorrect CTS pin defintion for nrf52dk bsp

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop b41d25e6f -> 57fc68bae


MYNEWT-637: Fix incorrect CTS pin defintion for nrf52dk bsp

Now set to 7.


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

Branch: refs/heads/develop
Commit: 57fc68baeacd55f4a25570ec60b8e9b2b545a540
Parents: b41d25e
Author: William San Filippo <wi...@runtime.io>
Authored: Fri Feb 24 08:55:49 2017 -0800
Committer: William San Filippo <wi...@runtime.io>
Committed: Fri Feb 24 08:59:28 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/57fc68ba/hw/bsp/nrf52dk/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf52dk/syscfg.yml b/hw/bsp/nrf52dk/syscfg.yml
index 696ddec..3778c50 100644
--- a/hw/bsp/nrf52dk/syscfg.yml
+++ b/hw/bsp/nrf52dk/syscfg.yml
@@ -41,7 +41,7 @@ syscfg.defs:
         value:  5
     UART_0_PIN_CTS:
         description: 'CTS pin for UART0'
-        value: 0
+        value: 7
 
     UART_1:
         description: 'Whether to enable bitbanger UART1'