summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-12 02:39:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-12 02:39:32 +0000
commit8456a0b31a0093bae363166a7876c1ab9b3dea68 (patch)
tree697c4fb34fe5a969d0e297794231f94ce5adeb0f /nuttx/configs/lm3s6965-ek
parent1a5be88b91218994ccd12cf8bd2f2f676812f174 (diff)
downloadpx4-nuttx-8456a0b31a0093bae363166a7876c1ab9b3dea68.tar.gz
px4-nuttx-8456a0b31a0093bae363166a7876c1ab9b3dea68.tar.bz2
px4-nuttx-8456a0b31a0093bae363166a7876c1ab9b3dea68.zip
Need to disable unsupported GPIOs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2842 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6965-ek')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/nsh/defconfig14
-rwxr-xr-xnuttx/configs/lm3s6965-ek/nx/defconfig15
-rwxr-xr-xnuttx/configs/lm3s6965-ek/ostest/defconfig14
3 files changed, 43 insertions, 0 deletions
diff --git a/nuttx/configs/lm3s6965-ek/nsh/defconfig b/nuttx/configs/lm3s6965-ek/nsh/defconfig
index 3f8687b37..12975b492 100755
--- a/nuttx/configs/lm3s6965-ek/nsh/defconfig
+++ b/nuttx/configs/lm3s6965-ek/nsh/defconfig
@@ -94,6 +94,20 @@ CONFIG_LM3S_BUILDROOT=y
CONFIG_LM3S_DFU=y
#
+# Disable support for interrupts on GPIOJ which does not
+# exist on the LM3S6918. Additional interrupt support can be
+# disabled if desired to reduce memory footprint.
+CONFIG_LM3S_DISABLE_GPIOA_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOB_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOC_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOD_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOE_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOF_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOG_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOH_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y
+
+#
# LM3S6965 specific serial device driver settings
#
# CONFIG_UARTn_DISABLE - select to disable all support for
diff --git a/nuttx/configs/lm3s6965-ek/nx/defconfig b/nuttx/configs/lm3s6965-ek/nx/defconfig
index f424cd35c..0c9e2bbd0 100755
--- a/nuttx/configs/lm3s6965-ek/nx/defconfig
+++ b/nuttx/configs/lm3s6965-ek/nx/defconfig
@@ -94,6 +94,21 @@ CONFIG_LM3S_BUILDROOT=y
CONFIG_LM3S_DFU=y
#
+# Disable support for interrupts on GPIOJ which does not
+# exist on the LM3S6918. Additional interrupt support can be
+# disabled if desired to reduce memory footprint.
+CONFIG_LM3S_DISABLE_GPIOA_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOB_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOC_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOD_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOE_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOF_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOG_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOH_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y
+
+
+#
# LM3S6965 specific serial device driver settings
#
# CONFIG_UARTn_DISABLE - select to disable all support for
diff --git a/nuttx/configs/lm3s6965-ek/ostest/defconfig b/nuttx/configs/lm3s6965-ek/ostest/defconfig
index 8a75818a9..4b61f2112 100755
--- a/nuttx/configs/lm3s6965-ek/ostest/defconfig
+++ b/nuttx/configs/lm3s6965-ek/ostest/defconfig
@@ -94,6 +94,20 @@ CONFIG_LM3S_BUILDROOT=y
CONFIG_LM3S_DFU=y
#
+# Disable support for interrupts on GPIOJ which does not
+# exist on the LM3S6918. Additional interrupt support can be
+# disabled if desired to reduce memory footprint.
+CONFIG_LM3S_DISABLE_GPIOA_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOB_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOC_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOD_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOE_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOF_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOG_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOH_IRQS=n
+CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y
+
+#
# LM3S6965 specific serial device driver settings
#
# CONFIG_UARTn_DISABLE - select to disable all support for