summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/chip/cc3200_pinmap.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-09 14:48:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-09 14:48:24 -0600
commit1f4edb08cfd32ec2c070a51aeffa40b6e67feac8 (patch)
tree03071274ba30c2a09c6416d7ad02a9387c5ce568 /nuttx/arch/arm/src/tiva/chip/cc3200_pinmap.h
parent4f0446907970fea07a7593e4de6921580819b4eb (diff)
downloadnuttx-1f4edb08cfd32ec2c070a51aeffa40b6e67feac8.tar.gz
nuttx-1f4edb08cfd32ec2c070a51aeffa40b6e67feac8.tar.bz2
nuttx-1f4edb08cfd32ec2c070a51aeffa40b6e67feac8.zip
Add a little bit more Tiva I2C initialization logic
Diffstat (limited to 'nuttx/arch/arm/src/tiva/chip/cc3200_pinmap.h')
-rw-r--r--nuttx/arch/arm/src/tiva/chip/cc3200_pinmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/tiva/chip/cc3200_pinmap.h b/nuttx/arch/arm/src/tiva/chip/cc3200_pinmap.h
index 569aa1460..c674fdb45 100644
--- a/nuttx/arch/arm/src/tiva/chip/cc3200_pinmap.h
+++ b/nuttx/arch/arm/src/tiva/chip/cc3200_pinmap.h
@@ -66,9 +66,9 @@
# define GPIO_ADC_IN10 (GPIO_FUNC_ANINPUT | GPIO_PORTB | GPIO_PIN_4)
# define GPIO_ADC_IN11 (GPIO_FUNC_ANINPUT | GPIO_PORTB | GPIO_PIN_5)
-# define GPIO_CORE_TRCLK (GPIO_FUNC_PFOUTPUT | GPIO_ALT_14 | GPIO_PORTF | GPIO_PIN_3)
-# define GPIO_CORE_TRD0 (GPIO_FUNC_PFOUTPUT | GPIO_ALT_14 | GPIO_PORTF | GPIO_PIN_2)
-# define GPIO_CORE_TRD1 (GPIO_FUNC_PFOUTPUT | GPIO_ALT_14 | GPIO_PORTF | GPIO_PIN_1)
+# define GPIO_CORE_TRCLK (GPIO_FUNC_PFOUTPUT | GPIO_ALT_14 | GPIO_PADTYPE_ODWPU | GPIO_PORTF | GPIO_PIN_3)
+# define GPIO_CORE_TRD0 (GPIO_FUNC_PFOUTPUT | GPIO_ALT_14 | GPIO_PADTYPE_ODWPU | GPIO_PORTF | GPIO_PIN_2)
+# define GPIO_CORE_TRD1 (GPIO_FUNC_PFOUTPUT | GPIO_ALT_14 | GPIO_PADTYPE_ODWPU | GPIO_PORTF | GPIO_PIN_1)
# define GPIO_I2C0_SCL (GPIO_FUNC_PFODIO | GPIO_ALT_3 | GPIO_PORTB | GPIO_PIN_2)
# define GPIO_I2C0_SDA (GPIO_FUNC_PFODIO | GPIO_ALT_3 | GPIO_PORTB | GPIO_PIN_3)