You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2019/02/21 18:18:44 UTC

[mynewt-core] branch master updated: revert to default pin asignement, with spi0 connected to dw1000

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 7dd2f0d  revert to default pin asignement, with spi0 connected to dw1000
7dd2f0d is described below

commit 7dd2f0d18fc4305cceca957a0b2c760d2976f336
Author: Stephane D'Alu <sd...@sdalu.com>
AuthorDate: Thu Feb 21 16:15:45 2019 +0100

    revert to default pin asignement, with spi0 connected to dw1000
---
 hw/bsp/dwm1001-dev/syscfg.yml | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/hw/bsp/dwm1001-dev/syscfg.yml b/hw/bsp/dwm1001-dev/syscfg.yml
index 360db2d..11b825d 100644
--- a/hw/bsp/dwm1001-dev/syscfg.yml
+++ b/hw/bsp/dwm1001-dev/syscfg.yml
@@ -41,13 +41,16 @@ syscfg.vals:
     # Set default pins for peripherals
     UART_0_PIN_TX: 5
     UART_0_PIN_RX: 11
-    SPI_0_MASTER_PIN_SCK: 4
-    SPI_0_MASTER_PIN_MOSI: 6
-    SPI_0_MASTER_PIN_MISO: 7
-    SPI_0_SLAVE_PIN_SCK: 4
-    SPI_0_SLAVE_PIN_MOSI: 6
-    SPI_0_SLAVE_PIN_MISO: 7
-    SPI_0_SLAVE_PIN_SS: 3
+    SPI_0_MASTER_PIN_SCK: 16
+    SPI_0_MASTER_PIN_MOSI: 20
+    SPI_0_MASTER_PIN_MISO: 18
+    SPI_1_MASTER_PIN_SCK: 4
+    SPI_1_MASTER_PIN_MOSI: 6
+    SPI_1_MASTER_PIN_MISO: 7
+    SPI_1_SLAVE_PIN_SCK: 4
+    SPI_1_SLAVE_PIN_MOSI: 6
+    SPI_1_SLAVE_PIN_MISO: 7
+    SPI_1_SLAVE_PIN_SS: 3
     I2C_0_PIN_SCL: 28
     I2C_0_PIN_SDA: 29