summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-09 08:34:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-09 08:34:52 -0600
commitee202f14fc65d6ddac7b3f31756209accbdf86b1 (patch)
treefeb6a9fc0c675e1ebb3b0e6797bc649ef41f744d /nuttx/configs/stm32f4discovery
parent0aa6421dec16ae22870525edd6d6652cef671efb (diff)
downloadpx4-nuttx-ee202f14fc65d6ddac7b3f31756209accbdf86b1.tar.gz
px4-nuttx-ee202f14fc65d6ddac7b3f31756209accbdf86b1.tar.bz2
px4-nuttx-ee202f14fc65d6ddac7b3f31756209accbdf86b1.zip
Convert all STM32F4-Discovery configurations (with base board) to configure the Ethernet driver to use the work queue (vs. interrupt level processing).
Diffstat (limited to 'nuttx/configs/stm32f4discovery')
-rw-r--r--nuttx/configs/stm32f4discovery/ipv6/defconfig4
-rw-r--r--nuttx/configs/stm32f4discovery/netnsh/defconfig4
2 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/configs/stm32f4discovery/ipv6/defconfig b/nuttx/configs/stm32f4discovery/ipv6/defconfig
index df49801f0..69224310f 100644
--- a/nuttx/configs/stm32f4discovery/ipv6/defconfig
+++ b/nuttx/configs/stm32f4discovery/ipv6/defconfig
@@ -275,6 +275,7 @@ CONFIG_STM32_HAVE_SPI2=y
CONFIG_STM32_HAVE_SPI3=y
# CONFIG_STM32_HAVE_SPI4 is not set
# CONFIG_STM32_HAVE_SPI5 is not set
+# CONFIG_STM32_HAVE_SPI6 is not set
# CONFIG_STM32_ADC1 is not set
# CONFIG_STM32_ADC2 is not set
# CONFIG_STM32_ADC3 is not set
@@ -730,6 +731,7 @@ CONFIG_USART6_2STOP=0
# System Logging
#
# CONFIG_RAMLOG is not set
+# CONFIG_SYSLOG_CONSOLE is not set
#
# Networking Support
@@ -737,7 +739,7 @@ CONFIG_USART6_2STOP=0
CONFIG_ARCH_HAVE_NET=y
CONFIG_ARCH_HAVE_PHY=y
CONFIG_NET=y
-# CONFIG_NET_NOINTS is not set
+CONFIG_NET_NOINTS=y
# CONFIG_NET_PROMISCUOUS is not set
#
diff --git a/nuttx/configs/stm32f4discovery/netnsh/defconfig b/nuttx/configs/stm32f4discovery/netnsh/defconfig
index 688dabc4d..e5176ed5d 100644
--- a/nuttx/configs/stm32f4discovery/netnsh/defconfig
+++ b/nuttx/configs/stm32f4discovery/netnsh/defconfig
@@ -275,6 +275,7 @@ CONFIG_STM32_HAVE_SPI2=y
CONFIG_STM32_HAVE_SPI3=y
# CONFIG_STM32_HAVE_SPI4 is not set
# CONFIG_STM32_HAVE_SPI5 is not set
+# CONFIG_STM32_HAVE_SPI6 is not set
# CONFIG_STM32_ADC1 is not set
# CONFIG_STM32_ADC2 is not set
# CONFIG_STM32_ADC3 is not set
@@ -730,6 +731,7 @@ CONFIG_USART6_2STOP=0
# System Logging
#
# CONFIG_RAMLOG is not set
+# CONFIG_SYSLOG_CONSOLE is not set
#
# Networking Support
@@ -737,7 +739,7 @@ CONFIG_USART6_2STOP=0
CONFIG_ARCH_HAVE_NET=y
CONFIG_ARCH_HAVE_PHY=y
CONFIG_NET=y
-# CONFIG_NET_NOINTS is not set
+CONFIG_NET_NOINTS=y
# CONFIG_NET_PROMISCUOUS is not set
#