summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/chip/tiva_gpio.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-18 08:24:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-18 08:24:24 -0600
commit595ef6673246d292d959f4050cd075a1d3de7cba (patch)
tree8fc142189c2365b7b1b3a0394b6a25860010d6fe /nuttx/arch/arm/src/tiva/chip/tiva_gpio.h
parent69866f8671c1a2c2f49f86a3b2d1325bcdfb1bd7 (diff)
downloadnuttx-595ef6673246d292d959f4050cd075a1d3de7cba.tar.gz
nuttx-595ef6673246d292d959f4050cd075a1d3de7cba.tar.bz2
nuttx-595ef6673246d292d959f4050cd075a1d3de7cba.zip
DK-TM4C129X: Fixes to get clean build. Logic is still not complete, however
Diffstat (limited to 'nuttx/arch/arm/src/tiva/chip/tiva_gpio.h')
-rw-r--r--nuttx/arch/arm/src/tiva/chip/tiva_gpio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/tiva/chip/tiva_gpio.h b/nuttx/arch/arm/src/tiva/chip/tiva_gpio.h
index c6039d6b1..c751ac67d 100644
--- a/nuttx/arch/arm/src/tiva/chip/tiva_gpio.h
+++ b/nuttx/arch/arm/src/tiva/chip/tiva_gpio.h
@@ -46,6 +46,7 @@
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
+/* REVISIT: Why do we not use the AHB aperture for all GPIO accesses? */
#define TIVA_GPIOK_BASE TIVA_GPIOKAHB_BASE
#define TIVA_GPIOL_BASE TIVA_GPIOLAHB_BASE
@@ -53,6 +54,9 @@
#define TIVA_GPION_BASE TIVA_GPIONAHB_BASE
#define TIVA_GPIOP_BASE TIVA_GPIOPAHB_BASE
#define TIVA_GPIOQ_BASE TIVA_GPIOQAHB_BASE
+#define TIVA_GPIOR_BASE TIVA_GPIORAHB_BASE
+#define TIVA_GPIOS_BASE TIVA_GPIOSAHB_BASE
+#define TIVA_GPIOT_BASE TIVA_GPIOTAHB_BASE
/* GPIO Register Offsets ************************************************************/