summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm32f3discovery
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-24 06:42:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-24 06:42:11 -0600
commitddbe798b4ea446c47b804c3d52fd0dc306d587c8 (patch)
tree0182993952108909dfed6faf834ec5b6c7bcd026 /nuttx/configs/stm32f3discovery
parent1e8034af440b511f01d97d67806e7192c75789f7 (diff)
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
Diffstat (limited to 'nuttx/configs/stm32f3discovery')
-rw-r--r--nuttx/configs/stm32f3discovery/nsh/defconfig2
-rw-r--r--nuttx/configs/stm32f3discovery/usbnsh/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm32f3discovery/nsh/defconfig b/nuttx/configs/stm32f3discovery/nsh/defconfig
index e97b7d4df6..663623a30b 100644
--- a/nuttx/configs/stm32f3discovery/nsh/defconfig
+++ b/nuttx/configs/stm32f3discovery/nsh/defconfig
@@ -267,7 +267,7 @@ CONFIG_STM32_USART=y
# CONFIG_ARCH_DMA is not set
# CONFIG_ARCH_IRQPRIO is not set
# CONFIG_CUSTOM_STACK is not set
-# CONFIG_ADDRENV is not set
+# CONFIG_ARCH_ADDRENV is not set
CONFIG_ARCH_HAVE_VFORK=y
CONFIG_ARCH_STACKDUMP=y
# CONFIG_ENDIAN_BIG is not set
diff --git a/nuttx/configs/stm32f3discovery/usbnsh/defconfig b/nuttx/configs/stm32f3discovery/usbnsh/defconfig
index 27a9a161f6..315ce63251 100644
--- a/nuttx/configs/stm32f3discovery/usbnsh/defconfig
+++ b/nuttx/configs/stm32f3discovery/usbnsh/defconfig
@@ -263,7 +263,7 @@ CONFIG_STM32_USART=y
# CONFIG_ARCH_DMA is not set
# CONFIG_ARCH_IRQPRIO is not set
# CONFIG_CUSTOM_STACK is not set
-# CONFIG_ADDRENV is not set
+# CONFIG_ARCH_ADDRENV is not set
CONFIG_ARCH_HAVE_VFORK=y
CONFIG_ARCH_STACKDUMP=y
# CONFIG_ENDIAN_BIG is not set